Option to swap first two navigation items
This commit is contained in:
@@ -70,5 +70,8 @@
|
||||
<item>@string/system_default</item>
|
||||
<item>@string/advanced</item>
|
||||
</string-array>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string-array name="first_nav_item">
|
||||
<item>@string/history</item>
|
||||
<item>@string/favourites</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -60,4 +60,8 @@
|
||||
<item>#21005E</item>
|
||||
<item>#7D5260</item>
|
||||
</string-array>
|
||||
<string-array name="values_first_nav_item" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -475,4 +475,5 @@
|
||||
<string name="disable_nsfw">Disable NSFW</string>
|
||||
<string name="too_many_requests_message">Too many requests. Try again later</string>
|
||||
<string name="related_manga_summary">Show a list of related manga. In some cases it may be inaccurate or missing</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user