Added Collapsing appbar to library tabs with an option to switch back to simple appbar
This commit is contained in:
parent
ffd251ab62
commit
b2e1ab2128
12 changed files with 159 additions and 46 deletions
|
@ -50,6 +50,16 @@
|
|||
<item>@string/unlabeled</item>
|
||||
</array>
|
||||
|
||||
<array name="pref_appbar_mode_titles">
|
||||
<item>@string/collapsing</item>
|
||||
<item>@string/simple</item>
|
||||
</array>
|
||||
|
||||
<string-array name="pref_appbar_mode_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_general_theme_list_titles">
|
||||
<item>@string/light_theme_name</item>
|
||||
<item>@string/dark_theme_name</item>
|
||||
|
@ -203,4 +213,5 @@
|
|||
<item>ur</item>
|
||||
<item>vi</item>
|
||||
</string-array>
|
||||
<string name="collapsing">Collapsing</string>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue