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"

View File

@ -28,7 +28,7 @@
<item
android:id="@+id/action_sync_favorites"
android:icon="@drawable/ic_cloud_white_24dp"
android:title="Sync favorites"
android:title="@string/eh_sync_favorites"
app:showAsAction="never"/>

View File

@ -23,6 +23,13 @@
app:iconTint="?attr/colorOnPrimary"
app:showAsAction="always" />
<item
android:id="@+id/action_select_inverse"
android:icon="@drawable/ic_flip_to_back_24dp"
android:title="@string/action_select_inverse"
app:iconTint="?attr/colorOnPrimary"
app:showAsAction="ifRoom" />
<item
android:id="@+id/action_auto_source_migration"
android:title="Source migration (automatic)"

View File

@ -650,6 +650,12 @@
<string name="pref_category_eh">E-Hentai</string>
<string name="pref_category_nh">nhentai</string>
<string name="pref_category_hl">hitomi.la</string>
<string name="batch_add">Batch Add</string>
<string name="eh_batch_add">Batch Add</string>
<string name="eh_settings_category">EH Settings</string>
<string name="eh_sync_favorites">Sync favorites</string>
<string name="eh_find_in_another_source">Find in another source</string>
<string name="eh_autoscroll">Autoscroll</string>
<string name="eh_retry_all">Retry all</string>
<string name="eh_boost_page">Boost page</string>
</resources>