Grid view
This commit is contained in:
parent
a227cdf2e6
commit
1dbb297c5d
12 changed files with 335 additions and 7 deletions
|
|
@ -891,5 +891,16 @@
|
|||
<item>144p</item>
|
||||
</string-array>
|
||||
|
||||
<string name="list_view_mode_key" translatable="false">list_view_mode</string>
|
||||
<string name="list_view_mode_value" translatable="false">list</string>
|
||||
|
||||
<string-array name="list_view_mode_values" translatable="false">
|
||||
<item>list</item>
|
||||
<item>grid</item>
|
||||
</string-array>
|
||||
<string-array name="list_view_mode_description" translatable="false">
|
||||
<item>@string/list</item>
|
||||
<item>@string/grid</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue