This commit is contained in:
h4h13 2018-11-13 09:00:08 +05:30
parent a531a1e723
commit ca4e9e7ef0
194 changed files with 1286 additions and 2256 deletions

View file

@ -51,6 +51,7 @@
<item>@string/card_color_style</item>
<item>@string/card_circular_style</item>
<item>@string/image</item>
<item>@string/image_gradient</item>
</string-array>
<string-array name="pref_grid_style_list_values">
@ -59,6 +60,7 @@
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
</string-array>
<array name="pref_grid_style_layout">
@ -67,6 +69,7 @@
<item>@layout/item_card_color</item>
<item>@layout/item_grid_circle</item>
<item>@layout/image</item>
<item>@layout/item_image_gradient</item>
</array>
<string-array name="pref_home_grid_style_list_titles">
@ -203,4 +206,5 @@
<item>1</item>
</string-array>
<string name="image_gradient">Gradient image</string>
</resources>