code refactor

This commit is contained in:
h4h13 2018-08-01 12:21:27 +05:30
parent 918cfc177b
commit efe607816f
68 changed files with 2236 additions and 2316 deletions

View file

@ -1,30 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="roundSelector" format="reference" />
<attr name="rectSelector" format="reference" />
<attr name="rectSelectorStrong" format="reference" />
<attr format="reference" name="roundSelector"/>
<attr format="reference" name="rectSelector"/>
<attr format="reference" name="rectSelectorStrong"/>
<attr name="defaultFooterColor" format="color" />
<attr format="color" name="defaultFooterColor"/>
<attr name="toolbarPopupTheme" format="reference" />
<attr format="reference" name="toolbarPopupTheme"/>
<attr name="iconColor" format="color" />
<attr name="dividerColor" format="color" />
<attr format="color" name="iconColor"/>
<attr format="color" name="dividerColor"/>
<declare-styleable name="RoundCornerFrameLayout">
<attr name="corner_radius" format="dimension" />
</declare-styleable>
<declare-styleable name="RoundCornerFrameLayout">
<attr format="dimension" name="corner_radius"/>
</declare-styleable>
<declare-styleable name="BlurLayout">
<attr name="blk_downscaleFactor" format="float" />
<attr name="blk_blurRadius" format="integer" />
<attr name="blk_fps" format="integer" />
<attr name="blk_cornerRadius" format="dimension" />
</declare-styleable>
<declare-styleable name="NetworkImageView">
<attr name="url_link" format="string"/>
</declare-styleable>
<declare-styleable name="BlurLayout">
<attr format="float" name="blk_downscaleFactor"/>
<attr format="integer" name="blk_blurRadius"/>
<attr format="integer" name="blk_fps"/>
<attr format="dimension" name="blk_cornerRadius"/>
</declare-styleable>
<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"/>
<attr format="color" name="textColor"/>
<attr format="color" name="highlightColor"/>
<attr format="dimension" name="textSize"/>
<attr format="dimension" name="maxLength"/>
<attr format="boolean" name="fadeInFadeOut"/>
<attr format="dimension" name="lineSpace"/>
<attr name="textAlign">
<enum name="left" value="0"/>
<enum name="center" value="1"/>
<enum name="right" value="2"/>
</attr>
</declare-styleable>
</resources>

View file

@ -38,8 +38,8 @@
<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="leo_name" translatable="false">Leo</string>
<string name="leo_summary" translatable="false">Moderator</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>
<string name="yt_gaming_summary" translatable="false">Discord server maintainer</string>
<string name="moderator" translatable="false">Moderator</string>

View file

@ -401,10 +401,10 @@
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_language_en">Change app language forcefully to english(this is testing for multiple language option)</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music's custom lockscreen controls</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_lock_screen_app">Show full controls from the lock screen</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_round_corners">Round the app's edges</string>
<string name="pref_summary_round_corners">Round the app\'s edges</string>
<string name="pref_summary_tab_titles">Toggle titles for the bottom navigation bar tabs</string>
<string name="pref_summary_toggle_animations">Animations makes some device run slow, load images slow</string>
<string name="pref_summary_toggle_bottom_bar_titles">Disable titles from bottom navigation bar</string>