AndroidX lib refactor

This commit is contained in:
h4h13 2018-09-10 01:14:46 +05:30
parent 08f0b5e76e
commit a8dfe106bb
233 changed files with 3254 additions and 9769 deletions

View file

@ -50,15 +50,6 @@
<item>never</item>
</array>
<array name="pref_album_detail_style_titles">
<item>@string/style1</item>
<item>@string/style2</item>
</array>
<array name="pref_album_detail_style_index">
<item>0</item>
<item>1</item>
</array>
<array name="pref_album_detail_style_values">
<item>@layout/activity_album</item>
<item>@layout/activity_album_style_2</item>
@ -131,16 +122,6 @@
<item>https://cdn.techjuice.pk/wp-content/uploads/2016/07/5.png</item>
<item>https://cdn.techjuice.pk/wp-content/uploads/2016/07/1.png</item>
</string-array>
<string-array name="pref_lyrics_options_list_titles">
<item>Offline</item>
<!--<item>Lyrics Wiki</item>-->
<item>Kugou</item>
</string-array>
<string-array name="pref_lyrics_options_list_values">
<item>offline</item>
<!--<item>wiki</item>-->
<item>kugou</item>
</string-array>
<string-array name="pref_equalizer_types_titles">
<item>@string/system_equalizer</item>
@ -152,13 +133,11 @@
<item>retro</item>
</string-array>
<string name="style1">Normal style</string>
<string name="style2">Card style</string>
<array name="cast_expanded_controller_control_buttons">
<item>@id/cast_button_type_empty</item>
<item>@id/cast_button_type_skip_previous</item>
<item>@id/cast_button_type_skip_next</item>
<item>@id/cast_button_type_rewind_30_seconds</item>
<item>@id/cast_button_type_mute_toggle</item>
<item>@id/cast_button_type_empty</item>
</array>
</resources>

View file

@ -1,42 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr format="reference" name="roundSelector"/>
<attr format="reference" name="rectSelector"/>
<attr format="reference" name="rectSelectorStrong"/>
<attr name="roundSelector" format="reference" />
<attr name="rectSelector" format="reference" />
<attr name="rectSelectorStrong" format="reference" />
<attr format="color" name="defaultFooterColor"/>
<attr name="defaultFooterColor" format="color" />
<attr format="reference" name="toolbarPopupTheme"/>
<attr name="toolbarPopupTheme" format="reference" />
<attr format="color" name="iconColor"/>
<attr format="color" name="dividerColor"/>
<attr name="iconColor" format="color" />
<attr name="dividerColor" format="color" />
<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="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 format="string" name="url_link"/>
</declare-styleable>
<declare-styleable name="NetworkImageView">
<attr name="url_link" format="string" />
</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>
<declare-styleable name="LyricView">
<attr name="hint" format="string" />
<attr name="hintColor" format="color" />
<attr name="textColor" format="color" />
<attr name="highlightColor" format="color" />
<attr name="textSize" format="dimension" />
<attr name="maxLength" format="dimension" />
<attr name="fadeInFadeOut" format="boolean" />
<attr name="lineSpace" format="dimension" />
<attr name="textAlign">
<enum name="left" value="0" />
<enum name="center" value="1" />
<enum name="right" value="2" />
</attr>
</declare-styleable>
<declare-styleable name="ContributorsView">
<attr name="profile_url" format="string" />
<attr name="profile_name" format="string" />
<attr name="profile_summary" format="string" />
<attr name="profile_link" format="string" />
</declare-styleable>
</resources>

View file

@ -1,16 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.CastVideosDark" parent="Theme.AppCompat.NoActionBar">
<item name="colorPrimaryDark">@color/md_black_1000</item>
</style>
<style name="CustomCastMiniController" parent="CastMiniController">
<item name="castShowImageThumbnail">true</item>
<item name="castTitleTextAppearance">@style/TextAppearance.AppCompat.Subhead</item>
<item name="castSubtitleTextAppearance">@style/TextAppearance.AppCompat.Caption</item>
</style>
<style name="CustomCastExpandedController" parent="CastExpandedController">
<item name="castControlButtons">
@array/cast_expanded_controller_control_buttons
@ -24,15 +14,5 @@
</item>
</style>
<style name="DarkDialogTheme" parent="Theme.AppCompat.Dialog">
<item name="colorPrimary">@color/md_grey_500</item>
<item name="colorPrimaryDark">@color/md_grey_700</item>
<item name="colorAccent">@color/md_pink_A400</item>
<item name="android:windowBackground">@color/md_grey_900</item>
<item name="android:textColorPrimary">@android:color/white</item>
<item name="android:windowNoTitle">true</item>
</style>
</resources>

View file

@ -4,5 +4,4 @@
<color name="eighty_percent_black_overlay">#80000000</color>
<color name="app_shortcut_default_foreground">#607d8b</color>
<color name="app_shortcut_default_background">#f5f5f5</color>
<color name="colorOverlay">#78ffffff</color>
</resources>

View file

@ -4,58 +4,30 @@
<dimen name="toolbar_elevation">4dp</dimen>
<dimen name="default_item_margin">16dp</dimen>
<dimen name="navigation_drawer_header_height">156dp</dimen>
<dimen name="title_view_height">72dp</dimen>
<dimen name="card_elevation">2dp</dimen>
<dimen name="header_image_height">360dp</dimen>
<dimen name="progress_container_height">20dp</dimen>
<dimen name="fab_media_controller_container_height">120dp</dimen>
<dimen name="media_controller_container_height">104dp</dimen>
<dimen name="tab_height">48dp</dimen>
<dimen name="tagEditorHeaderVariableSpace">100dp</dimen>
<dimen name="pause_bar_width">5dp</dimen>
<dimen name="pause_bar_distance">4dp</dimen>
<dimen name="pause_bar_height">16dp</dimen>
<dimen name="color_view_border">1dp</dimen>
<dimen name="empty_text_size">20sp</dimen>
<dimen name="seek_bar_margin_left_right">-17dp</dimen>
<dimen name="list_padding_vertical">2dp</dimen>
<dimen name="notification_big_image_size">134dp</dimen>
<dimen name="scrollbar_width">8dp</dimen>
<dimen name="scrollbar_inset">8dp</dimen>
<!-- MUST BE THE RESULT OF WIDTH PLUS INSET-->
<dimen name="scrollbar_width_plus_inset">16dp</dimen>
<!-- ONLY 0dp WHILE THERE IS THE BUG IN DESIGN SUPPORT LIBRARY 22.2.0-->
<dimen name="fab_margin_top_left_right">0dp</dimen>
<dimen name="tmp_now_playing_skip_rewind_margin">-24dp</dimen>
<dimen name="title_box_padding_small">16dp</dimen>
<dimen name="title_box_padding_large">32dp</dimen>
<dimen name="title_box_title_text_size_small">@dimen/abc_text_size_title_material</dimen>
<dimen name="title_box_title_text_size_large">24sp</dimen>
<dimen name="title_box_caption_text_size_small">@dimen/abc_text_size_caption_material</dimen>
<dimen name="title_box_caption_text_size_large">14sp</dimen>
<dimen name="title_box_text_spacing_small">0dp</dimen>
<dimen name="title_box_text_spacing_large">2dp</dimen>
<!-- For use with 24dp drawables in the item_list layouts-->
<dimen name="list_item_image_icon_padding">8dp</dimen>
<dimen name="mini_player_height">48dp</dimen>
<dimen name="mini_player_height_expanded">68dp</dimen>
<!--
@ -81,15 +53,11 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout
<dimen name="app_widget_card_min_height">64dp</dimen>
<dimen name="app_widget_card_buttons_width">128dp</dimen>
<dimen name="app_widget_card_radius">2dp</dimen>
<dimen name="material_component_lists_three_line_height">88dp</dimen>
<dimen name="player_control_icon">78dp</dimen>
<dimen name="bottom_padding">48dp</dimen>
<dimen name="lock_screen_cover_width">360dp</dimen>
<dimen name="now_playing_top_margin">12dp</dimen>
<dimen name="column_width">80dp</dimen>
<dimen name="icon_notification_dimen">32dp</dimen>
<dimen name="overlap_toolbar_height">-12dp</dimen>
<dimen name="horizontal_margin">0dp</dimen>
<dimen name="bottom_sheet_width">0dp</dimen>
<dimen name="mini_player_height_expanded">104dp</dimen>
</resources>

View file

@ -9,38 +9,10 @@
<item>code_name_monkey_donate_6</item>
<item>code_name_monkey_donate_7</item>
</string-array>
<string name="dev_info" translatable="false">Hi i\'m Hemanth s, love to be Android developer, i\'m from Hosur, Tamil Nadu, India.</string>
<string name="luis_gomez" translatable="false">Luis Gomez</string>
<string name="luis_gomez_summary" translatable="false">For making Play Store Illustrations and App icon</string>
<string name="app_name" translatable="false">Retro Music</string>
<string name="google_plus" translatable="false">Google Plus</string>
<string name="git_hub" translatable="false">GitHub</string>
<string name="twitter" translatable="false">Twitter</string>
<string name="social_buttons" translatable="false">Social Buttons</string>
<string name="license_dialog_style" translatable="false">
body {
background-color: #{bg-color};
color: #{text-color};
font-family: sans-serif;
overflow-wrap: break-word;
}
pre {
background-color: #{license-bg-color};
padding: 1em;
white-space: pre-wrap;
}
</string>
<string name="hemanth_s" translatable="false">Hemanth S</string>
<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="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>
<string name="gaurav_singh_name" translatable="false">Gaurav Singh</string>
<string name="gaurav_singh_summary" translatable="false">Member</string>
</resources>

View file

@ -1,4 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>
<resources></resources>

View file

@ -11,8 +11,6 @@
<integer name="max_columns">4</integer>
<integer name="max_columns_land">6</integer>
<integer name="font_textStyle_medium">1</integer>
<integer name="anim_duration_medium">300</integer>
<integer name="anim_duration_long">400</integer>
<integer name="options_height">240</integer>
</resources>

View file

@ -1,279 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="mdcolor_50">
<item name="red_50" type="color">#fde0dc</item>
<item name="pink_50" type="color">#fce4ec</item>
<item name="purple_50" type="color">#f3e5f5</item>
<item name="deep_purple_50" type="color">#ede7f6</item>
<item name="indigo_50" type="color">#e8eaf6</item>
<item name="blue_50" type="color">#e7e9fd</item>
<item name="light_blue_50" type="color">#e1f5fe</item>
<item name="cyan_50" type="color">#e0f7fa</item>
<item name="teal_50" type="color">#e0f2f1</item>
<item name="green_50" type="color">#d0f8ce</item>
<item name="light_green_50" type="color">#f1f8e9</item>
<item name="lime_50" type="color">#f9fbe7</item>
<item name="yellow_50" type="color">#fffde7</item>
<item name="amber_50" type="color">#fff8e1</item>
<item name="orange_50" type="color">#fff3e0</item>
<item name="deep_orange_50" type="color">#fbe9e7</item>
<item name="brown_50" type="color">#efebe9</item>
<item name="grey_50" type="color">#fafafa</item>
<item name="blue_grey_50" type="color">#eceff1</item>
</array>
<array name="mdcolor_100">
<item name="red_100" type="color">#f9bdbb</item>
<item name="pink_100" type="color">#f8bbd0</item>
<item name="purple_100" type="color">#e1bee7</item>
<item name="deep_purple_100" type="color">#d1c4e9</item>
<item name="indigo_100" type="color">#c5cae9</item>
<item name="blue_100" type="color">#d0d9ff</item>
<item name="light_blue_100" type="color">#b3e5fc</item>
<item name="cyan_100" type="color">#b2ebf2</item>
<item name="teal_100" type="color">#b2dfdb</item>
<item name="green_100" type="color">#a3e9a4</item>
<item name="light_green_100" type="color">#dcedc8</item>
<item name="lime_100" type="color">#f0f4c3</item>
<item name="yellow_100" type="color">#fff9c4</item>
<item name="amber_100" type="color">#ffecb3</item>
<item name="orange_100" type="color">#ffe0b2</item>
<item name="deep_orange_100" type="color">#ffccbc</item>
<item name="brown_100" type="color">#d7ccc8</item>
<item name="grey_100" type="color">#f5f5f5</item>
<item name="blue_grey_100" type="color">#cfd8dc</item>
</array>
<array name="mdcolor_200">
<item name="red_200" type="color">#f69988</item>
<item name="pink_200" type="color">#f48fb1</item>
<item name="purple_200" type="color">#ce93d8</item>
<item name="deep_purple_200" type="color">#b39ddb</item>
<item name="indigo_200" type="color">#9fa8da</item>
<item name="blue_200" type="color">#afbfff</item>
<item name="light_blue_200" type="color">#81d4fa</item>
<item name="cyan_200" type="color">#80deea</item>
<item name="teal_200" type="color">#80cbc4</item>
<item name="green_200" type="color">#72d572</item>
<item name="light_green_200" type="color">#c5e1a5</item>
<item name="lime_200" type="color">#e6ee9c</item>
<item name="yellow_200" type="color">#fff59d</item>
<item name="orange_200" type="color">#ffcc80</item>
<item name="deep_orange_200" type="color">#ffab91</item>
<item name="brown_200" type="color">#bcaaa4</item>
<item name="grey_200" type="color">#eeeeee</item>
<item name="blue_grey_200" type="color">#b0bec5</item>
</array>
<array name="mdcolor_300">
<item name="red_300" type="color">#f36c60</item>
<item name="pink_300" type="color">#f06292</item>
<item name="purple_300" type="color">#ba68c8</item>
<item name="deep_purple_300" type="color">#9575cd</item>
<item name="indigo_300" type="color">#7986cb</item>
<item name="blue_300" type="color">#91a7ff</item>
<item name="light_blue_300" type="color">#4fc3f7</item>
<item name="cyan_300" type="color">#4dd0e1</item>
<item name="teal_300" type="color">#4db6ac</item>
<item name="green_300" type="color">#42bd41</item>
<item name="light_green_300" type="color">#aed581</item>
<item name="lime_300" type="color">#dce775</item>
<item name="yellow_300" type="color">#fff176</item>
<item name="orange_300" type="color">#ffb74d</item>
<item name="deep_orange_300" type="color">#ff8a65</item>
<item name="brown_300" type="color">#a1887f</item>
<item name="grey_300" type="color">#e0e0e0</item>
<item name="blue_grey_300" type="color">#90a4ae</item>
</array>
<array name="mdcolor_400">
<item name="red_400" type="color">#e84e40</item>
<item name="pink_400" type="color">#ec407a</item>
<item name="purple_400" type="color">#ab47bc</item>
<item name="deep_purple_400" type="color">#7e57c2</item>
<item name="indigo_400" type="color">#5c6bc0</item>
<item name="blue_400" type="color">#738ffe</item>
<item name="light_blue_400" type="color">#29b6f6</item>
<item name="cyan_400" type="color">#26c6da</item>
<item name="teal_400" type="color">#26a69a</item>
<item name="green_400" type="color">#2baf2b</item>
<item name="light_green_400" type="color">#9ccc65</item>
<item name="lime_400" type="color">#d4e157</item>
<item name="yellow_400" type="color">#ffee58</item>
<item name="orange_400" type="color">#ffa726</item>
<item name="deep_orange_400" type="color">#ff7043</item>
<item name="brown_400" type="color">#8d6e63</item>
<item name="grey_400" type="color">#bdbdbd</item>
<item name="blue_grey_400" type="color">#78909c</item>
</array>
<array name="mdcolor_500">
<item name="red_500" type="color">#e51c23</item>
<item name="pink_500" type="color">#e91e63</item>
<item name="purple_500" type="color">#9c27b0</item>
<item name="deep_purple_500" type="color">#673ab7</item>
<item name="indigo_500" type="color">#3f51b5</item>
<item name="blue_500" type="color">#5677fc</item>
<item name="light_blue_500" type="color">#03a9f4</item>
<item name="cyan_500" type="color">#00bcd4</item>
<item name="teal_500" type="color">#009688</item>
<item name="green_500" type="color">#259b24</item>
<item name="light_green_500" type="color">#8bc34a</item>
<item name="lime_500" type="color">#cddc39</item>
<item name="yellow_500" type="color">#ffeb3b</item>
<item name="orange_500" type="color">#ff9800</item>
<item name="deep_orange_500" type="color">#ff5722</item>
<item name="brown_500" type="color">#795548</item>
<item name="grey_500" type="color">#9e9e9e</item>
<item name="blue_grey_500" type="color">#607d8b</item>
</array>
<array name="mdcolor_600">
<item name="red_600" type="color">#dd191d</item>
<item name="pink_600" type="color">#d81b60</item>
<item name="purple_600" type="color">#8e24aa</item>
<item name="deep_purple_600" type="color">#5e35b1</item>
<item name="indigo_600" type="color">#3949ab</item>
<item name="blue_600" type="color">#4e6cef</item>
<item name="light_blue_600" type="color">#039be5</item>
<item name="cyan_600" type="color">#00acc1</item>
<item name="teal_600" type="color">#00897b</item>
<item name="green_600" type="color">#0a8f08</item>
<item name="light_green_600" type="color">#7cb342</item>
<item name="lime_600" type="color">#c0ca33</item>
<item name="yellow_600" type="color">#fdd835</item>
<item name="orange_600" type="color">#fb8c00</item>
<item name="deep_orange_600" type="color">#f4511e</item>
<item name="brown_600" type="color">#6d4c41</item>
<item name="grey_600" type="color">#757575</item>
<item name="blue_grey_600" type="color">#546e7a</item>
</array>
<array name="mdcolor_700">
<item name="red_700" type="color">#d01716</item>
<item name="pink_700" type="color">#c2185b</item>
<item name="purple_700" type="color">#7b1fa2</item>
<item name="deep_purple_700" type="color">#512da8</item>
<item name="indigo_700" type="color">#303f9f</item>
<item name="blue_700" type="color">#455ede</item>
<item name="light_blue_700" type="color">#0288d1</item>
<item name="cyan_700" type="color">#0097a7</item>
<item name="teal_700" type="color">#00796b</item>
<item name="green_700" type="color">#0a7e07</item>
<item name="light_green_700" type="color">#689f38</item>
<item name="lime_700" type="color">#afb42b</item>
<item name="yellow_700" type="color">#fbc02d</item>
<item name="orange_700" type="color">#f57c00</item>
<item name="deep_orange_700" type="color">#e64a19</item>
<item name="brown_700" type="color">#5d4037</item>
<item name="grey_700" type="color">#616161</item>
<item name="blue_grey_700" type="color">#455a64</item>
</array>
<array name="mdcolor_800">
<item name="red_800" type="color">#c41411</item>
<item name="pink_800" type="color">#ad1457</item>
<item name="purple_800" type="color">#6a1b9a</item>
<item name="deep_purple_800" type="color">#4527a0</item>
<item name="indigo_800" type="color">#283593</item>
<item name="blue_800" type="color">#3b50ce</item>
<item name="light_blue_800" type="color">#0277bd</item>
<item name="cyan_800" type="color">#00838f</item>
<item name="teal_800" type="color">#00695c</item>
<item name="green_800" type="color">#056f00</item>
<item name="light_green_800" type="color">#558b2f</item>
<item name="lime_800" type="color">#9e9d24</item>
<item name="yellow_800" type="color">#f9a825</item>
<item name="orange_800" type="color">#ef6c00</item>
<item name="deep_orange_800" type="color">#d84315</item>
<item name="brown_800" type="color">#4e342e</item>
<item name="grey_800" type="color">#424242</item>
<item name="blue_grey_800" type="color">#37474f</item>
</array>
<array name="mdcolor_900">
<item name="red_900" type="color">#b0120a</item>
<item name="pink_900" type="color">#880e4f</item>
<item name="purple_900" type="color">#4a148c</item>
<item name="deep_purple_900" type="color">#311b92</item>
<item name="indigo_900" type="color">#1a237e</item>
<item name="blue_900" type="color">#2a36b1</item>
<item name="light_blue_900" type="color">#01579b</item>
<item name="cyan_900" type="color">#006064</item>
<item name="teal_900" type="color">#004d40</item>
<item name="green_900" type="color">#0d5302</item>
<item name="light_green_900" type="color">#33691e</item>
<item name="lime_900" type="color">#827717</item>
<item name="yellow_900" type="color">#f57f17</item>
<item name="orange_900" type="color">#e65100</item>
<item name="deep_orange_900" type="color">#bf360c</item>
<item name="brown_900" type="color">#3e2723</item>
<item name="grey_900" type="color">#212121</item>
<item name="blue_grey_900" type="color">#263238</item>
</array>
<array name="mdcolor_A100">
<item name="red_A100" type="color">#ff7997</item>
<item name="pink_A100" type="color">#ff80ab</item>
<item name="purple_A100" type="color">#ea80fc</item>
<item name="deep_purple_A100" type="color">#b388ff</item>
<item name="indigo_A100" type="color">#8c9eff</item>
<item name="blue_A100" type="color">#a6baff</item>
<item name="light_blue_A100" type="color">#80d8ff</item>
<item name="cyan_A100" type="color">#84ffff</item>
<item name="teal_A100" type="color">#a7ffeb</item>
<item name="green_A100" type="color">#a2f78d</item>
<item name="light_green_A100" type="color">#ccff90</item>
<item name="lime_A100" type="color">#f4ff81</item>
<item name="yellow_A100" type="color">#ffff8d</item>
<item name="orange_A100" type="color">#ffd180</item>
<item name="deep_orange_A100" type="color">#ff9e80</item>
</array>
<array name="mdcolor_A200">
<item name="red_A200" type="color">#ff5177</item>
<item name="pink_A200" type="color">#ff4081</item>
<item name="purple_A200" type="color">#e040fb</item>
<item name="deep_purple_A200" type="color">#7c4dff</item>
<item name="indigo_A200" type="color">#536dfe</item>
<item name="blue_A200" type="color">#6889ff</item>
<item name="light_blue_A200" type="color">#40c4ff</item>
<item name="cyan_A200" type="color">#18ffff</item>
<item name="teal_A200" type="color">#64ffda</item>
<item name="green_A200" type="color">#5af158</item>
<item name="light_green_A200" type="color">#b2ff59</item>
<item name="lime_A200" type="color">#eeff41</item>
<item name="yellow_A200" type="color">#ffff00</item>
<item name="orange_A200" type="color">#ffab40</item>
<item name="deep_orange_A200" type="color">#ff6e40</item>
</array>
<array name="mdcolor_A400">
<item name="red_A400" type="color">#ff2d6f</item>
<item name="pink_A400" type="color">#f50057</item>
<item name="purple_A400" type="color">#d500f9</item>
<item name="deep_purple_A400" type="color">#651fff</item>
<item name="indigo_A400" type="color">#3d5afe</item>
<item name="blue_A400" type="color">#4d73ff</item>
<item name="light_blue_A400" type="color">#00b0ff</item>
<item name="cyan_A400" type="color">#00e5ff</item>
<item name="teal_A400" type="color">#1de9b6</item>
<item name="green_A400" type="color">#14e715</item>
<item name="light_green_A400" type="color">#76ff03</item>
<item name="lime_A400" type="color">#c6ff00</item>
<item name="yellow_A400" type="color">#ffea00</item>
<item name="orange_A400" type="color">#ff9100</item>
<item name="deep_orange_A400" type="color">#ff3d00</item>
</array>
<array name="mdcolor_A700">
<item name="red_A700" type="color">#e00032</item>
<item name="pink_A700" type="color">#c51162</item>
<item name="purple_A700" type="color">#aa00ff</item>
<item name="deep_purple_A700" type="color">#6200ea</item>
<item name="indigo_A700" type="color">#304ffe</item>
<item name="blue_A700" type="color">#4d69ff</item>
<item name="light_blue_A700" type="color">#0091ea</item>
<item name="cyan_A700" type="color">#00b8d4</item>
<item name="teal_A700" type="color">#00bfa5</item>
<item name="green_A700" type="color">#12c700</item>
<item name="light_green_A700" type="color">#64dd17</item>
<item name="lime_A700" type="color">#aeea00</item>
<item name="yellow_A700" type="color">#ffd600</item>
<item name="orange_A700" type="color">#ff6d00</item>
<item name="deep_orange_A700" type="color">#dd2c00</item>
</array>
<array name="extra">
<item name="grey_1000b" type="color">#000000</item>
<item name="grey_1000w" type="color">#ffffff</item>
</array>
</resources>

View file

@ -9,7 +9,6 @@
<string name="action_add_to_playlist">Add to playlist…</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_clear_playlist">Clear playlist</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
@ -20,13 +19,11 @@
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist…</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_re_download_artist_image">Update artist image</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
@ -40,16 +37,11 @@
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_show_lyrics">Show lyrics</string>
<string name="action_shuffle_album">Shuffle album</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_artist">Shuffle artist</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
@ -62,12 +54,10 @@
<string name="album">Album</string>
<string name="album_artist">Album artist</string>
<string name="album_desc">Album desc.</string>
<string name="album_or_artist_empty">The title or artist is empty.</string>
<string name="albums">Albums</string>
<!-- Android Auto -->
<string name="albums_label">Albums</string>
<string name="always">Always</string>
@ -79,29 +69,22 @@
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_long">@string/my_top_tracks</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_summary">A Hybrid application between Material design and iOS in mind.</string>
<string name="app_widget_big_name">Retro music - Big</string>
<string name="app_widget_big_name_2">Retro music - Big2</string>
<string name="app_widget_card_name">Retro music - Card</string>
<string name="app_widget_classic_name">Retro music - Classic</string>
<string name="app_widget_small_name">Retro music - Small</string>
<string name="artist">Artist</string>
<string name="artist_desc">Artist desc.</string>
<string name="artists">Artists</string>
<string name="at_least_one_category_must_be_enabled">At least one category must be enabled.</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="bass_boost">Bass Boost</string>
<string name="bass_boost_strength">Bass Boost Strength</string>
<string name="biography">Biography</string>
<string name="biography_unavailable">Couldn\u2019t find the artists biography.</string>
<string name="black_theme_name">Just Black</string>
@ -138,9 +121,6 @@
<string name="color">Color</string>
<string name="color_theme_name">Color</string>
<string name="color_type">Color style</string>
<string name="colored_footers">Colored footers</string>
<string name="colors">Colors</string>
@ -157,28 +137,19 @@
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="custom">Custom</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="date">Date</string>
<string name="default_hint">No Lyrics</string>
<string name="delete_action">Delete</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting songs</string>
<string name="discord_page">Discord</string>
<string name="discord_summary">Join the Discord server to keep up with the latest news</string>
@ -193,26 +164,12 @@
<string name="download_from_last_fm">Download from Last.fm</string>
<string name="duration">Duration</string>
<string name="edit">Edit</string>
<string name="edit_categories">Edit categories</string>
<string name="edit_cover">Edit cover</string>
<string name="edit_tags">Edit tags</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="error_loading_lyrics_from_network">Error loading from network</string>
<string name="experimental">Experimental</string>
<string name="facebook_page">Facebook Page</string>
<string name="facebook_page_summary">Help us to grove faster by sharing facebook page</string>
<string name="failed_to_save_playlist">Failed to save playlist (%s).</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
@ -236,8 +193,6 @@
<string name="google_plus_community">Join the Google Plus community where you can ask for help or follow Retro Music updates</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -248,9 +203,6 @@
<string name="grid_size_8">8</string>
<string name="history">History</string>
<string name="history_label">History</string>
<string name="holiday">Holiday</string>
<string name="home">Home</string>
@ -258,16 +210,10 @@
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="inspired_designs_by">Inspired designs by</string>
<string name="instagram_page">Instagram</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="join_community">Join the Google Plus community</string>
<string name="join_community_summary">If you need help or have questions, the Retro Music community on Google Plus is a good place to go.</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_details">Details</string>
<string name="label_file_format">Format</string>
<string name="label_file_name">File name</string>
<string name="label_file_path">File path</string>
@ -275,42 +221,30 @@
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="language_contributors">Language translators</string>
<string name="last_added">Last added</string>
<string name="lets_play_something">Let\'s play some music</string>
<string name="library">Library</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="list_type">List style</string>
<string name="listing_files">Listing files</string>
<string name="loading">Loading...</string>
<string name="loading_products">Loading products…</string>
<string name="lyrics">Lyrics</string>
<string name="material">Material</string>
<string name="media_route_menu_title">Cast device</string>
<string name="more">More</string>
<string name="my_name">My Name</string>
<string name="my_playlists">My playlist</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_banner_photo">New banner photo</string>
<string name="new_music_mix">New Music Mix</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_profile_photo">New profile photo</string>
<string name="new_start_directory">%s is the new start directory.</string>
@ -319,7 +253,6 @@
<string name="no_artists">No artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_files">No files</string>
<string name="no_genres">No genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playlists">No playlists</string>
@ -347,9 +280,6 @@
<string name="past_three_months">Past 3 months</string>
<string name="patreon_page">Patreon page</string>
<string name="patreon_page_summary">Support us from patreon</string>
<string name="paypal">PayPal.me</string>
<string name="paypal_summary">PayPal.me is an easy way to donate me money. In case you only linked a debit or a credit card the fee in the U.S. is 2.9% of the donation + $0.30 USD. Otherwise, there is no fee.<a href="https://www.paypal.com/us/selfhelp/article/What-are-the-fees-for-PayPal-accounts-FAQ690">more</a>
</string>
@ -365,9 +295,6 @@
<string name="plain">Plain</string>
<string name="play">Play</string>
<string name="play_all">Play all</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
@ -376,50 +303,36 @@
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="playlists_label">Playlists</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_now_playing_screen">Now playing</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_only_lollipop">"Only available on Lollipop."</string>
<string name="pref_only_nougat_mr1">"Only available on Nougat 7.1."</string>
<string name="pref_summary_about">People who helped on the project</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_circular_album_effect">Show a circular album cover in the now playing screen. Note that only a few themes work with this feature</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_navigation_bar">Colors the navigation bar in the primary color</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_day_dream">Shows song details on dream when music is playing</string>
<string name="pref_summary_dominant_color">Most dominant color will be picked from the album or artist cover</string>
<string name="pref_summary_exclude_songs">Exclude songs that are less than 30 secs. </string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<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_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_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>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_genre">Show genres on the home screen</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_navigation_bar">Hide only navigation bar</string>
<string name="pref_summary_toggle_separate_line">Toggle view of separate line in list of items</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_status_bar">Hide only status bar</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_genre_toggle">Toggle genre tab</string>
<string name="pref_summary_home_banner">Toggle home banner style</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_grid_style">Album grid</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
@ -431,38 +344,26 @@
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_day_dream">Day dream</string>
<string name="pref_title_exclude_songs">Exclude songs</string>
<string name="pref_title_external_storage_access">Give access to external storage</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_gradient_color">Choose color</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_lock_screen_app">Retro lock screen</string>
<string name="pref_title_lyrics_options">Lyrics options</string>
<string name="pref_title_navigation_bar">Colored navigation bar</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_round_corners">Corner edges</string>
<string name="pref_title_toggle_animations">Animations</string>
<string name="pref_title_toggle_bottom_bar_titles">Disable titles</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_circular_album_effect">Circular album</string>
<string name="pref_title_toggle_dominant_color">Dominant color</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_genre">Show genre</string>
<string name="pref_title_toggle_language_en">English language</string>
<string name="pref_title_toggle_navigation_bar">Navigation bar</string>
<string name="pref_title_toggle_separate_line">Separate line</string>
<string name="pref_title_toggle_status_bar">Status bar</string>
<string name="pref_title_toggle_tab_titles">Tab titles</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_user_info">User info</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_home_banner">Home banner</string>
<string name="pref_title_genre_toggle">Show genre tab</string>
<string name="primary_color">Primary color</string>
<string name="primary_color_desc">The primary theme color, defaults to blue grey, for now works with dark colors</string>
@ -471,12 +372,10 @@
<string name="purchase_summary">*Think before buying, don\'t ask for refund.</string>
<string name="queue">Queue</string>
<string name="queue_label">Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_activity">Recent activity</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
@ -490,10 +389,8 @@
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_action">Rename</string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
@ -503,23 +400,10 @@
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro">Retro</string>
<string name="retro_equalizer">Retro Music Equalizer</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any subfolders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_pick_file">File access required. Pick %s</string>
<string name="saf_pick_sdcard">SD card access required. Please pick root directory of SD card</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
@ -527,8 +411,6 @@
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="saving_tags">Saving tags</string>
<string name="saving_to_file">Saving to file…</string>
<string name="scan_media">Scan media</string>
@ -536,12 +418,8 @@
<string name="search_hint">Search your library…</string>
<string name="see_all">See all</string>
<string name="select_all">Select all</string>
<string name="select_banner_photo">Select banner photo</string>
<string name="select_preset">Select Preset</string>
<string name="select_profile_photo">Set a profile photo</string>
<string name="set_artist_image">Set artist image</string>
@ -552,16 +430,8 @@
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="slide_unlock">Swipe to unlock</string>
<string name="smart_playlists">Smart playlists</string>
<string name="social">Social</string>
<string name="solid">Solid</string>
<string name="some_files_are_not_listed_in_the_media_store">Some files are not listed in the media store.</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
@ -578,33 +448,19 @@
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="suggestions">Suggestions</string>
<string name="summary_material_design_city_wallpaper">Material design city wallpapers from www.techjuice.pk website</string>
<string name="summary_material_design_icons">For all icons we used from this websites www.flaticon.com or www.materialdesignicons.com</string>
<string name="summary_user_info">Just show your name on home screen</string>
<string name="support_development">Support development</string>
<string name="support_development_summary">If you enjoy using Retro Music Player consider donation as support to my work.</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="system_equalizer">System Equalizer</string>
<!-- Message displayed when tag editing fails -->
<string name="tag_edit_error">An error occurred editing tags.</string>
<string name="tag_editor_check_permission">Checking for permissions</string>
<string name="tag_editor_document_tree_message">Select the external storage directory</string>
<string name="tag_editor_document_tree_permission_failed">It seems that we don\'t have permission to edit the files. Double check the directory in the file picker.</string>
<string name="tag_error_kitkat">An error occurred editing tags. Is the file stored on an SD Card? If so, Google have made tag editing impossible for this file.</string>
<string name="tag_error_lollipop">An error occurred editing tags. If the file is stored on an SD Card, Retro Music might not have permission to access it.</string>
<string name="tag_retrieve_error">An error occurred retrieving tags.</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="text">Text</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
@ -615,30 +471,18 @@
<string name="tiny">Tiny</string>
<string name="title">Title</string>
<string name="title_dashboard">Dashboard</string>
<string name="title_desc">Title desc.</string>
<string name="title_good_afternoon">Good afternoon</string>
<string name="title_good_day">Good day</string>
<string name="title_good_evening">Good evening</string>
<string name="title_good_morning">Good morning</string>
<string name="title_good_night">Good night</string>
<string name="title_home">Home</string>
<string name="title_material_design_city_wallpaper">City wallpaper</string>
<string name="title_material_design_icons">Icons</string>
<string name="title_notifications">Notifications</string>
<string name="title_user_info">What\'s Your Name</string>
<string name="today">Today</string>
<string name="toggle_lyrics_size">Toggle lyrics size</string>
<string name="tool_tip_see_all">See all songs</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="top_tracks">Top tracks</string>
<string name="top_tracks_label">Top Tracks</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
@ -653,21 +497,13 @@
<string name="up_next">Up next</string>
<string name="update">Update</string>
<string name="update_image">Update image</string>
<string name="updated_artist_image">Artist image updated.</string>
<string name="updating">Updating…</string>
<string name="user_profile_summary">Change profile and banner image</string>
<string name="version">Version</string>
<string name="virtualizer">Virtualizer</string>
<string name="virtualizer_strength">Virtualizer Strength</string>
<string name="volume_control">Volume control</string>
<string name="web_search">Web search</string>
@ -680,7 +516,6 @@
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="clear_app_data">Clear app data</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it
@ -693,5 +528,8 @@
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="circular">Circular</string>
<string name="carousal">Carousal</string>
<string name="now_playing_summary">Customzie now playing screen</string>
<string name="now_playing_summary">Customize now playing screen</string>
<string name="full_card">Full card</string>
<string name="profile">Profile</string>
<string name="bio">Bio</string>
</resources>

View file

@ -23,23 +23,10 @@
<item name="android:focusable">false</item>
</style>
<style name="PlayingIndicator">
<item name="android:layout_width">36dp</item>
<item name="android:layout_height">36dp</item>
<item name="android:padding">8dp</item>
<item name="android:layout_gravity">center</item>
</style>
<style name="Fab" parent="FabParent" />
<style name="MusicProgressSlider" parent="MusicProgressSliderParent">
<item name="android:thumbOffset">0dp</item>
</style>
<style name="TraditionalMusicProgressSlider" parent="TraditionalMusicProgressSliderParent">
<item name="android:thumbOffset">0dp</item>
</style>
<style name="Toolbar">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">?actionBarSize</item>
@ -58,79 +45,11 @@
<item name="android:layout_height">48dp</item>
</style>
<style name="Theme.Transparent" parent="android:Theme">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
<style name="SettingsTabsTextAppearance" parent="TextAppearance.Design.Tab">
<item name="android:textAllCaps">false</item>
<item name="textAllCaps">false</item>
<item name="android:textSize">16sp</item>
</style>
<style name="ExpandedTitleAppearance">
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Display1</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
<item name="android:textStyle">bold</item>
<item name="fontPath">@string/circular_std_black</item>
</style>
<style name="ExpandedTitleAppearance.White" parent="ExpandedTitleAppearance">
<item name="android:textColor">@color/md_white_1000</item>
</style>
<style name="CollapsedTitleAppearance">
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
<style name="CollapsedTitleAppearance.White">
<item name="android:textColor">@color/md_white_1000</item>
</style>
<style name="FullScreenTitleAppearance">
<item name="android:textColor">?android:attr/textColorPrimary</item>
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Body2</item>
</style>
<style name="FullScreenSubTitleAppearance">
<item name="android:textColor">?android:attr/textColorSecondary</item>
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Body1</item>
</style>
<style name="ToolbarTextAppearance">
<item name="fontPath">fonts/sans_regular.ttf</item>
</style>
<style name="HintTextAppearance">
<item name="android:textColor">@color/md_white_1000</item>
<item name="android:textSize">12sp</item>
</style>
<style name="Toolbar.CenterTitle" parent="Toolbar">
<item name="titleTextAppearance">@style/ToolbarTitleGravity</item>
<item name="android:titleTextAppearance">@style/ToolbarTitleGravity</item>
<item name="subtitleTextAppearance">@style/ToolbarSubTitleGravity</item>
<item name="android:subtitleTextAppearance">@style/ToolbarSubTitleGravity</item>
</style>
<style name="ToolbarTitleGravity" parent="TextAppearance.Widget.AppCompat.Toolbar.Title">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_gravity">center_horizontal</item>
<item name="android:gravity">center_horizontal</item>
</style>
<style name="ToolbarSubTitleGravity" parent="TextAppearance.Widget.AppCompat.Toolbar.Subtitle">
<item name="android:layout_gravity">center_horizontal</item>
<item name="android:layout_width">match_parent</item>
<item name="android:gravity">center_horizontal</item>
</style>
<style name="BigTitleTextAppearance">
<item name="android:textAppearance">@style/TextAppearance.AppCompat.Title</item>
<item name="android:layout_width">wrap_content</item>
@ -140,12 +59,5 @@
<item name="android:gravity">center</item>
</style>
<style name="CollapsedToolbarLayout" parent="Widget.Design.CollapsingToolbar">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="layout_scrollFlags">scroll|enterAlwaysCollapsed</item>
<item name="titleEnabled">false</item>
</style>
</resources>

View file

@ -95,12 +95,6 @@
</style>
<style name="FabParent">
<item name="borderWidth">0dp</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
</style>
<style name="MusicProgressSliderParent">
<item name="android:progressDrawable">@android:color/transparent</item>
<item name="android:layout_width">match_parent</item>
@ -108,38 +102,15 @@
<item name="android:thumb">@drawable/slider_thumb</item>
</style>
<style name="TraditionalMusicProgressSliderParent">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginLeft">@dimen/seek_bar_margin_left_right</item>
<item name="android:layout_marginRight">@dimen/seek_bar_margin_left_right</item>
</style>
<!-- content description is necessary to find the overflow button later in the layout-->
<style name="Widget.ActionButton.Overflow" parent="Widget.AppCompat.ActionButton.Overflow">
<item name="android:contentDescription">@string/abc_action_menu_overflow_description</item>
</style>
<style name="SearchViewTheme" parent="PlaidDarkOverlay">
<item name="colorControlActivated">?android:colorAccent</item>
<item name="android:searchViewStyle">@style/SearchView</item>
</style>
<style name="PlaidDarkOverlay" parent="@android:style/ThemeOverlay.Material.Dark.ActionBar">
<!-- Used to theme dark elements in light themed screens.
Extend the material dark Action Bar overlay as this contains text styling. -->
</style>
<style name="SearchView" parent="android:style/Widget.Material.SearchView">
<item name="android:searchIcon">@android:color/transparent</item>
<item name="android:searchHintIcon">@android:color/transparent</item>
<item name="android:queryBackground">@android:color/transparent</item>
<item name="android:submitBackground">@android:color/transparent</item>
</style>
<!-- set the rounded drawable as background to your bottom sheet -->
<style name="BottomSheet" parent="@style/Widget.Design.BottomSheet.Modal">
<item name="android:background">@drawable/bg_bottom_sheet_dialog_fragment</item>
<!-- <item name="behavior_peekHeight">200dp</item>-->
</style>

View file

@ -2,7 +2,5 @@
<resources>
<string name="transition_album_art" translatable="false">album_art_transition</string>
<string name="transition_artist_image" translatable="false">artist_image_transition</string>
<string name="transition_fab" translatable="false">fab_transition</string>
<string name="transition_mini_player" translatable="false">mini_player_transition</string>
<string name="transition_search_bar" translatable="false">search_bar_transition</string>
</resources>