This commit is contained in:
h4h13 2018-08-08 13:33:38 +05:30
parent 3d2adc1ca2
commit c648dcb378
84 changed files with 6018 additions and 5405 deletions

View file

@ -5,6 +5,7 @@
<item>@string/only_on_wifi</item>
<item>@string/never</item>
</array>
<string-array name="pref_general_theme_list_titles">
<item>@string/light_theme_name</item>
<item>@string/dark_theme_name</item>
@ -16,19 +17,23 @@
<item>@string/normal_style</item>
<item>@string/card_style</item>
<item>@string/card_color_style</item>
<item>@string/card_circular_style</item>
</string-array>
<string-array name="pref_grid_style_list_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
<array name="pref_grid_style_layout">
<item>@layout/item_grid</item>
<item>@layout/item_card</item>
<item>@layout/item_card_color</item>
<item>@layout/item_grid_circle</item>
</array>
<string-array name="pref_general_theme_list_values">
<item>light</item>
<item>dark</item>

View file

@ -12,9 +12,6 @@
<attr format="color" name="iconColor"/>
<attr format="color" name="dividerColor"/>
<declare-styleable name="RoundCornerFrameLayout">
<attr format="dimension" name="corner_radius"/>
</declare-styleable>
<declare-styleable name="BlurLayout">
<attr format="float" name="blk_downscaleFactor"/>
@ -26,6 +23,7 @@
<declare-styleable name="NetworkImageView">
<attr format="string" name="url_link"/>
</declare-styleable>
<declare-styleable name="LyricView">
<attr format="string" name="hint"/>
<attr format="color" name="hintColor"/>

View file

@ -36,8 +36,6 @@
<string name="hosur_india" translatable="false">Hosur, India</string>
<string name="circular_std_black" translatable="false">fonts/circular_std_black.otf</string>
<string name="circular_std_book" translatable="false">fonts/circular_std_book.otf</string>
<string name="sans_regular" translatable="false">fonts/product_sans_regular.ttf</string>
<string name="sans_bold" translatable="false">fonts/product_sans_bold.ttf</string>
<string name="marko_name" translatable="false">Marko Ivanović </string>
<string name="marko_summary" translatable="false">Contributor</string>
<string name="yt_gaming_name" translatable="false">Gaming Inc</string>

File diff suppressed because it is too large Load diff