Update strings in list mode bs
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="@string/list"
|
android:text="@string/compact"
|
||||||
app:icon="@drawable/ic_list" />
|
app:icon="@drawable/ic_list" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:text="@string/detailed_list"
|
android:text="@string/details"
|
||||||
app:icon="@drawable/ic_list_detailed" />
|
app:icon="@drawable/ic_list_detailed" />
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
|
|||||||
@@ -397,4 +397,5 @@
|
|||||||
<string name="network_unavailable_hint">Turn on Wi-Fi or mobile network to read manga online</string>
|
<string name="network_unavailable_hint">Turn on Wi-Fi or mobile network to read manga online</string>
|
||||||
<string name="server_error">Server side error (%1$d). Please try again later</string>
|
<string name="server_error">Server side error (%1$d). Please try again later</string>
|
||||||
<string name="clear_new_chapters_counters">Also clear information about new chapters</string>
|
<string name="clear_new_chapters_counters">Also clear information about new chapters</string>
|
||||||
|
<string name="compact">Compact</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user