Pure Light Theme fixes and adding eh stuff to strings.xml
This commit is contained in:
parent
256b1881f0
commit
77026d4eeb
@ -81,7 +81,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
android:text="Autoscroll" />
|
android:text="@string/eh_autoscroll" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/eh_autoscroll_freq"
|
android:id="@+id/eh_autoscroll_freq"
|
||||||
@ -113,7 +113,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="Retry all" />
|
android:text="@string/eh_retry_all" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/eh_retry_all_help"
|
android:id="@+id/eh_retry_all_help"
|
||||||
@ -128,7 +128,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="Boost page" />
|
android:text="@string/eh_boost_page" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/eh_boost_page_help"
|
android:id="@+id/eh_boost_page_help"
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<item
|
<item
|
||||||
android:id="@+id/action_sync_favorites"
|
android:id="@+id/action_sync_favorites"
|
||||||
android:icon="@drawable/ic_cloud_white_24dp"
|
android:icon="@drawable/ic_cloud_white_24dp"
|
||||||
android:title="Sync favorites"
|
android:title="@string/eh_sync_favorites"
|
||||||
app:showAsAction="never"/>
|
app:showAsAction="never"/>
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,6 +23,13 @@
|
|||||||
app:iconTint="?attr/colorOnPrimary"
|
app:iconTint="?attr/colorOnPrimary"
|
||||||
app:showAsAction="always" />
|
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
|
<item
|
||||||
android:id="@+id/action_auto_source_migration"
|
android:id="@+id/action_auto_source_migration"
|
||||||
android:title="Source migration (automatic)"
|
android:title="Source migration (automatic)"
|
||||||
|
@ -650,6 +650,12 @@
|
|||||||
<string name="pref_category_eh">E-Hentai</string>
|
<string name="pref_category_eh">E-Hentai</string>
|
||||||
<string name="pref_category_nh">nhentai</string>
|
<string name="pref_category_nh">nhentai</string>
|
||||||
<string name="pref_category_hl">hitomi.la</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>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user