Add fix strings #274

This commit is contained in:
tom79 2019-08-26 17:53:51 +02:00
parent 59259f0faf
commit 6a040f5049
2 changed files with 6 additions and 4 deletions

View File

@ -19,11 +19,11 @@
android:paddingLeft="@dimen/fab_margin" android:paddingLeft="@dimen/fab_margin"
android:paddingRight="@dimen/fab_margin" android:paddingRight="@dimen/fab_margin"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="wrap_content">
<ScrollView <ScrollView
android:id="@+id/stats_container" android:id="@+id/stats_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="wrap_content">
<LinearLayout <LinearLayout
android:orientation="vertical" android:orientation="vertical"
@ -87,7 +87,7 @@
android:orientation="horizontal"> android:orientation="horizontal">
<TextView <TextView
android:layout_weight="2" android:layout_weight="2"
android:text="@string/first_toot_date" android:text="@string/first_notification_date"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
<TextView <TextView
@ -103,7 +103,7 @@
android:orientation="horizontal"> android:orientation="horizontal">
<TextView <TextView
android:layout_weight="2" android:layout_weight="2"
android:text="@string/last_toot_date" android:text="@string/last_notification_date"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
<TextView <TextView

View File

@ -1142,6 +1142,8 @@
<string name="number_with_cw">Number with CW</string> <string name="number_with_cw">Number with CW</string>
<string name="first_toot_date">First status date</string> <string name="first_toot_date">First status date</string>
<string name="last_toot_date">Last status date</string> <string name="last_toot_date">Last status date</string>
<string name="first_notification_date">First notification date</string>
<string name="last_notification_date">Last notification date</string>
<string name="frequency">Frequency</string> <string name="frequency">Frequency</string>
<string name="toot_per_day">%s statuses per day</string> <string name="toot_per_day">%s statuses per day</string>
<string name="notification_per_day">%s notifications per day</string> <string name="notification_per_day">%s notifications per day</string>