Pure Light Theme fixes and adding eh stuff to strings.xml

This commit is contained in:
jobobby04
2020-04-06 22:45:19 -04:00
committed by Jobobby04
parent 256b1881f0
commit 77026d4eeb
4 changed files with 18 additions and 5 deletions

View File

@@ -81,7 +81,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:padding="8dp"
android:text="Autoscroll" />
android:text="@string/eh_autoscroll" />
<EditText
android:id="@+id/eh_autoscroll_freq"
@@ -113,7 +113,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Retry all" />
android:text="@string/eh_retry_all" />
<Button
android:id="@+id/eh_retry_all_help"
@@ -128,7 +128,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Boost page" />
android:text="@string/eh_boost_page" />
<Button
android:id="@+id/eh_boost_page_help"