Finished the new about screens layout. Now only the onClick listeners are missing.

This commit is contained in:
Karim Abou Zeid 2015-09-05 21:21:56 +02:00
commit 7eddffed74
57 changed files with 892 additions and 167 deletions

View file

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--light theme-->
<color name="music_controller_container_color">@color/cardview_light_background</color>
<color name="default_bar_color">@color/grey_700</color>
<color name="pink_A200">#ff4081</color>
<color name="indigo_500">#3f51b5</color>
<!--dark theme-->
<color name="music_controller_container_color_dark">@color/cardview_dark_background</color>
<color name="default_bar_color_dark">@color/grey_900</color>
<color name="grey_700">#616161</color>
<color name="grey_800">#424242</color>
<color name="grey_900">#212121</color>
</resources>

View file

@ -1,11 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Phonograph</string>
<string name="cookicons" translatable="false"><a href="http://cookicons.co/">Cookicons</a></string>
<string name="karim_abou_zeid" translatable="false"><b>Karim Abou Zeid</b></string>
<string name="karim_abou_zeid_links" translatable="false"><a href="https://google.com/+KarimAbouZeid23697">Google+</a>&#160;&#160;&#160;<a href="https://twitter.com/karim23697">Twitter</a></string>
<string name="aidan_follestad" translatable="false"><a href="https://google.com/+AidanFollestad">Aidan Follestad</a></string>
<string name="maarten_corpel" translatable="false"><a href="https://google.com/+MaartenCorpel">Maarten Corpel</a></string>
<string name="karim_abou_zeid" translatable="false">Karim Abou Zeid</string>
<string name="aidan_follestad" translatable="false">Aidan Follestad</string>
<string name="maarten_corpel" translatable="false">Maarten Corpel</string>
<string name="michael_cook_cookicons" translatable="false">Michael Cook (Cookicons)</string>
<string name="aleksandar_tesic" translatable="false">Aleksandar Tešić</string>
<string name="aachen_germany" translatable="false">Aachen, Germany</string>
<string name="google_plus" translatable="false">Google Plus</string>
<string name="twitter" translatable="false">Twitter</string>
<string name="git_hub" translatable="false">GitHub</string>
<string-array name="donation_ids" translatable="false">
<item>donation_1</item>

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><!-- https://gist.github.com/kalehv/bae765c756e94455ed88 -->
<resources>
<color name="pink_A200">#ff4081</color>
<color name="indigo_500">#3f51b5</color>
<color name="grey_700">#616161</color>
<color name="grey_800">#424242</color>
<color name="grey_900">#212121</color>
</resources>

View file

@ -52,8 +52,6 @@
<string name="action_go_to_album">Go to album</string>
<string name="label_current_playing_queue">Playing queue</string>
<string name="save_as_playlist">Save as playlist</string>
<string name="credits_3">Icon by</string>
<string name="credits_1">"Phonograph is a completely free material designed music player by"</string>
<string name="no_results">No results</string>
<string name="action_re_download_artist_image">Update artist image</string>
<string name="updated_artist_image">Artist image updated.</string>
@ -178,4 +176,24 @@
<string name="support_development">Support development</string>
<string name="thank_you">Thank you!</string>
<string name="play_store_illustration_by">Play Store illustration by</string>
<string name="version">Version</string>
<string name="application">Application</string>
<string name="author">Author</string>
<string name="add_to_google_plus_circles">Add to Google Plus circles</string>
<string name="follow_on_twitter">Follow on Twitter</string>
<string name="fork_on_git_hub">Fork on GitHub</string>
<string name="visit_website">Visit website</string>
<string name="report_bugs">Report bugs</string>
<string name="report_bugs_summary">Report bugs or request new features.</string>
<string name="join_community">Join the Google Plus community</string>
<string name="join_community_summary">If you need help or have questions, the Phonograph community on Google Plus is a good place to go.</string>
<string name="translate">Translate</string>
<string name="translate_summary">Help translating Phonograph to your native language.</string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave me a few dollars here.</string>
<string name="aidan_follestad_summary">For the theme engine and some other great stuff.</string>
<string name="michael_cook_summary">For the pretty material app icon.</string>
<string name="maarten_corpel_summary">For making the Play Store illustration and the empty album cover.</string>
<string name="aleksandar_tesic_summary">For helping me with the design.</string>
<string name="website">Website</string>
</resources>

View file

@ -8,15 +8,14 @@
<item name="md_dark_theme">true</item>
<item name="music_controller_container_color">@color/music_controller_container_color_dark
</item>
<item name="music_controller_container_color">@color/cardview_dark_background</item>
<item name="round_selector">@drawable/round_selector_dark</item>
<item name="rect_selector">@drawable/rect_selector_dark</item>
<item name="cardBackgroundColor">@color/cardview_dark_background</item>
<item name="default_bar_color">@color/default_bar_color_dark</item>
<item name="default_bar_color">@color/grey_900</item>
<item name="divider_color">@color/md_divider_white</item>
<item name="icon_color">@color/secondary_text_default_material_dark</item>
@ -37,14 +36,14 @@
<item name="md_dark_theme">false</item>
<item name="music_controller_container_color">@color/music_controller_container_color</item>
<item name="music_controller_container_color">@color/cardview_light_background</item>
<item name="round_selector">@drawable/round_selector</item>
<item name="rect_selector">@drawable/rect_selector</item>
<item name="cardBackgroundColor">@color/cardview_light_background</item>
<item name="default_bar_color">@color/default_bar_color</item>
<item name="default_bar_color">@color/grey_700</item>
<item name="divider_color">@color/md_divider_black</item>
<item name="icon_color">@color/secondary_text_default_material_light</item>