diff --git a/.gitignore b/.gitignore index e2aa1d22..e67d5147 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ LastFmAuthTest/gen library/bin library/gen library/local.properties -*.apk *.keystore diff --git a/LastFmAuthTest/.classpath b/LastFmAuthTest/.classpath index 609aa00e..aff8e75b 100644 --- a/LastFmAuthTest/.classpath +++ b/LastFmAuthTest/.classpath @@ -1,7 +1,7 @@ - - - - - - - + + + + + + + diff --git a/LastFmAuthTest/default.properties b/LastFmAuthTest/default.properties deleted file mode 100644 index 033cddc9..00000000 --- a/LastFmAuthTest/default.properties +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Indicates whether an apk should be generated for each density. -split.density=false -# Project target. -target=android-10 diff --git a/LastFmAuthTest/project.properties b/LastFmAuthTest/project.properties new file mode 100644 index 00000000..26a44cd5 --- /dev/null +++ b/LastFmAuthTest/project.properties @@ -0,0 +1,16 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Indicates whether an apk should be generated for each density. +split.density=false +# Project target. +target=android-16 diff --git a/LastFmAuthTest/res/layout/main.xml b/LastFmAuthTest/res/layout/main.xml index 6dc3f5f0..17343ad9 100644 --- a/LastFmAuthTest/res/layout/main.xml +++ b/LastFmAuthTest/res/layout/main.xml @@ -1,13 +1,25 @@ - - - - + android:orientation="vertical" > + + + + + + + + + \ No newline at end of file diff --git a/LastFmAuthTest/src/fm/last/android/authtest/AuthTestActivity.java b/LastFmAuthTest/src/fm/last/android/authtest/AuthTestActivity.java index 7ba958d8..d9c863af 100644 --- a/LastFmAuthTest/src/fm/last/android/authtest/AuthTestActivity.java +++ b/LastFmAuthTest/src/fm/last/android/authtest/AuthTestActivity.java @@ -43,8 +43,8 @@ public void onClick(View v) { if(accounts.length > 0) { Bundle options = new Bundle(); //This is a test key. Register your own at http://www.last.fm/api - options.putString("api_key", "8a733e4c0a9f0df84cc745446b6b2f10"); - options.putString("api_secret", "750d8398452da9ac008ade1015404f96"); + options.putString("api_key", "3acdcba3d71ced7b641f97eddbb3d025"); + options.putString("api_secret", "faf6fb6935f9836dfb55a6d0a0235e99"); am.getAuthToken(accounts[0], "", options, AuthTestActivity.this, new AccountManagerCallback() { public void run(AccountManagerFuture arg0) { try { diff --git a/README.md b/README.md new file mode 100644 index 00000000..cbd66320 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +Last.fm Neu +============ +Modern Holo looking last.fm Android app based on the official app. + +[![Android Weekly](http://img.shields.io/badge/AndroidDev%20Weekly-%2346-2CB3E5.svg?style=flat)](http://androiddevweekly.com/2013/02/18/Issue-46.html) + +_Subscribe to Last.fm Neu release updates newsletter:_ [http://mailchimp.com/lastfm_neu](http://eepurl.com/vnPNr) +Downloads +============ +[https://play.google.com/store/apps/details?id=com.meg7.lastfm_neu](https://play.google.com/store/apps/details?id=com.meg7.lastfm_neu) + +![Download Last.fm Neu v1.1](https://raw.github.com/MostafaGazar/lastfm-android/master/market_qrcode.png) +Screens +============ +![Log-in](https://raw.github.com/MostafaGazar/lastfm-android/master/screens/1_login.png) +![Register, landscape](https://raw.github.com/MostafaGazar/lastfm-android/master/screens/1_register_land.png) +![Profile-Activity](https://raw.github.com/MostafaGazar/lastfm-android/master/screens/2_my_profile_activity.png) +![Profile-Activity, landscape](https://raw.github.com/MostafaGazar/lastfm-android/master/screens/2_my_profile_activity_land.png) +![Profile-Friends](https://raw.github.com/MostafaGazar/lastfm-android/master/screens/2_my_profile_friends.png) +![Profile-Events](https://raw.github.com/MostafaGazar/lastfm-android/master/screens/2_my_profile_events.png) +![Profile-Friends, landscape](https://raw.github.com/MostafaGazar/lastfm-android/master/screens/2_my_profile_friends_land.png) +![Friend](https://raw.github.com/MostafaGazar/lastfm-android/master/screens/3_friend_profile.png) +Developed By +============ +* Mostafa Gazar - + + +[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/MostafaGazar/lastfm-android/trend.png)](https://bitdeli.com/free "Bitdeli Badge") + diff --git a/app/.externalToolBuilders/Generate HTML guide.launch b/app/.externalToolBuilders/Generate HTML guide.launch index a5194bf5..d8dc2d2b 100644 --- a/app/.externalToolBuilders/Generate HTML guide.launch +++ b/app/.externalToolBuilders/Generate HTML guide.launch @@ -1,19 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/.project b/app/.project index 10f4188c..ff31e467 100644 --- a/app/.project +++ b/app/.project @@ -1,33 +1,33 @@ - - - LastFm - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - + + + LastFm + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 0f6c699d..bd835a1a 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -1,299 +1,489 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + package="com.meg7.lastfm_neu" + android:installLocation="preferExternal" + android:versionCode="3" + android:versionName="1.2" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/project.properties b/app/project.properties index d5dd56be..8f9f0e29 100644 --- a/app/project.properties +++ b/app/project.properties @@ -12,4 +12,8 @@ split.density=false # Project target. target=android-16 apk-configurations= -android.library.reference.1=../library +android.library.reference.1=..\\library +android.library.reference.2=..\\ActionBarSherlockLibrary +android.library.reference.3=..\\NineOldAndroidsLibrary +android.library.reference.4=..\\ViewPagerIndicatorLibrary +android.library.reference.5=..\\UrlImageViewHelperLibrary diff --git a/app/res/anim/push_left_in.xml b/app/res/anim/push_left_in.xml index 0285a97f..cf17dc3f 100644 --- a/app/res/anim/push_left_in.xml +++ b/app/res/anim/push_left_in.xml @@ -1,5 +1,6 @@ - - - - + + + + + \ No newline at end of file diff --git a/app/res/anim/push_left_out.xml b/app/res/anim/push_left_out.xml index 981a00cf..fb3f2d9a 100644 --- a/app/res/anim/push_left_out.xml +++ b/app/res/anim/push_left_out.xml @@ -1,5 +1,6 @@ - - - - + + + + + \ No newline at end of file diff --git a/app/res/anim/push_right_in.xml b/app/res/anim/push_right_in.xml index be43d3a0..97e7c232 100644 --- a/app/res/anim/push_right_in.xml +++ b/app/res/anim/push_right_in.xml @@ -1,5 +1,6 @@ - - - - + + + + + \ No newline at end of file diff --git a/app/res/anim/push_right_out.xml b/app/res/anim/push_right_out.xml index bee4a0c8..6b424a79 100644 --- a/app/res/anim/push_right_out.xml +++ b/app/res/anim/push_right_out.xml @@ -1,5 +1,6 @@ - - - - + + + + + \ No newline at end of file diff --git a/app/res/anim/tag_fadein.xml b/app/res/anim/tag_fadein.xml index 7984d7dd..e628549a 100644 --- a/app/res/anim/tag_fadein.xml +++ b/app/res/anim/tag_fadein.xml @@ -1,5 +1,6 @@ - + android:fillAfter="true" + android:zAdjustment="bottom" > - + \ No newline at end of file diff --git a/app/res/anim/tag_fadeout.xml b/app/res/anim/tag_fadeout.xml index 98f3c0fc..afd37cd2 100644 --- a/app/res/anim/tag_fadeout.xml +++ b/app/res/anim/tag_fadeout.xml @@ -1,5 +1,6 @@ - + android:fillAfter="true" + android:zAdjustment="bottom" > - + \ No newline at end of file diff --git a/app/res/anim/tag_row_fadeout.xml b/app/res/anim/tag_row_fadeout.xml index 7f1f841f..180ea3ab 100644 --- a/app/res/anim/tag_row_fadeout.xml +++ b/app/res/anim/tag_row_fadeout.xml @@ -1,5 +1,6 @@ - + android:fillAfter="false" + android:zAdjustment="bottom" > - + \ No newline at end of file diff --git a/app/res/drawable-hdpi/ab_bottom_solid_lastfm.9.png b/app/res/drawable-hdpi/ab_bottom_solid_lastfm.9.png new file mode 100644 index 00000000..43cc8cd2 Binary files /dev/null and b/app/res/drawable-hdpi/ab_bottom_solid_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/ab_solid_lastfm.9.png b/app/res/drawable-hdpi/ab_solid_lastfm.9.png new file mode 100644 index 00000000..620ef9cc Binary files /dev/null and b/app/res/drawable-hdpi/ab_solid_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/ab_stacked_solid_lastfm.9.png b/app/res/drawable-hdpi/ab_stacked_solid_lastfm.9.png new file mode 100644 index 00000000..f41e120a Binary files /dev/null and b/app/res/drawable-hdpi/ab_stacked_solid_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/ab_transparent_lastfm.9.png b/app/res/drawable-hdpi/ab_transparent_lastfm.9.png new file mode 100644 index 00000000..db6e50fe Binary files /dev/null and b/app/res/drawable-hdpi/ab_transparent_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/background_music_logo.png b/app/res/drawable-hdpi/background_music_logo.png new file mode 100644 index 00000000..d56455bd Binary files /dev/null and b/app/res/drawable-hdpi/background_music_logo.png differ diff --git a/app/res/drawable-hdpi/btn_black_disabled_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_black_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..718f4228 Binary files /dev/null and b/app/res/drawable-hdpi/btn_black_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_black_disabled_holo_light.9.png b/app/res/drawable-hdpi/btn_black_disabled_holo_light.9.png new file mode 100644 index 00000000..8ebd761c Binary files /dev/null and b/app/res/drawable-hdpi/btn_black_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_black_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_black_focused_holo_light.9.png new file mode 100644 index 00000000..5cfa8b04 Binary files /dev/null and b/app/res/drawable-hdpi/btn_black_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_black_normal_holo_light.9.png b/app/res/drawable-hdpi/btn_black_normal_holo_light.9.png new file mode 100644 index 00000000..37bd612c Binary files /dev/null and b/app/res/drawable-hdpi/btn_black_normal_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_black_pressed_holo_light.9.png b/app/res/drawable-hdpi/btn_black_pressed_holo_light.9.png new file mode 100644 index 00000000..c368765a Binary files /dev/null and b/app/res/drawable-hdpi/btn_black_pressed_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png b/app/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png new file mode 100644 index 00000000..3179edcf Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_off_disabled_holo_light.png b/app/res/drawable-hdpi/btn_check_off_disabled_holo_light.png new file mode 100644 index 00000000..9dbad9b9 Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_off_disabled_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_off_focused_holo_light.png b/app/res/drawable-hdpi/btn_check_off_focused_holo_light.png new file mode 100644 index 00000000..fff39a74 Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_off_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_off_holo_light.png b/app/res/drawable-hdpi/btn_check_off_holo_light.png new file mode 100644 index 00000000..b1b52b23 Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_off_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_off_pressed_holo_light.png b/app/res/drawable-hdpi/btn_check_off_pressed_holo_light.png new file mode 100644 index 00000000..91364fa2 Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_off_pressed_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png b/app/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png new file mode 100644 index 00000000..36962f96 Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_on_disabled_holo_light.png b/app/res/drawable-hdpi/btn_check_on_disabled_holo_light.png new file mode 100644 index 00000000..cd02122b Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_on_disabled_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_on_focused_holo_light.png b/app/res/drawable-hdpi/btn_check_on_focused_holo_light.png new file mode 100644 index 00000000..08063e0f Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_on_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_on_holo_light.png b/app/res/drawable-hdpi/btn_check_on_holo_light.png new file mode 100644 index 00000000..17aa1298 Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_on_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_check_on_pressed_holo_light.png b/app/res/drawable-hdpi/btn_check_on_pressed_holo_light.png new file mode 100644 index 00000000..f6ccb852 Binary files /dev/null and b/app/res/drawable-hdpi/btn_check_on_pressed_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..08c1c37b Binary files /dev/null and b/app/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_default_disabled_holo_light.9.png b/app/res/drawable-hdpi/btn_default_disabled_holo_light.9.png new file mode 100644 index 00000000..8ebd761c Binary files /dev/null and b/app/res/drawable-hdpi/btn_default_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_default_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_default_focused_holo_light.9.png new file mode 100644 index 00000000..7b6a14da Binary files /dev/null and b/app/res/drawable-hdpi/btn_default_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_default_normal_holo_light.9.png b/app/res/drawable-hdpi/btn_default_normal_holo_light.9.png new file mode 100644 index 00000000..4cb7c11a Binary files /dev/null and b/app/res/drawable-hdpi/btn_default_normal_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_default_pressed_holo_light.9.png b/app/res/drawable-hdpi/btn_default_pressed_holo_light.9.png new file mode 100644 index 00000000..88e5bc47 Binary files /dev/null and b/app/res/drawable-hdpi/btn_default_pressed_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_green_disabled_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_green_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..fb662e79 Binary files /dev/null and b/app/res/drawable-hdpi/btn_green_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_green_disabled_holo_light.9.png b/app/res/drawable-hdpi/btn_green_disabled_holo_light.9.png new file mode 100644 index 00000000..8ebd761c Binary files /dev/null and b/app/res/drawable-hdpi/btn_green_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_green_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_green_focused_holo_light.9.png new file mode 100644 index 00000000..585ca85c Binary files /dev/null and b/app/res/drawable-hdpi/btn_green_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_green_normal_holo_light.9.png b/app/res/drawable-hdpi/btn_green_normal_holo_light.9.png new file mode 100644 index 00000000..2d8de75c Binary files /dev/null and b/app/res/drawable-hdpi/btn_green_normal_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_green_pressed_holo_light.9.png b/app/res/drawable-hdpi/btn_green_pressed_holo_light.9.png new file mode 100644 index 00000000..09157028 Binary files /dev/null and b/app/res/drawable-hdpi/btn_green_pressed_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png b/app/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png new file mode 100644 index 00000000..0b48ec21 Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png b/app/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png new file mode 100644 index 00000000..25e8e1ba Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_off_focused_holo_light.png b/app/res/drawable-hdpi/btn_radio_off_focused_holo_light.png new file mode 100644 index 00000000..5af7b4a4 Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_off_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_off_holo_light.png b/app/res/drawable-hdpi/btn_radio_off_holo_light.png new file mode 100644 index 00000000..93225712 Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_off_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png b/app/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png new file mode 100644 index 00000000..02002086 Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png b/app/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png new file mode 100644 index 00000000..38b09c72 Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png b/app/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png new file mode 100644 index 00000000..6e61b528 Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_on_focused_holo_light.png b/app/res/drawable-hdpi/btn_radio_on_focused_holo_light.png new file mode 100644 index 00000000..e32564a3 Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_on_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_on_holo_light.png b/app/res/drawable-hdpi/btn_radio_on_holo_light.png new file mode 100644 index 00000000..2163b0ba Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_on_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png b/app/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png new file mode 100644 index 00000000..660490bb Binary files /dev/null and b/app/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png b/app/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png new file mode 100644 index 00000000..910396f0 Binary files /dev/null and b/app/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png b/app/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png new file mode 100644 index 00000000..efce4572 Binary files /dev/null and b/app/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png b/app/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png new file mode 100644 index 00000000..87e1dac9 Binary files /dev/null and b/app/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png b/app/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png new file mode 100644 index 00000000..297b02a0 Binary files /dev/null and b/app/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png b/app/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png new file mode 100644 index 00000000..7bc66e8e Binary files /dev/null and b/app/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png b/app/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png new file mode 100644 index 00000000..465373d9 Binary files /dev/null and b/app/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..c37cb40d Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png new file mode 100644 index 00000000..93c6d1bd Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png new file mode 100644 index 00000000..65649b65 Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png new file mode 100644 index 00000000..6b106fb6 Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png new file mode 100644 index 00000000..132fb829 Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..b128f3bf Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png new file mode 100644 index 00000000..0e3ee231 Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png new file mode 100644 index 00000000..7b38bed8 Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png new file mode 100644 index 00000000..f04c0c53 Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png b/app/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png new file mode 100644 index 00000000..20307026 Binary files /dev/null and b/app/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/events_list_header.png b/app/res/drawable-hdpi/events_list_header.png deleted file mode 100644 index 512a7842..00000000 Binary files a/app/res/drawable-hdpi/events_list_header.png and /dev/null differ diff --git a/app/res/drawable-hdpi/fastscroll_thumb_default_holo.png b/app/res/drawable-hdpi/fastscroll_thumb_default_holo.png new file mode 100644 index 00000000..0edef2cd Binary files /dev/null and b/app/res/drawable-hdpi/fastscroll_thumb_default_holo.png differ diff --git a/app/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png b/app/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png new file mode 100644 index 00000000..bc67adca Binary files /dev/null and b/app/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png differ diff --git a/app/res/drawable-hdpi/ic_collapse.png b/app/res/drawable-hdpi/ic_collapse.png new file mode 100644 index 00000000..ca78f2ec Binary files /dev/null and b/app/res/drawable-hdpi/ic_collapse.png differ diff --git a/app/res/drawable-hdpi/ic_expand.png b/app/res/drawable-hdpi/ic_expand.png new file mode 100644 index 00000000..1676b104 Binary files /dev/null and b/app/res/drawable-hdpi/ic_expand.png differ diff --git a/app/res/drawable-hdpi/ic_labels.png b/app/res/drawable-hdpi/ic_labels.png new file mode 100644 index 00000000..432e7c00 Binary files /dev/null and b/app/res/drawable-hdpi/ic_labels.png differ diff --git a/app/res/drawable-hdpi/ic_play.png b/app/res/drawable-hdpi/ic_play.png new file mode 100644 index 00000000..df8a2ca2 Binary files /dev/null and b/app/res/drawable-hdpi/ic_play.png differ diff --git a/app/res/drawable-hdpi/ic_search.png b/app/res/drawable-hdpi/ic_search.png new file mode 100644 index 00000000..f12e005e Binary files /dev/null and b/app/res/drawable-hdpi/ic_search.png differ diff --git a/app/res/drawable-hdpi/ic_share.png b/app/res/drawable-hdpi/ic_share.png new file mode 100644 index 00000000..c329f58d Binary files /dev/null and b/app/res/drawable-hdpi/ic_share.png differ diff --git a/app/res/drawable-hdpi/ic_today.png b/app/res/drawable-hdpi/ic_today.png new file mode 100644 index 00000000..35fe6b1e Binary files /dev/null and b/app/res/drawable-hdpi/ic_today.png differ diff --git a/app/res/drawable-hdpi/icon.png b/app/res/drawable-hdpi/icon.png index c4267443..8ca09ec6 100644 Binary files a/app/res/drawable-hdpi/icon.png and b/app/res/drawable-hdpi/icon.png differ diff --git a/app/res/drawable-hdpi/list_activated_holo.9.png b/app/res/drawable-hdpi/list_activated_holo.9.png new file mode 100644 index 00000000..4b8de71b Binary files /dev/null and b/app/res/drawable-hdpi/list_activated_holo.9.png differ diff --git a/app/res/drawable-hdpi/list_focused_holo.9.png b/app/res/drawable-hdpi/list_focused_holo.9.png new file mode 100644 index 00000000..3397798d Binary files /dev/null and b/app/res/drawable-hdpi/list_focused_holo.9.png differ diff --git a/app/res/drawable-hdpi/list_focused_lastfm.9.png b/app/res/drawable-hdpi/list_focused_lastfm.9.png new file mode 100644 index 00000000..a8b9fadd Binary files /dev/null and b/app/res/drawable-hdpi/list_focused_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/list_group_header.9.png b/app/res/drawable-hdpi/list_group_header.9.png index f366bcb4..6e4e4092 100644 Binary files a/app/res/drawable-hdpi/list_group_header.9.png and b/app/res/drawable-hdpi/list_group_header.9.png differ diff --git a/app/res/drawable-hdpi/list_item_focus.9.png b/app/res/drawable-hdpi/list_item_focus.9.png index c9498b9d..03112c2e 100644 Binary files a/app/res/drawable-hdpi/list_item_focus.9.png and b/app/res/drawable-hdpi/list_item_focus.9.png differ diff --git a/app/res/drawable-hdpi/list_item_focus_fullwidth.9.png b/app/res/drawable-hdpi/list_item_focus_fullwidth.9.png index f951d97f..8216f08a 100644 Binary files a/app/res/drawable-hdpi/list_item_focus_fullwidth.9.png and b/app/res/drawable-hdpi/list_item_focus_fullwidth.9.png differ diff --git a/app/res/drawable-hdpi/list_item_rest_fullwidth.9.png b/app/res/drawable-hdpi/list_item_rest_fullwidth.9.png index 7004ed35..03cda773 100644 Binary files a/app/res/drawable-hdpi/list_item_rest_fullwidth.9.png and b/app/res/drawable-hdpi/list_item_rest_fullwidth.9.png differ diff --git a/app/res/drawable-hdpi/list_longpressed_holo.9.png b/app/res/drawable-hdpi/list_longpressed_holo.9.png new file mode 100644 index 00000000..4b8de71b Binary files /dev/null and b/app/res/drawable-hdpi/list_longpressed_holo.9.png differ diff --git a/app/res/drawable-hdpi/list_pressed_holo_light.9.png b/app/res/drawable-hdpi/list_pressed_holo_light.9.png new file mode 100644 index 00000000..7ebb228d Binary files /dev/null and b/app/res/drawable-hdpi/list_pressed_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/list_selector_disabled_holo_light.9.png b/app/res/drawable-hdpi/list_selector_disabled_holo_light.9.png new file mode 100644 index 00000000..ca8e9a27 Binary files /dev/null and b/app/res/drawable-hdpi/list_selector_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/menu_dropdown_panel_lastfm.9.png b/app/res/drawable-hdpi/menu_dropdown_panel_lastfm.9.png new file mode 100644 index 00000000..bab5e3ba Binary files /dev/null and b/app/res/drawable-hdpi/menu_dropdown_panel_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/menu_hardkey_panel_lastfm.9.png b/app/res/drawable-hdpi/menu_hardkey_panel_lastfm.9.png new file mode 100644 index 00000000..40a8f3eb Binary files /dev/null and b/app/res/drawable-hdpi/menu_hardkey_panel_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/overlay_gray.9.png b/app/res/drawable-hdpi/overlay_gray.9.png new file mode 100644 index 00000000..001b8f0d Binary files /dev/null and b/app/res/drawable-hdpi/overlay_gray.9.png differ diff --git a/app/res/drawable-hdpi/overlay_gray_top.9.png b/app/res/drawable-hdpi/overlay_gray_top.9.png new file mode 100644 index 00000000..f76c3a7e Binary files /dev/null and b/app/res/drawable-hdpi/overlay_gray_top.9.png differ diff --git a/app/res/drawable-hdpi/picture_frame.9.png b/app/res/drawable-hdpi/picture_frame.9.png new file mode 100644 index 00000000..eac9814e Binary files /dev/null and b/app/res/drawable-hdpi/picture_frame.9.png differ diff --git a/app/res/drawable-hdpi/profile_unknown.png b/app/res/drawable-hdpi/profile_unknown.png index 56e615f4..b263ea72 100644 Binary files a/app/res/drawable-hdpi/profile_unknown.png and b/app/res/drawable-hdpi/profile_unknown.png differ diff --git a/app/res/drawable-hdpi/progress_bg_holo_light.9.png b/app/res/drawable-hdpi/progress_bg_holo_light.9.png new file mode 100644 index 00000000..3f12166d Binary files /dev/null and b/app/res/drawable-hdpi/progress_bg_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/progress_bg_lastfm.9.png b/app/res/drawable-hdpi/progress_bg_lastfm.9.png new file mode 100644 index 00000000..3d5c707d Binary files /dev/null and b/app/res/drawable-hdpi/progress_bg_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/progress_primary_holo.9.png b/app/res/drawable-hdpi/progress_primary_holo.9.png new file mode 100644 index 00000000..d8e2d3d7 Binary files /dev/null and b/app/res/drawable-hdpi/progress_primary_holo.9.png differ diff --git a/app/res/drawable-hdpi/progress_primary_lastfm.9.png b/app/res/drawable-hdpi/progress_primary_lastfm.9.png new file mode 100644 index 00000000..424abe43 Binary files /dev/null and b/app/res/drawable-hdpi/progress_primary_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/progress_secondary_holo.9.png b/app/res/drawable-hdpi/progress_secondary_holo.9.png new file mode 100644 index 00000000..e4eec4d6 Binary files /dev/null and b/app/res/drawable-hdpi/progress_secondary_holo.9.png differ diff --git a/app/res/drawable-hdpi/progress_secondary_lastfm.9.png b/app/res/drawable-hdpi/progress_secondary_lastfm.9.png new file mode 100644 index 00000000..b6604d45 Binary files /dev/null and b/app/res/drawable-hdpi/progress_secondary_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/progressbar_indeterminate_holo1.png b/app/res/drawable-hdpi/progressbar_indeterminate_holo1.png new file mode 100644 index 00000000..3b2eb555 Binary files /dev/null and b/app/res/drawable-hdpi/progressbar_indeterminate_holo1.png differ diff --git a/app/res/drawable-hdpi/progressbar_indeterminate_holo2.png b/app/res/drawable-hdpi/progressbar_indeterminate_holo2.png new file mode 100644 index 00000000..8b8000bd Binary files /dev/null and b/app/res/drawable-hdpi/progressbar_indeterminate_holo2.png differ diff --git a/app/res/drawable-hdpi/progressbar_indeterminate_holo3.png b/app/res/drawable-hdpi/progressbar_indeterminate_holo3.png new file mode 100644 index 00000000..006997fe Binary files /dev/null and b/app/res/drawable-hdpi/progressbar_indeterminate_holo3.png differ diff --git a/app/res/drawable-hdpi/progressbar_indeterminate_holo4.png b/app/res/drawable-hdpi/progressbar_indeterminate_holo4.png new file mode 100644 index 00000000..60a05f88 Binary files /dev/null and b/app/res/drawable-hdpi/progressbar_indeterminate_holo4.png differ diff --git a/app/res/drawable-hdpi/progressbar_indeterminate_holo5.png b/app/res/drawable-hdpi/progressbar_indeterminate_holo5.png new file mode 100644 index 00000000..bc4ad9ea Binary files /dev/null and b/app/res/drawable-hdpi/progressbar_indeterminate_holo5.png differ diff --git a/app/res/drawable-hdpi/progressbar_indeterminate_holo6.png b/app/res/drawable-hdpi/progressbar_indeterminate_holo6.png new file mode 100644 index 00000000..cd220763 Binary files /dev/null and b/app/res/drawable-hdpi/progressbar_indeterminate_holo6.png differ diff --git a/app/res/drawable-hdpi/progressbar_indeterminate_holo7.png b/app/res/drawable-hdpi/progressbar_indeterminate_holo7.png new file mode 100644 index 00000000..042e2e0e Binary files /dev/null and b/app/res/drawable-hdpi/progressbar_indeterminate_holo7.png differ diff --git a/app/res/drawable-hdpi/progressbar_indeterminate_holo8.png b/app/res/drawable-hdpi/progressbar_indeterminate_holo8.png new file mode 100644 index 00000000..42c119a0 Binary files /dev/null and b/app/res/drawable-hdpi/progressbar_indeterminate_holo8.png differ diff --git a/app/res/drawable-hdpi/rate_star_big_half_holo_light.png b/app/res/drawable-hdpi/rate_star_big_half_holo_light.png new file mode 100644 index 00000000..4a711f81 Binary files /dev/null and b/app/res/drawable-hdpi/rate_star_big_half_holo_light.png differ diff --git a/app/res/drawable-hdpi/rate_star_big_off_holo_light.png b/app/res/drawable-hdpi/rate_star_big_off_holo_light.png new file mode 100644 index 00000000..ebdb47bd Binary files /dev/null and b/app/res/drawable-hdpi/rate_star_big_off_holo_light.png differ diff --git a/app/res/drawable-hdpi/rate_star_big_on_holo_light.png b/app/res/drawable-hdpi/rate_star_big_on_holo_light.png new file mode 100644 index 00000000..7f9f46aa Binary files /dev/null and b/app/res/drawable-hdpi/rate_star_big_on_holo_light.png differ diff --git a/app/res/drawable-hdpi/rate_star_small_half_holo_light.png b/app/res/drawable-hdpi/rate_star_small_half_holo_light.png new file mode 100644 index 00000000..d662abd8 Binary files /dev/null and b/app/res/drawable-hdpi/rate_star_small_half_holo_light.png differ diff --git a/app/res/drawable-hdpi/rate_star_small_off_holo_light.png b/app/res/drawable-hdpi/rate_star_small_off_holo_light.png new file mode 100644 index 00000000..c7fb6730 Binary files /dev/null and b/app/res/drawable-hdpi/rate_star_small_off_holo_light.png differ diff --git a/app/res/drawable-hdpi/rate_star_small_on_holo_light.png b/app/res/drawable-hdpi/rate_star_small_on_holo_light.png new file mode 100644 index 00000000..cf173db9 Binary files /dev/null and b/app/res/drawable-hdpi/rate_star_small_on_holo_light.png differ diff --git a/app/res/drawable-hdpi/scrubber_control_disabled_holo.png b/app/res/drawable-hdpi/scrubber_control_disabled_holo.png new file mode 100644 index 00000000..c17e45d7 Binary files /dev/null and b/app/res/drawable-hdpi/scrubber_control_disabled_holo.png differ diff --git a/app/res/drawable-hdpi/scrubber_control_focused_holo.png b/app/res/drawable-hdpi/scrubber_control_focused_holo.png new file mode 100644 index 00000000..c9de5fde Binary files /dev/null and b/app/res/drawable-hdpi/scrubber_control_focused_holo.png differ diff --git a/app/res/drawable-hdpi/scrubber_control_normal_holo.png b/app/res/drawable-hdpi/scrubber_control_normal_holo.png new file mode 100644 index 00000000..5cc0958a Binary files /dev/null and b/app/res/drawable-hdpi/scrubber_control_normal_holo.png differ diff --git a/app/res/drawable-hdpi/scrubber_control_pressed_holo.png b/app/res/drawable-hdpi/scrubber_control_pressed_holo.png new file mode 100644 index 00000000..d34dfd8c Binary files /dev/null and b/app/res/drawable-hdpi/scrubber_control_pressed_holo.png differ diff --git a/app/res/drawable-hdpi/scrubber_primary_holo.9.png b/app/res/drawable-hdpi/scrubber_primary_holo.9.png new file mode 100644 index 00000000..2d063b1e Binary files /dev/null and b/app/res/drawable-hdpi/scrubber_primary_holo.9.png differ diff --git a/app/res/drawable-hdpi/scrubber_secondary_holo.9.png b/app/res/drawable-hdpi/scrubber_secondary_holo.9.png new file mode 100644 index 00000000..f280141a Binary files /dev/null and b/app/res/drawable-hdpi/scrubber_secondary_holo.9.png differ diff --git a/app/res/drawable-hdpi/scrubber_track_holo_light.9.png b/app/res/drawable-hdpi/scrubber_track_holo_light.9.png new file mode 100644 index 00000000..90528b13 Binary files /dev/null and b/app/res/drawable-hdpi/scrubber_track_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/show_map_button.png b/app/res/drawable-hdpi/show_map_button.png index fc09ad69..7eeb9595 100644 Binary files a/app/res/drawable-hdpi/show_map_button.png and b/app/res/drawable-hdpi/show_map_button.png differ diff --git a/app/res/drawable-hdpi/show_map_button_.png b/app/res/drawable-hdpi/show_map_button_.png new file mode 100644 index 00000000..b7219176 Binary files /dev/null and b/app/res/drawable-hdpi/show_map_button_.png differ diff --git a/app/res/drawable-hdpi/sign_in_background_gradient.png b/app/res/drawable-hdpi/sign_in_background_gradient.png deleted file mode 100644 index d9f51bbf..00000000 Binary files a/app/res/drawable-hdpi/sign_in_background_gradient.png and /dev/null differ diff --git a/app/res/drawable-hdpi/sign_in_logo.png b/app/res/drawable-hdpi/sign_in_logo.png deleted file mode 100644 index 126e3463..00000000 Binary files a/app/res/drawable-hdpi/sign_in_logo.png and /dev/null differ diff --git a/app/res/drawable-hdpi/spinner_ab_default_lastfm.9.png b/app/res/drawable-hdpi/spinner_ab_default_lastfm.9.png new file mode 100644 index 00000000..4fd4aeba Binary files /dev/null and b/app/res/drawable-hdpi/spinner_ab_default_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/spinner_ab_disabled_lastfm.9.png b/app/res/drawable-hdpi/spinner_ab_disabled_lastfm.9.png new file mode 100644 index 00000000..d42c97b8 Binary files /dev/null and b/app/res/drawable-hdpi/spinner_ab_disabled_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/spinner_ab_focused_lastfm.9.png b/app/res/drawable-hdpi/spinner_ab_focused_lastfm.9.png new file mode 100644 index 00000000..62e70e65 Binary files /dev/null and b/app/res/drawable-hdpi/spinner_ab_focused_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/spinner_ab_pressed_lastfm.9.png b/app/res/drawable-hdpi/spinner_ab_pressed_lastfm.9.png new file mode 100644 index 00000000..8a916a7f Binary files /dev/null and b/app/res/drawable-hdpi/spinner_ab_pressed_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/spinner_default_holo_light.9.png b/app/res/drawable-hdpi/spinner_default_holo_light.9.png new file mode 100644 index 00000000..f32dd76f Binary files /dev/null and b/app/res/drawable-hdpi/spinner_default_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/spinner_disabled_holo_light.9.png b/app/res/drawable-hdpi/spinner_disabled_holo_light.9.png new file mode 100644 index 00000000..720c4175 Binary files /dev/null and b/app/res/drawable-hdpi/spinner_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/spinner_focused_holo_light.9.png b/app/res/drawable-hdpi/spinner_focused_holo_light.9.png new file mode 100644 index 00000000..5ffbbca1 Binary files /dev/null and b/app/res/drawable-hdpi/spinner_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/spinner_pressed_holo_light.9.png b/app/res/drawable-hdpi/spinner_pressed_holo_light.9.png new file mode 100644 index 00000000..d58dbd69 Binary files /dev/null and b/app/res/drawable-hdpi/spinner_pressed_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png b/app/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png new file mode 100644 index 00000000..f111d823 Binary files /dev/null and b/app/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/switch_bg_focused_holo_light.9.png b/app/res/drawable-hdpi/switch_bg_focused_holo_light.9.png new file mode 100644 index 00000000..80dca0eb Binary files /dev/null and b/app/res/drawable-hdpi/switch_bg_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/switch_bg_holo_light.9.png b/app/res/drawable-hdpi/switch_bg_holo_light.9.png new file mode 100644 index 00000000..7abe99a5 Binary files /dev/null and b/app/res/drawable-hdpi/switch_bg_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png b/app/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png new file mode 100644 index 00000000..16b3323f Binary files /dev/null and b/app/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png b/app/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png new file mode 100644 index 00000000..c3cfc299 Binary files /dev/null and b/app/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/switch_thumb_holo_light.9.png b/app/res/drawable-hdpi/switch_thumb_holo_light.9.png new file mode 100644 index 00000000..c30506db Binary files /dev/null and b/app/res/drawable-hdpi/switch_thumb_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png b/app/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png new file mode 100644 index 00000000..a16682eb Binary files /dev/null and b/app/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/tab_selected_focused_lastfm.9.png b/app/res/drawable-hdpi/tab_selected_focused_lastfm.9.png new file mode 100644 index 00000000..eab4c8a7 Binary files /dev/null and b/app/res/drawable-hdpi/tab_selected_focused_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/tab_selected_lastfm.9.png b/app/res/drawable-hdpi/tab_selected_lastfm.9.png new file mode 100644 index 00000000..6e8d3f9c Binary files /dev/null and b/app/res/drawable-hdpi/tab_selected_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/tab_selected_pressed_lastfm.9.png b/app/res/drawable-hdpi/tab_selected_pressed_lastfm.9.png new file mode 100644 index 00000000..94a9daba Binary files /dev/null and b/app/res/drawable-hdpi/tab_selected_pressed_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/tab_unselected_focused_lastfm.9.png b/app/res/drawable-hdpi/tab_unselected_focused_lastfm.9.png new file mode 100644 index 00000000..61d563c5 Binary files /dev/null and b/app/res/drawable-hdpi/tab_unselected_focused_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/tab_unselected_pressed_lastfm.9.png b/app/res/drawable-hdpi/tab_unselected_pressed_lastfm.9.png new file mode 100644 index 00000000..320b09fd Binary files /dev/null and b/app/res/drawable-hdpi/tab_unselected_pressed_lastfm.9.png differ diff --git a/app/res/drawable-hdpi/textfield_activated_holo_light.9.png b/app/res/drawable-hdpi/textfield_activated_holo_light.9.png new file mode 100644 index 00000000..d6e0ae93 Binary files /dev/null and b/app/res/drawable-hdpi/textfield_activated_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/textfield_default_holo_light.9.png b/app/res/drawable-hdpi/textfield_default_holo_light.9.png new file mode 100644 index 00000000..5841e05b Binary files /dev/null and b/app/res/drawable-hdpi/textfield_default_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png b/app/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..d7f78ab7 Binary files /dev/null and b/app/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/textfield_disabled_holo_light.9.png b/app/res/drawable-hdpi/textfield_disabled_holo_light.9.png new file mode 100644 index 00000000..312a0f48 Binary files /dev/null and b/app/res/drawable-hdpi/textfield_disabled_holo_light.9.png differ diff --git a/app/res/drawable-hdpi/textfield_focused_holo_light.9.png b/app/res/drawable-hdpi/textfield_focused_holo_light.9.png new file mode 100644 index 00000000..4bc36e7a Binary files /dev/null and b/app/res/drawable-hdpi/textfield_focused_holo_light.9.png differ diff --git a/app/res/drawable-land/tagareabg.xml b/app/res/drawable-land/tagareabg.xml index dadb4a55..898a2a67 100644 --- a/app/res/drawable-land/tagareabg.xml +++ b/app/res/drawable-land/tagareabg.xml @@ -1,6 +1,10 @@ - + type="rectangle" > + + + \ No newline at end of file diff --git a/app/res/drawable-ldpi/icon.png b/app/res/drawable-ldpi/icon.png index 39048d62..8964de31 100644 Binary files a/app/res/drawable-ldpi/icon.png and b/app/res/drawable-ldpi/icon.png differ diff --git a/app/res/drawable-mdpi-v5/icon.png b/app/res/drawable-mdpi-v5/icon.png index c581a655..3b7151f8 100644 Binary files a/app/res/drawable-mdpi-v5/icon.png and b/app/res/drawable-mdpi-v5/icon.png differ diff --git a/app/res/drawable-mdpi/ab_bottom_solid_lastfm.9.png b/app/res/drawable-mdpi/ab_bottom_solid_lastfm.9.png new file mode 100644 index 00000000..9f14d53b Binary files /dev/null and b/app/res/drawable-mdpi/ab_bottom_solid_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/ab_solid_lastfm.9.png b/app/res/drawable-mdpi/ab_solid_lastfm.9.png new file mode 100644 index 00000000..eec34d7c Binary files /dev/null and b/app/res/drawable-mdpi/ab_solid_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/ab_stacked_solid_lastfm.9.png b/app/res/drawable-mdpi/ab_stacked_solid_lastfm.9.png new file mode 100644 index 00000000..0d2ce390 Binary files /dev/null and b/app/res/drawable-mdpi/ab_stacked_solid_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/ab_transparent_lastfm.9.png b/app/res/drawable-mdpi/ab_transparent_lastfm.9.png new file mode 100644 index 00000000..636da9ac Binary files /dev/null and b/app/res/drawable-mdpi/ab_transparent_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/btn_black_disabled_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_black_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..279bf80b Binary files /dev/null and b/app/res/drawable-mdpi/btn_black_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_black_disabled_holo_light.9.png b/app/res/drawable-mdpi/btn_black_disabled_holo_light.9.png new file mode 100644 index 00000000..4a6351a4 Binary files /dev/null and b/app/res/drawable-mdpi/btn_black_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_black_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_black_focused_holo_light.9.png new file mode 100644 index 00000000..7bde3bd7 Binary files /dev/null and b/app/res/drawable-mdpi/btn_black_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_black_normal_holo_light.9.png b/app/res/drawable-mdpi/btn_black_normal_holo_light.9.png new file mode 100644 index 00000000..c159a29d Binary files /dev/null and b/app/res/drawable-mdpi/btn_black_normal_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_black_pressed_holo_light.9.png b/app/res/drawable-mdpi/btn_black_pressed_holo_light.9.png new file mode 100644 index 00000000..0f88c841 Binary files /dev/null and b/app/res/drawable-mdpi/btn_black_pressed_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png b/app/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png new file mode 100644 index 00000000..fc64c663 Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_off_disabled_holo_light.png b/app/res/drawable-mdpi/btn_check_off_disabled_holo_light.png new file mode 100644 index 00000000..db190430 Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_off_disabled_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_off_focused_holo_light.png b/app/res/drawable-mdpi/btn_check_off_focused_holo_light.png new file mode 100644 index 00000000..a92afdde Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_off_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_off_holo_light.png b/app/res/drawable-mdpi/btn_check_off_holo_light.png new file mode 100644 index 00000000..f5eaf804 Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_off_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_off_pressed_holo_light.png b/app/res/drawable-mdpi/btn_check_off_pressed_holo_light.png new file mode 100644 index 00000000..823903ed Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_off_pressed_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png b/app/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png new file mode 100644 index 00000000..972fad73 Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_on_disabled_holo_light.png b/app/res/drawable-mdpi/btn_check_on_disabled_holo_light.png new file mode 100644 index 00000000..20e2aab1 Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_on_disabled_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_on_focused_holo_light.png b/app/res/drawable-mdpi/btn_check_on_focused_holo_light.png new file mode 100644 index 00000000..79cbb17b Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_on_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_on_holo_light.png b/app/res/drawable-mdpi/btn_check_on_holo_light.png new file mode 100644 index 00000000..41e23983 Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_on_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_check_on_pressed_holo_light.png b/app/res/drawable-mdpi/btn_check_on_pressed_holo_light.png new file mode 100644 index 00000000..d0ea9a59 Binary files /dev/null and b/app/res/drawable-mdpi/btn_check_on_pressed_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..c29957ff Binary files /dev/null and b/app/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_default_disabled_holo_light.9.png b/app/res/drawable-mdpi/btn_default_disabled_holo_light.9.png new file mode 100644 index 00000000..4a6351a4 Binary files /dev/null and b/app/res/drawable-mdpi/btn_default_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_default_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_default_focused_holo_light.9.png new file mode 100644 index 00000000..af716604 Binary files /dev/null and b/app/res/drawable-mdpi/btn_default_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_default_normal_holo_light.9.png b/app/res/drawable-mdpi/btn_default_normal_holo_light.9.png new file mode 100644 index 00000000..c1889886 Binary files /dev/null and b/app/res/drawable-mdpi/btn_default_normal_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_default_pressed_holo_light.9.png b/app/res/drawable-mdpi/btn_default_pressed_holo_light.9.png new file mode 100644 index 00000000..5a90b155 Binary files /dev/null and b/app/res/drawable-mdpi/btn_default_pressed_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_green_disabled_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_green_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..12eb7561 Binary files /dev/null and b/app/res/drawable-mdpi/btn_green_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_green_disabled_holo_light.9.png b/app/res/drawable-mdpi/btn_green_disabled_holo_light.9.png new file mode 100644 index 00000000..4a6351a4 Binary files /dev/null and b/app/res/drawable-mdpi/btn_green_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_green_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_green_focused_holo_light.9.png new file mode 100644 index 00000000..d732cec6 Binary files /dev/null and b/app/res/drawable-mdpi/btn_green_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_green_normal_holo_light.9.png b/app/res/drawable-mdpi/btn_green_normal_holo_light.9.png new file mode 100644 index 00000000..7d35a438 Binary files /dev/null and b/app/res/drawable-mdpi/btn_green_normal_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_green_pressed_holo_light.9.png b/app/res/drawable-mdpi/btn_green_pressed_holo_light.9.png new file mode 100644 index 00000000..235a44e3 Binary files /dev/null and b/app/res/drawable-mdpi/btn_green_pressed_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png b/app/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png new file mode 100644 index 00000000..d4eebff2 Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png b/app/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png new file mode 100644 index 00000000..a67375ec Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_off_focused_holo_light.png b/app/res/drawable-mdpi/btn_radio_off_focused_holo_light.png new file mode 100644 index 00000000..cf444adf Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_off_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_off_holo_light.png b/app/res/drawable-mdpi/btn_radio_off_holo_light.png new file mode 100644 index 00000000..590c37c6 Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_off_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png b/app/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png new file mode 100644 index 00000000..7cecca59 Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png b/app/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png new file mode 100644 index 00000000..4aa8d49d Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png b/app/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png new file mode 100644 index 00000000..4583c3e1 Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_on_focused_holo_light.png b/app/res/drawable-mdpi/btn_radio_on_focused_holo_light.png new file mode 100644 index 00000000..626f61bb Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_on_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_on_holo_light.png b/app/res/drawable-mdpi/btn_radio_on_holo_light.png new file mode 100644 index 00000000..088772b8 Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_on_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png b/app/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png new file mode 100644 index 00000000..d2b03d3a Binary files /dev/null and b/app/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png b/app/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png new file mode 100644 index 00000000..f0d3ca46 Binary files /dev/null and b/app/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png b/app/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png new file mode 100644 index 00000000..02038585 Binary files /dev/null and b/app/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png b/app/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png new file mode 100644 index 00000000..4dae491b Binary files /dev/null and b/app/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png b/app/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png new file mode 100644 index 00000000..53b0dae4 Binary files /dev/null and b/app/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png b/app/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png new file mode 100644 index 00000000..31745fcd Binary files /dev/null and b/app/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png b/app/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png new file mode 100644 index 00000000..08877dab Binary files /dev/null and b/app/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..7dc462b5 Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png new file mode 100644 index 00000000..ae2c2c4b Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png new file mode 100644 index 00000000..05e90872 Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png new file mode 100644 index 00000000..7abaf3ed Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png new file mode 100644 index 00000000..70021d08 Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..e9a5313d Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png new file mode 100644 index 00000000..7bf53c15 Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png new file mode 100644 index 00000000..7bc52ba2 Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png new file mode 100644 index 00000000..3adc6338 Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png b/app/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png new file mode 100644 index 00000000..ae54e985 Binary files /dev/null and b/app/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/fastscroll_thumb_default_holo.png b/app/res/drawable-mdpi/fastscroll_thumb_default_holo.png new file mode 100644 index 00000000..5582c4b3 Binary files /dev/null and b/app/res/drawable-mdpi/fastscroll_thumb_default_holo.png differ diff --git a/app/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png b/app/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png new file mode 100644 index 00000000..caa64895 Binary files /dev/null and b/app/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png differ diff --git a/app/res/drawable-mdpi/ic_collapse.png b/app/res/drawable-mdpi/ic_collapse.png new file mode 100644 index 00000000..01d6511e Binary files /dev/null and b/app/res/drawable-mdpi/ic_collapse.png differ diff --git a/app/res/drawable-mdpi/ic_expand.png b/app/res/drawable-mdpi/ic_expand.png new file mode 100644 index 00000000..aa2b40ca Binary files /dev/null and b/app/res/drawable-mdpi/ic_expand.png differ diff --git a/app/res/drawable-mdpi/ic_labels.png b/app/res/drawable-mdpi/ic_labels.png new file mode 100644 index 00000000..b85d7c58 Binary files /dev/null and b/app/res/drawable-mdpi/ic_labels.png differ diff --git a/app/res/drawable-mdpi/ic_play.png b/app/res/drawable-mdpi/ic_play.png new file mode 100644 index 00000000..6a40cd5f Binary files /dev/null and b/app/res/drawable-mdpi/ic_play.png differ diff --git a/app/res/drawable-mdpi/ic_search.png b/app/res/drawable-mdpi/ic_search.png new file mode 100644 index 00000000..587d9e0b Binary files /dev/null and b/app/res/drawable-mdpi/ic_search.png differ diff --git a/app/res/drawable-mdpi/ic_share.png b/app/res/drawable-mdpi/ic_share.png new file mode 100644 index 00000000..056deb57 Binary files /dev/null and b/app/res/drawable-mdpi/ic_share.png differ diff --git a/app/res/drawable-mdpi/ic_today.png b/app/res/drawable-mdpi/ic_today.png new file mode 100644 index 00000000..afd82e9c Binary files /dev/null and b/app/res/drawable-mdpi/ic_today.png differ diff --git a/app/res/drawable-mdpi/icon.png b/app/res/drawable-mdpi/icon.png new file mode 100644 index 00000000..3b7151f8 Binary files /dev/null and b/app/res/drawable-mdpi/icon.png differ diff --git a/app/res/drawable-mdpi/list_activated_holo.9.png b/app/res/drawable-mdpi/list_activated_holo.9.png new file mode 100644 index 00000000..5f9cf4c1 Binary files /dev/null and b/app/res/drawable-mdpi/list_activated_holo.9.png differ diff --git a/app/res/drawable-mdpi/list_focused_holo.9.png b/app/res/drawable-mdpi/list_focused_holo.9.png new file mode 100644 index 00000000..41711027 Binary files /dev/null and b/app/res/drawable-mdpi/list_focused_holo.9.png differ diff --git a/app/res/drawable-mdpi/list_focused_lastfm.9.png b/app/res/drawable-mdpi/list_focused_lastfm.9.png new file mode 100644 index 00000000..85f81116 Binary files /dev/null and b/app/res/drawable-mdpi/list_focused_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/list_longpressed_holo.9.png b/app/res/drawable-mdpi/list_longpressed_holo.9.png new file mode 100644 index 00000000..5f9cf4c1 Binary files /dev/null and b/app/res/drawable-mdpi/list_longpressed_holo.9.png differ diff --git a/app/res/drawable-mdpi/list_pressed_holo_light.9.png b/app/res/drawable-mdpi/list_pressed_holo_light.9.png new file mode 100644 index 00000000..6c49fc16 Binary files /dev/null and b/app/res/drawable-mdpi/list_pressed_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/list_selector_disabled_holo_light.9.png b/app/res/drawable-mdpi/list_selector_disabled_holo_light.9.png new file mode 100644 index 00000000..42cb6463 Binary files /dev/null and b/app/res/drawable-mdpi/list_selector_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/menu_dropdown_panel_lastfm.9.png b/app/res/drawable-mdpi/menu_dropdown_panel_lastfm.9.png new file mode 100644 index 00000000..2b2458ef Binary files /dev/null and b/app/res/drawable-mdpi/menu_dropdown_panel_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/menu_hardkey_panel_lastfm.9.png b/app/res/drawable-mdpi/menu_hardkey_panel_lastfm.9.png new file mode 100644 index 00000000..19b2feb5 Binary files /dev/null and b/app/res/drawable-mdpi/menu_hardkey_panel_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/progress_bg_holo_light.9.png b/app/res/drawable-mdpi/progress_bg_holo_light.9.png new file mode 100644 index 00000000..780b4b25 Binary files /dev/null and b/app/res/drawable-mdpi/progress_bg_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/progress_bg_lastfm.9.png b/app/res/drawable-mdpi/progress_bg_lastfm.9.png new file mode 100644 index 00000000..9372a60f Binary files /dev/null and b/app/res/drawable-mdpi/progress_bg_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/progress_primary_holo.9.png b/app/res/drawable-mdpi/progress_primary_holo.9.png new file mode 100644 index 00000000..a093878f Binary files /dev/null and b/app/res/drawable-mdpi/progress_primary_holo.9.png differ diff --git a/app/res/drawable-mdpi/progress_primary_lastfm.9.png b/app/res/drawable-mdpi/progress_primary_lastfm.9.png new file mode 100644 index 00000000..d35ae175 Binary files /dev/null and b/app/res/drawable-mdpi/progress_primary_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/progress_secondary_holo.9.png b/app/res/drawable-mdpi/progress_secondary_holo.9.png new file mode 100644 index 00000000..4522380c Binary files /dev/null and b/app/res/drawable-mdpi/progress_secondary_holo.9.png differ diff --git a/app/res/drawable-mdpi/progress_secondary_lastfm.9.png b/app/res/drawable-mdpi/progress_secondary_lastfm.9.png new file mode 100644 index 00000000..4e31dc6d Binary files /dev/null and b/app/res/drawable-mdpi/progress_secondary_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/progressbar_indeterminate_holo1.png b/app/res/drawable-mdpi/progressbar_indeterminate_holo1.png new file mode 100644 index 00000000..6eded38b Binary files /dev/null and b/app/res/drawable-mdpi/progressbar_indeterminate_holo1.png differ diff --git a/app/res/drawable-mdpi/progressbar_indeterminate_holo2.png b/app/res/drawable-mdpi/progressbar_indeterminate_holo2.png new file mode 100644 index 00000000..353f9bc6 Binary files /dev/null and b/app/res/drawable-mdpi/progressbar_indeterminate_holo2.png differ diff --git a/app/res/drawable-mdpi/progressbar_indeterminate_holo3.png b/app/res/drawable-mdpi/progressbar_indeterminate_holo3.png new file mode 100644 index 00000000..bc941b0a Binary files /dev/null and b/app/res/drawable-mdpi/progressbar_indeterminate_holo3.png differ diff --git a/app/res/drawable-mdpi/progressbar_indeterminate_holo4.png b/app/res/drawable-mdpi/progressbar_indeterminate_holo4.png new file mode 100644 index 00000000..6acd7e10 Binary files /dev/null and b/app/res/drawable-mdpi/progressbar_indeterminate_holo4.png differ diff --git a/app/res/drawable-mdpi/progressbar_indeterminate_holo5.png b/app/res/drawable-mdpi/progressbar_indeterminate_holo5.png new file mode 100644 index 00000000..3cee9cc1 Binary files /dev/null and b/app/res/drawable-mdpi/progressbar_indeterminate_holo5.png differ diff --git a/app/res/drawable-mdpi/progressbar_indeterminate_holo6.png b/app/res/drawable-mdpi/progressbar_indeterminate_holo6.png new file mode 100644 index 00000000..0889150e Binary files /dev/null and b/app/res/drawable-mdpi/progressbar_indeterminate_holo6.png differ diff --git a/app/res/drawable-mdpi/progressbar_indeterminate_holo7.png b/app/res/drawable-mdpi/progressbar_indeterminate_holo7.png new file mode 100644 index 00000000..3e18cfe9 Binary files /dev/null and b/app/res/drawable-mdpi/progressbar_indeterminate_holo7.png differ diff --git a/app/res/drawable-mdpi/progressbar_indeterminate_holo8.png b/app/res/drawable-mdpi/progressbar_indeterminate_holo8.png new file mode 100644 index 00000000..2d90be9e Binary files /dev/null and b/app/res/drawable-mdpi/progressbar_indeterminate_holo8.png differ diff --git a/app/res/drawable-mdpi/rate_star_big_half_holo_light.png b/app/res/drawable-mdpi/rate_star_big_half_holo_light.png new file mode 100644 index 00000000..a55b48fe Binary files /dev/null and b/app/res/drawable-mdpi/rate_star_big_half_holo_light.png differ diff --git a/app/res/drawable-mdpi/rate_star_big_off_holo_light.png b/app/res/drawable-mdpi/rate_star_big_off_holo_light.png new file mode 100644 index 00000000..8ecf0f95 Binary files /dev/null and b/app/res/drawable-mdpi/rate_star_big_off_holo_light.png differ diff --git a/app/res/drawable-mdpi/rate_star_big_on_holo_light.png b/app/res/drawable-mdpi/rate_star_big_on_holo_light.png new file mode 100644 index 00000000..1ee2c0b5 Binary files /dev/null and b/app/res/drawable-mdpi/rate_star_big_on_holo_light.png differ diff --git a/app/res/drawable-mdpi/rate_star_small_half_holo_light.png b/app/res/drawable-mdpi/rate_star_small_half_holo_light.png new file mode 100644 index 00000000..af5d464f Binary files /dev/null and b/app/res/drawable-mdpi/rate_star_small_half_holo_light.png differ diff --git a/app/res/drawable-mdpi/rate_star_small_off_holo_light.png b/app/res/drawable-mdpi/rate_star_small_off_holo_light.png new file mode 100644 index 00000000..bb5c08ce Binary files /dev/null and b/app/res/drawable-mdpi/rate_star_small_off_holo_light.png differ diff --git a/app/res/drawable-mdpi/rate_star_small_on_holo_light.png b/app/res/drawable-mdpi/rate_star_small_on_holo_light.png new file mode 100644 index 00000000..c68205ba Binary files /dev/null and b/app/res/drawable-mdpi/rate_star_small_on_holo_light.png differ diff --git a/app/res/drawable-mdpi/scrubber_control_disabled_holo.png b/app/res/drawable-mdpi/scrubber_control_disabled_holo.png new file mode 100644 index 00000000..6602ed36 Binary files /dev/null and b/app/res/drawable-mdpi/scrubber_control_disabled_holo.png differ diff --git a/app/res/drawable-mdpi/scrubber_control_focused_holo.png b/app/res/drawable-mdpi/scrubber_control_focused_holo.png new file mode 100644 index 00000000..62d5a718 Binary files /dev/null and b/app/res/drawable-mdpi/scrubber_control_focused_holo.png differ diff --git a/app/res/drawable-mdpi/scrubber_control_normal_holo.png b/app/res/drawable-mdpi/scrubber_control_normal_holo.png new file mode 100644 index 00000000..cef1985d Binary files /dev/null and b/app/res/drawable-mdpi/scrubber_control_normal_holo.png differ diff --git a/app/res/drawable-mdpi/scrubber_control_pressed_holo.png b/app/res/drawable-mdpi/scrubber_control_pressed_holo.png new file mode 100644 index 00000000..1ee4ad95 Binary files /dev/null and b/app/res/drawable-mdpi/scrubber_control_pressed_holo.png differ diff --git a/app/res/drawable-mdpi/scrubber_primary_holo.9.png b/app/res/drawable-mdpi/scrubber_primary_holo.9.png new file mode 100644 index 00000000..0ef8dbfc Binary files /dev/null and b/app/res/drawable-mdpi/scrubber_primary_holo.9.png differ diff --git a/app/res/drawable-mdpi/scrubber_secondary_holo.9.png b/app/res/drawable-mdpi/scrubber_secondary_holo.9.png new file mode 100644 index 00000000..1b4a9ee6 Binary files /dev/null and b/app/res/drawable-mdpi/scrubber_secondary_holo.9.png differ diff --git a/app/res/drawable-mdpi/scrubber_track_holo_light.9.png b/app/res/drawable-mdpi/scrubber_track_holo_light.9.png new file mode 100644 index 00000000..359ae4a1 Binary files /dev/null and b/app/res/drawable-mdpi/scrubber_track_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/spinner_ab_default_lastfm.9.png b/app/res/drawable-mdpi/spinner_ab_default_lastfm.9.png new file mode 100644 index 00000000..9aeafee2 Binary files /dev/null and b/app/res/drawable-mdpi/spinner_ab_default_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/spinner_ab_disabled_lastfm.9.png b/app/res/drawable-mdpi/spinner_ab_disabled_lastfm.9.png new file mode 100644 index 00000000..88dd4415 Binary files /dev/null and b/app/res/drawable-mdpi/spinner_ab_disabled_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/spinner_ab_focused_lastfm.9.png b/app/res/drawable-mdpi/spinner_ab_focused_lastfm.9.png new file mode 100644 index 00000000..53e464de Binary files /dev/null and b/app/res/drawable-mdpi/spinner_ab_focused_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/spinner_ab_pressed_lastfm.9.png b/app/res/drawable-mdpi/spinner_ab_pressed_lastfm.9.png new file mode 100644 index 00000000..5ad6b298 Binary files /dev/null and b/app/res/drawable-mdpi/spinner_ab_pressed_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/spinner_default_holo_light.9.png b/app/res/drawable-mdpi/spinner_default_holo_light.9.png new file mode 100644 index 00000000..1f3c1b11 Binary files /dev/null and b/app/res/drawable-mdpi/spinner_default_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/spinner_disabled_holo_light.9.png b/app/res/drawable-mdpi/spinner_disabled_holo_light.9.png new file mode 100644 index 00000000..dad0ec9a Binary files /dev/null and b/app/res/drawable-mdpi/spinner_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/spinner_focused_holo_light.9.png b/app/res/drawable-mdpi/spinner_focused_holo_light.9.png new file mode 100644 index 00000000..b6376b3f Binary files /dev/null and b/app/res/drawable-mdpi/spinner_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/spinner_pressed_holo_light.9.png b/app/res/drawable-mdpi/spinner_pressed_holo_light.9.png new file mode 100644 index 00000000..fbf2bd3d Binary files /dev/null and b/app/res/drawable-mdpi/spinner_pressed_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png b/app/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png new file mode 100644 index 00000000..1e56c325 Binary files /dev/null and b/app/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/switch_bg_focused_holo_light.9.png b/app/res/drawable-mdpi/switch_bg_focused_holo_light.9.png new file mode 100644 index 00000000..2ff54a33 Binary files /dev/null and b/app/res/drawable-mdpi/switch_bg_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/switch_bg_holo_light.9.png b/app/res/drawable-mdpi/switch_bg_holo_light.9.png new file mode 100644 index 00000000..a2af2b5e Binary files /dev/null and b/app/res/drawable-mdpi/switch_bg_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png b/app/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png new file mode 100644 index 00000000..284a5c58 Binary files /dev/null and b/app/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png b/app/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png new file mode 100644 index 00000000..d68568af Binary files /dev/null and b/app/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/switch_thumb_holo_light.9.png b/app/res/drawable-mdpi/switch_thumb_holo_light.9.png new file mode 100644 index 00000000..0d98983e Binary files /dev/null and b/app/res/drawable-mdpi/switch_thumb_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png b/app/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png new file mode 100644 index 00000000..28135c15 Binary files /dev/null and b/app/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/tab_selected_focused_lastfm.9.png b/app/res/drawable-mdpi/tab_selected_focused_lastfm.9.png new file mode 100644 index 00000000..3ef08515 Binary files /dev/null and b/app/res/drawable-mdpi/tab_selected_focused_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/tab_selected_lastfm.9.png b/app/res/drawable-mdpi/tab_selected_lastfm.9.png new file mode 100644 index 00000000..56a75948 Binary files /dev/null and b/app/res/drawable-mdpi/tab_selected_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/tab_selected_pressed_lastfm.9.png b/app/res/drawable-mdpi/tab_selected_pressed_lastfm.9.png new file mode 100644 index 00000000..f1a3afd8 Binary files /dev/null and b/app/res/drawable-mdpi/tab_selected_pressed_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/tab_unselected_focused_lastfm.9.png b/app/res/drawable-mdpi/tab_unselected_focused_lastfm.9.png new file mode 100644 index 00000000..e1be49e7 Binary files /dev/null and b/app/res/drawable-mdpi/tab_unselected_focused_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/tab_unselected_pressed_lastfm.9.png b/app/res/drawable-mdpi/tab_unselected_pressed_lastfm.9.png new file mode 100644 index 00000000..0a6d04c2 Binary files /dev/null and b/app/res/drawable-mdpi/tab_unselected_pressed_lastfm.9.png differ diff --git a/app/res/drawable-mdpi/textfield_activated_holo_light.9.png b/app/res/drawable-mdpi/textfield_activated_holo_light.9.png new file mode 100644 index 00000000..ca105641 Binary files /dev/null and b/app/res/drawable-mdpi/textfield_activated_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/textfield_default_holo_light.9.png b/app/res/drawable-mdpi/textfield_default_holo_light.9.png new file mode 100644 index 00000000..0f1ba7d5 Binary files /dev/null and b/app/res/drawable-mdpi/textfield_default_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png b/app/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..3b928944 Binary files /dev/null and b/app/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/textfield_disabled_holo_light.9.png b/app/res/drawable-mdpi/textfield_disabled_holo_light.9.png new file mode 100644 index 00000000..09b56164 Binary files /dev/null and b/app/res/drawable-mdpi/textfield_disabled_holo_light.9.png differ diff --git a/app/res/drawable-mdpi/textfield_focused_holo_light.9.png b/app/res/drawable-mdpi/textfield_focused_holo_light.9.png new file mode 100644 index 00000000..d5c7f9be Binary files /dev/null and b/app/res/drawable-mdpi/textfield_focused_holo_light.9.png differ diff --git a/app/res/drawable-small/background_music_logo.png b/app/res/drawable-small/background_music_logo.png new file mode 100644 index 00000000..d5ef184f Binary files /dev/null and b/app/res/drawable-small/background_music_logo.png differ diff --git a/app/res/drawable-small/sign_in_logo.png b/app/res/drawable-small/sign_in_logo.png new file mode 100644 index 00000000..ba6c9a60 Binary files /dev/null and b/app/res/drawable-small/sign_in_logo.png differ diff --git a/app/res/drawable-v5/ic_tab_bio.xml b/app/res/drawable-v5/ic_tab_bio.xml index 9b66d860..12427863 100644 --- a/app/res/drawable-v5/ic_tab_bio.xml +++ b/app/res/drawable-v5/ic_tab_bio.xml @@ -1,6 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable-v5/ic_tab_events.xml b/app/res/drawable-v5/ic_tab_events.xml index 2fd0c559..b9a8daf5 100644 --- a/app/res/drawable-v5/ic_tab_events.xml +++ b/app/res/drawable-v5/ic_tab_events.xml @@ -1,6 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable-v5/ic_tab_profile.xml b/app/res/drawable-v5/ic_tab_profile.xml index c97fe8f6..ab3bdabb 100644 --- a/app/res/drawable-v5/ic_tab_profile.xml +++ b/app/res/drawable-v5/ic_tab_profile.xml @@ -1,6 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable-v5/ic_tab_radio.xml b/app/res/drawable-v5/ic_tab_radio.xml index 624f48ba..65dfde28 100644 --- a/app/res/drawable-v5/ic_tab_radio.xml +++ b/app/res/drawable-v5/ic_tab_radio.xml @@ -1,6 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable-v5/ic_tab_search.xml b/app/res/drawable-v5/ic_tab_search.xml index dbcd77f4..a8b505bf 100644 --- a/app/res/drawable-v5/ic_tab_search.xml +++ b/app/res/drawable-v5/ic_tab_search.xml @@ -1,6 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable-v5/ic_tab_similar_artists.xml b/app/res/drawable-v5/ic_tab_similar_artists.xml index defd36a4..b57d601d 100644 --- a/app/res/drawable-v5/ic_tab_similar_artists.xml +++ b/app/res/drawable-v5/ic_tab_similar_artists.xml @@ -1,6 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable-v5/ic_tab_tags.xml b/app/res/drawable-v5/ic_tab_tags.xml index ec4193db..81e20540 100644 --- a/app/res/drawable-v5/ic_tab_tags.xml +++ b/app/res/drawable-v5/ic_tab_tags.xml @@ -1,6 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable-v5/ic_tab_top_listeners.xml b/app/res/drawable-v5/ic_tab_top_listeners.xml index ae543b13..9537ad99 100644 --- a/app/res/drawable-v5/ic_tab_top_listeners.xml +++ b/app/res/drawable-v5/ic_tab_top_listeners.xml @@ -1,6 +1,7 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable-v9/cancel.xml b/app/res/drawable-v9/cancel.xml index 7add47fd..4f1a2669 100644 --- a/app/res/drawable-v9/cancel.xml +++ b/app/res/drawable-v9/cancel.xml @@ -1,6 +1,8 @@ - - - + + + + + \ No newline at end of file diff --git a/app/res/drawable-v9/done.xml b/app/res/drawable-v9/done.xml index 38e5e227..bdf373a2 100644 --- a/app/res/drawable-v9/done.xml +++ b/app/res/drawable-v9/done.xml @@ -1,6 +1,8 @@ - - - + + + + + \ No newline at end of file diff --git a/app/res/drawable-v9/info.xml b/app/res/drawable-v9/info.xml index 7d216601..ac1f7d5b 100644 --- a/app/res/drawable-v9/info.xml +++ b/app/res/drawable-v9/info.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable-v9/logout.xml b/app/res/drawable-v9/logout.xml index 0deecfcd..2b362d0e 100644 --- a/app/res/drawable-v9/logout.xml +++ b/app/res/drawable-v9/logout.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable-v9/share.xml b/app/res/drawable-v9/share.xml index 5393cb7d..6b7d54c6 100644 --- a/app/res/drawable-v9/share.xml +++ b/app/res/drawable-v9/share.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable-v9/shopping_cart.xml b/app/res/drawable-v9/shopping_cart.xml index 5219ce53..3bb268fa 100644 --- a/app/res/drawable-v9/shopping_cart.xml +++ b/app/res/drawable-v9/shopping_cart.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable-v9/tag_menu.xml b/app/res/drawable-v9/tag_menu.xml index ea8b7498..3ec17cbe 100644 --- a/app/res/drawable-v9/tag_menu.xml +++ b/app/res/drawable-v9/tag_menu.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable-v9/view_artwork.xml b/app/res/drawable-v9/view_artwork.xml index 14288cf8..e7ebdf83 100644 --- a/app/res/drawable-v9/view_artwork.xml +++ b/app/res/drawable-v9/view_artwork.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable-xhdpi/ab_bottom_solid_lastfm.9.png b/app/res/drawable-xhdpi/ab_bottom_solid_lastfm.9.png new file mode 100644 index 00000000..2ab0fdc0 Binary files /dev/null and b/app/res/drawable-xhdpi/ab_bottom_solid_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/ab_solid_lastfm.9.png b/app/res/drawable-xhdpi/ab_solid_lastfm.9.png new file mode 100644 index 00000000..3ffb856c Binary files /dev/null and b/app/res/drawable-xhdpi/ab_solid_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/ab_stacked_solid_lastfm.9.png b/app/res/drawable-xhdpi/ab_stacked_solid_lastfm.9.png new file mode 100644 index 00000000..03bcba41 Binary files /dev/null and b/app/res/drawable-xhdpi/ab_stacked_solid_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/ab_transparent_lastfm.9.png b/app/res/drawable-xhdpi/ab_transparent_lastfm.9.png new file mode 100644 index 00000000..6c63c293 Binary files /dev/null and b/app/res/drawable-xhdpi/ab_transparent_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/btn_black_disabled_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_black_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..0133ae80 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_black_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_black_disabled_holo_light.9.png b/app/res/drawable-xhdpi/btn_black_disabled_holo_light.9.png new file mode 100644 index 00000000..ffee5e2d Binary files /dev/null and b/app/res/drawable-xhdpi/btn_black_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_black_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_black_focused_holo_light.9.png new file mode 100644 index 00000000..dfae78e0 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_black_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_black_normal_holo_light.9.png b/app/res/drawable-xhdpi/btn_black_normal_holo_light.9.png new file mode 100644 index 00000000..6c8fe0a2 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_black_normal_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_black_pressed_holo_light.9.png b/app/res/drawable-xhdpi/btn_black_pressed_holo_light.9.png new file mode 100644 index 00000000..6a9aefcc Binary files /dev/null and b/app/res/drawable-xhdpi/btn_black_pressed_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png b/app/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png new file mode 100644 index 00000000..657c6e79 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png b/app/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png new file mode 100644 index 00000000..6a364bbe Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_off_focused_holo_light.png b/app/res/drawable-xhdpi/btn_check_off_focused_holo_light.png new file mode 100644 index 00000000..9386f23f Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_off_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_off_holo_light.png b/app/res/drawable-xhdpi/btn_check_off_holo_light.png new file mode 100644 index 00000000..a1c2005a Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_off_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png b/app/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png new file mode 100644 index 00000000..5be5a57f Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png b/app/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png new file mode 100644 index 00000000..9b8efbc7 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png b/app/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png new file mode 100644 index 00000000..d705b420 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_on_focused_holo_light.png b/app/res/drawable-xhdpi/btn_check_on_focused_holo_light.png new file mode 100644 index 00000000..14b41256 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_on_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_on_holo_light.png b/app/res/drawable-xhdpi/btn_check_on_holo_light.png new file mode 100644 index 00000000..37a08bb2 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_on_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png b/app/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png new file mode 100644 index 00000000..535b594a Binary files /dev/null and b/app/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..916f647e Binary files /dev/null and b/app/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png b/app/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png new file mode 100644 index 00000000..ffee5e2d Binary files /dev/null and b/app/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_default_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_default_focused_holo_light.9.png new file mode 100644 index 00000000..56fa7249 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_default_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_default_normal_holo_light.9.png b/app/res/drawable-xhdpi/btn_default_normal_holo_light.9.png new file mode 100644 index 00000000..a3e0ad35 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_default_normal_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png b/app/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png new file mode 100644 index 00000000..3736c386 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_green_disabled_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_green_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..9fe12ee0 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_green_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_green_disabled_holo_light.9.png b/app/res/drawable-xhdpi/btn_green_disabled_holo_light.9.png new file mode 100644 index 00000000..ffee5e2d Binary files /dev/null and b/app/res/drawable-xhdpi/btn_green_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_green_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_green_focused_holo_light.9.png new file mode 100644 index 00000000..040e2775 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_green_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_green_normal_holo_light.9.png b/app/res/drawable-xhdpi/btn_green_normal_holo_light.9.png new file mode 100644 index 00000000..186d9fc1 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_green_normal_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_green_pressed_holo_light.9.png b/app/res/drawable-xhdpi/btn_green_pressed_holo_light.9.png new file mode 100644 index 00000000..93a8cbdb Binary files /dev/null and b/app/res/drawable-xhdpi/btn_green_pressed_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png b/app/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png new file mode 100644 index 00000000..ac373cf7 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png b/app/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png new file mode 100644 index 00000000..1030a801 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png b/app/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png new file mode 100644 index 00000000..94c76e72 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_off_holo_light.png b/app/res/drawable-xhdpi/btn_radio_off_holo_light.png new file mode 100644 index 00000000..2360f30b Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_off_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png b/app/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png new file mode 100644 index 00000000..8e0514b6 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png b/app/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png new file mode 100644 index 00000000..72ae759f Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png b/app/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png new file mode 100644 index 00000000..5741490d Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png b/app/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png new file mode 100644 index 00000000..0bb6b006 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_on_holo_light.png b/app/res/drawable-xhdpi/btn_radio_on_holo_light.png new file mode 100644 index 00000000..3a044700 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_on_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png b/app/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png new file mode 100644 index 00000000..2ae95600 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png b/app/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png new file mode 100644 index 00000000..ac7a4576 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png b/app/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png new file mode 100644 index 00000000..397874d1 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png b/app/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png new file mode 100644 index 00000000..64223966 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png b/app/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png new file mode 100644 index 00000000..98ed5368 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png b/app/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png new file mode 100644 index 00000000..b452935d Binary files /dev/null and b/app/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png b/app/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png new file mode 100644 index 00000000..cd740742 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..144cf53d Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png new file mode 100644 index 00000000..a2d3ecd7 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png new file mode 100644 index 00000000..15765f03 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png new file mode 100644 index 00000000..db2cfc56 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png new file mode 100644 index 00000000..3693ba19 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..945a4aa5 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png new file mode 100644 index 00000000..438d59eb Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png new file mode 100644 index 00000000..f620cfc5 Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png new file mode 100644 index 00000000..7959f08e Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png b/app/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png new file mode 100644 index 00000000..9584373d Binary files /dev/null and b/app/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/fastscroll_thumb_default_holo.png b/app/res/drawable-xhdpi/fastscroll_thumb_default_holo.png new file mode 100644 index 00000000..cfb01d20 Binary files /dev/null and b/app/res/drawable-xhdpi/fastscroll_thumb_default_holo.png differ diff --git a/app/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png b/app/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png new file mode 100644 index 00000000..918c3039 Binary files /dev/null and b/app/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png differ diff --git a/app/res/drawable-xhdpi/ic_collapse.png b/app/res/drawable-xhdpi/ic_collapse.png new file mode 100644 index 00000000..2ed32510 Binary files /dev/null and b/app/res/drawable-xhdpi/ic_collapse.png differ diff --git a/app/res/drawable-xhdpi/ic_expand.png b/app/res/drawable-xhdpi/ic_expand.png new file mode 100644 index 00000000..38c7b20d Binary files /dev/null and b/app/res/drawable-xhdpi/ic_expand.png differ diff --git a/app/res/drawable-xhdpi/ic_labels.png b/app/res/drawable-xhdpi/ic_labels.png new file mode 100644 index 00000000..8fdcd1a2 Binary files /dev/null and b/app/res/drawable-xhdpi/ic_labels.png differ diff --git a/app/res/drawable-xhdpi/ic_play.png b/app/res/drawable-xhdpi/ic_play.png new file mode 100644 index 00000000..51124993 Binary files /dev/null and b/app/res/drawable-xhdpi/ic_play.png differ diff --git a/app/res/drawable-xhdpi/ic_search.png b/app/res/drawable-xhdpi/ic_search.png new file mode 100644 index 00000000..3549f84d Binary files /dev/null and b/app/res/drawable-xhdpi/ic_search.png differ diff --git a/app/res/drawable-xhdpi/ic_share.png b/app/res/drawable-xhdpi/ic_share.png new file mode 100644 index 00000000..15549b04 Binary files /dev/null and b/app/res/drawable-xhdpi/ic_share.png differ diff --git a/app/res/drawable-xhdpi/ic_today.png b/app/res/drawable-xhdpi/ic_today.png new file mode 100644 index 00000000..132ecbd7 Binary files /dev/null and b/app/res/drawable-xhdpi/ic_today.png differ diff --git a/app/res/drawable-xhdpi/icon.png b/app/res/drawable-xhdpi/icon.png new file mode 100644 index 00000000..a72ae587 Binary files /dev/null and b/app/res/drawable-xhdpi/icon.png differ diff --git a/app/res/drawable-xhdpi/list_activated_holo.9.png b/app/res/drawable-xhdpi/list_activated_holo.9.png new file mode 100644 index 00000000..0bce68c9 Binary files /dev/null and b/app/res/drawable-xhdpi/list_activated_holo.9.png differ diff --git a/app/res/drawable-xhdpi/list_focused_holo.9.png b/app/res/drawable-xhdpi/list_focused_holo.9.png new file mode 100644 index 00000000..a416a043 Binary files /dev/null and b/app/res/drawable-xhdpi/list_focused_holo.9.png differ diff --git a/app/res/drawable-xhdpi/list_focused_lastfm.9.png b/app/res/drawable-xhdpi/list_focused_lastfm.9.png new file mode 100644 index 00000000..773845df Binary files /dev/null and b/app/res/drawable-xhdpi/list_focused_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/list_longpressed_holo.9.png b/app/res/drawable-xhdpi/list_longpressed_holo.9.png new file mode 100644 index 00000000..0bce68c9 Binary files /dev/null and b/app/res/drawable-xhdpi/list_longpressed_holo.9.png differ diff --git a/app/res/drawable-xhdpi/list_pressed_holo_light.9.png b/app/res/drawable-xhdpi/list_pressed_holo_light.9.png new file mode 100644 index 00000000..204d9b98 Binary files /dev/null and b/app/res/drawable-xhdpi/list_pressed_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png b/app/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png new file mode 100644 index 00000000..c6a7d4d8 Binary files /dev/null and b/app/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/menu_dropdown_panel_lastfm.9.png b/app/res/drawable-xhdpi/menu_dropdown_panel_lastfm.9.png new file mode 100644 index 00000000..2974663c Binary files /dev/null and b/app/res/drawable-xhdpi/menu_dropdown_panel_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/menu_hardkey_panel_lastfm.9.png b/app/res/drawable-xhdpi/menu_hardkey_panel_lastfm.9.png new file mode 100644 index 00000000..97c03063 Binary files /dev/null and b/app/res/drawable-xhdpi/menu_hardkey_panel_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/progress_bg_holo_light.9.png b/app/res/drawable-xhdpi/progress_bg_holo_light.9.png new file mode 100644 index 00000000..cbd19ac4 Binary files /dev/null and b/app/res/drawable-xhdpi/progress_bg_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/progress_bg_lastfm.9.png b/app/res/drawable-xhdpi/progress_bg_lastfm.9.png new file mode 100644 index 00000000..8b4853aa Binary files /dev/null and b/app/res/drawable-xhdpi/progress_bg_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/progress_primary_holo.9.png b/app/res/drawable-xhdpi/progress_primary_holo.9.png new file mode 100644 index 00000000..10c6a7ce Binary files /dev/null and b/app/res/drawable-xhdpi/progress_primary_holo.9.png differ diff --git a/app/res/drawable-xhdpi/progress_primary_lastfm.9.png b/app/res/drawable-xhdpi/progress_primary_lastfm.9.png new file mode 100644 index 00000000..5c60a4b2 Binary files /dev/null and b/app/res/drawable-xhdpi/progress_primary_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/progress_secondary_holo.9.png b/app/res/drawable-xhdpi/progress_secondary_holo.9.png new file mode 100644 index 00000000..9abbb066 Binary files /dev/null and b/app/res/drawable-xhdpi/progress_secondary_holo.9.png differ diff --git a/app/res/drawable-xhdpi/progress_secondary_lastfm.9.png b/app/res/drawable-xhdpi/progress_secondary_lastfm.9.png new file mode 100644 index 00000000..c8ea12d9 Binary files /dev/null and b/app/res/drawable-xhdpi/progress_secondary_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/progressbar_indeterminate_holo1.png b/app/res/drawable-xhdpi/progressbar_indeterminate_holo1.png new file mode 100644 index 00000000..d2496a89 Binary files /dev/null and b/app/res/drawable-xhdpi/progressbar_indeterminate_holo1.png differ diff --git a/app/res/drawable-xhdpi/progressbar_indeterminate_holo2.png b/app/res/drawable-xhdpi/progressbar_indeterminate_holo2.png new file mode 100644 index 00000000..cb03f787 Binary files /dev/null and b/app/res/drawable-xhdpi/progressbar_indeterminate_holo2.png differ diff --git a/app/res/drawable-xhdpi/progressbar_indeterminate_holo3.png b/app/res/drawable-xhdpi/progressbar_indeterminate_holo3.png new file mode 100644 index 00000000..92013ab9 Binary files /dev/null and b/app/res/drawable-xhdpi/progressbar_indeterminate_holo3.png differ diff --git a/app/res/drawable-xhdpi/progressbar_indeterminate_holo4.png b/app/res/drawable-xhdpi/progressbar_indeterminate_holo4.png new file mode 100644 index 00000000..dc8c449f Binary files /dev/null and b/app/res/drawable-xhdpi/progressbar_indeterminate_holo4.png differ diff --git a/app/res/drawable-xhdpi/progressbar_indeterminate_holo5.png b/app/res/drawable-xhdpi/progressbar_indeterminate_holo5.png new file mode 100644 index 00000000..7d01279b Binary files /dev/null and b/app/res/drawable-xhdpi/progressbar_indeterminate_holo5.png differ diff --git a/app/res/drawable-xhdpi/progressbar_indeterminate_holo6.png b/app/res/drawable-xhdpi/progressbar_indeterminate_holo6.png new file mode 100644 index 00000000..8f95dd18 Binary files /dev/null and b/app/res/drawable-xhdpi/progressbar_indeterminate_holo6.png differ diff --git a/app/res/drawable-xhdpi/progressbar_indeterminate_holo7.png b/app/res/drawable-xhdpi/progressbar_indeterminate_holo7.png new file mode 100644 index 00000000..e4fcdab8 Binary files /dev/null and b/app/res/drawable-xhdpi/progressbar_indeterminate_holo7.png differ diff --git a/app/res/drawable-xhdpi/progressbar_indeterminate_holo8.png b/app/res/drawable-xhdpi/progressbar_indeterminate_holo8.png new file mode 100644 index 00000000..cea0d35b Binary files /dev/null and b/app/res/drawable-xhdpi/progressbar_indeterminate_holo8.png differ diff --git a/app/res/drawable-xhdpi/rate_star_big_half_holo_light.png b/app/res/drawable-xhdpi/rate_star_big_half_holo_light.png new file mode 100644 index 00000000..163516c8 Binary files /dev/null and b/app/res/drawable-xhdpi/rate_star_big_half_holo_light.png differ diff --git a/app/res/drawable-xhdpi/rate_star_big_off_holo_light.png b/app/res/drawable-xhdpi/rate_star_big_off_holo_light.png new file mode 100644 index 00000000..34cb926b Binary files /dev/null and b/app/res/drawable-xhdpi/rate_star_big_off_holo_light.png differ diff --git a/app/res/drawable-xhdpi/rate_star_big_on_holo_light.png b/app/res/drawable-xhdpi/rate_star_big_on_holo_light.png new file mode 100644 index 00000000..5e77313d Binary files /dev/null and b/app/res/drawable-xhdpi/rate_star_big_on_holo_light.png differ diff --git a/app/res/drawable-xhdpi/rate_star_small_half_holo_light.png b/app/res/drawable-xhdpi/rate_star_small_half_holo_light.png new file mode 100644 index 00000000..c67b0275 Binary files /dev/null and b/app/res/drawable-xhdpi/rate_star_small_half_holo_light.png differ diff --git a/app/res/drawable-xhdpi/rate_star_small_off_holo_light.png b/app/res/drawable-xhdpi/rate_star_small_off_holo_light.png new file mode 100644 index 00000000..4c2b62c3 Binary files /dev/null and b/app/res/drawable-xhdpi/rate_star_small_off_holo_light.png differ diff --git a/app/res/drawable-xhdpi/rate_star_small_on_holo_light.png b/app/res/drawable-xhdpi/rate_star_small_on_holo_light.png new file mode 100644 index 00000000..dab1ab3b Binary files /dev/null and b/app/res/drawable-xhdpi/rate_star_small_on_holo_light.png differ diff --git a/app/res/drawable-xhdpi/scrubber_control_disabled_holo.png b/app/res/drawable-xhdpi/scrubber_control_disabled_holo.png new file mode 100644 index 00000000..d531ab89 Binary files /dev/null and b/app/res/drawable-xhdpi/scrubber_control_disabled_holo.png differ diff --git a/app/res/drawable-xhdpi/scrubber_control_focused_holo.png b/app/res/drawable-xhdpi/scrubber_control_focused_holo.png new file mode 100644 index 00000000..93e86efd Binary files /dev/null and b/app/res/drawable-xhdpi/scrubber_control_focused_holo.png differ diff --git a/app/res/drawable-xhdpi/scrubber_control_normal_holo.png b/app/res/drawable-xhdpi/scrubber_control_normal_holo.png new file mode 100644 index 00000000..6aaddb35 Binary files /dev/null and b/app/res/drawable-xhdpi/scrubber_control_normal_holo.png differ diff --git a/app/res/drawable-xhdpi/scrubber_control_pressed_holo.png b/app/res/drawable-xhdpi/scrubber_control_pressed_holo.png new file mode 100644 index 00000000..85a15c81 Binary files /dev/null and b/app/res/drawable-xhdpi/scrubber_control_pressed_holo.png differ diff --git a/app/res/drawable-xhdpi/scrubber_primary_holo.9.png b/app/res/drawable-xhdpi/scrubber_primary_holo.9.png new file mode 100644 index 00000000..d4b49a10 Binary files /dev/null and b/app/res/drawable-xhdpi/scrubber_primary_holo.9.png differ diff --git a/app/res/drawable-xhdpi/scrubber_secondary_holo.9.png b/app/res/drawable-xhdpi/scrubber_secondary_holo.9.png new file mode 100644 index 00000000..4b4ce1fa Binary files /dev/null and b/app/res/drawable-xhdpi/scrubber_secondary_holo.9.png differ diff --git a/app/res/drawable-xhdpi/scrubber_track_holo_light.9.png b/app/res/drawable-xhdpi/scrubber_track_holo_light.9.png new file mode 100644 index 00000000..a7d396de Binary files /dev/null and b/app/res/drawable-xhdpi/scrubber_track_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/spinner_ab_default_lastfm.9.png b/app/res/drawable-xhdpi/spinner_ab_default_lastfm.9.png new file mode 100644 index 00000000..14b1401d Binary files /dev/null and b/app/res/drawable-xhdpi/spinner_ab_default_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/spinner_ab_disabled_lastfm.9.png b/app/res/drawable-xhdpi/spinner_ab_disabled_lastfm.9.png new file mode 100644 index 00000000..c9dfbd60 Binary files /dev/null and b/app/res/drawable-xhdpi/spinner_ab_disabled_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/spinner_ab_focused_lastfm.9.png b/app/res/drawable-xhdpi/spinner_ab_focused_lastfm.9.png new file mode 100644 index 00000000..8098e313 Binary files /dev/null and b/app/res/drawable-xhdpi/spinner_ab_focused_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/spinner_ab_pressed_lastfm.9.png b/app/res/drawable-xhdpi/spinner_ab_pressed_lastfm.9.png new file mode 100644 index 00000000..b7a0ab94 Binary files /dev/null and b/app/res/drawable-xhdpi/spinner_ab_pressed_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/spinner_default_holo_light.9.png b/app/res/drawable-xhdpi/spinner_default_holo_light.9.png new file mode 100644 index 00000000..b54270c1 Binary files /dev/null and b/app/res/drawable-xhdpi/spinner_default_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/spinner_disabled_holo_light.9.png b/app/res/drawable-xhdpi/spinner_disabled_holo_light.9.png new file mode 100644 index 00000000..1edcc81e Binary files /dev/null and b/app/res/drawable-xhdpi/spinner_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/spinner_focused_holo_light.9.png b/app/res/drawable-xhdpi/spinner_focused_holo_light.9.png new file mode 100644 index 00000000..a9a9c151 Binary files /dev/null and b/app/res/drawable-xhdpi/spinner_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/spinner_pressed_holo_light.9.png b/app/res/drawable-xhdpi/spinner_pressed_holo_light.9.png new file mode 100644 index 00000000..343af4d6 Binary files /dev/null and b/app/res/drawable-xhdpi/spinner_pressed_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png b/app/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png new file mode 100644 index 00000000..29f177a4 Binary files /dev/null and b/app/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png b/app/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png new file mode 100644 index 00000000..21659be8 Binary files /dev/null and b/app/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/switch_bg_holo_light.9.png b/app/res/drawable-xhdpi/switch_bg_holo_light.9.png new file mode 100644 index 00000000..aec616ea Binary files /dev/null and b/app/res/drawable-xhdpi/switch_bg_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png b/app/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png new file mode 100644 index 00000000..5fe9c4dc Binary files /dev/null and b/app/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png b/app/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png new file mode 100644 index 00000000..06a14f38 Binary files /dev/null and b/app/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/switch_thumb_holo_light.9.png b/app/res/drawable-xhdpi/switch_thumb_holo_light.9.png new file mode 100644 index 00000000..d6ab3eac Binary files /dev/null and b/app/res/drawable-xhdpi/switch_thumb_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png b/app/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png new file mode 100644 index 00000000..8decbaab Binary files /dev/null and b/app/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/tab_selected_focused_lastfm.9.png b/app/res/drawable-xhdpi/tab_selected_focused_lastfm.9.png new file mode 100644 index 00000000..9ccb4c08 Binary files /dev/null and b/app/res/drawable-xhdpi/tab_selected_focused_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/tab_selected_lastfm.9.png b/app/res/drawable-xhdpi/tab_selected_lastfm.9.png new file mode 100644 index 00000000..0466ebe9 Binary files /dev/null and b/app/res/drawable-xhdpi/tab_selected_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/tab_selected_pressed_lastfm.9.png b/app/res/drawable-xhdpi/tab_selected_pressed_lastfm.9.png new file mode 100644 index 00000000..6efb11a1 Binary files /dev/null and b/app/res/drawable-xhdpi/tab_selected_pressed_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/tab_unselected_focused_lastfm.9.png b/app/res/drawable-xhdpi/tab_unselected_focused_lastfm.9.png new file mode 100644 index 00000000..fd3aa099 Binary files /dev/null and b/app/res/drawable-xhdpi/tab_unselected_focused_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/tab_unselected_pressed_lastfm.9.png b/app/res/drawable-xhdpi/tab_unselected_pressed_lastfm.9.png new file mode 100644 index 00000000..5a0a5e51 Binary files /dev/null and b/app/res/drawable-xhdpi/tab_unselected_pressed_lastfm.9.png differ diff --git a/app/res/drawable-xhdpi/textfield_activated_holo_light.9.png b/app/res/drawable-xhdpi/textfield_activated_holo_light.9.png new file mode 100644 index 00000000..b15f8e06 Binary files /dev/null and b/app/res/drawable-xhdpi/textfield_activated_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/textfield_default_holo_light.9.png b/app/res/drawable-xhdpi/textfield_default_holo_light.9.png new file mode 100644 index 00000000..64255467 Binary files /dev/null and b/app/res/drawable-xhdpi/textfield_default_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png b/app/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png new file mode 100644 index 00000000..ddd05596 Binary files /dev/null and b/app/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/textfield_disabled_holo_light.9.png b/app/res/drawable-xhdpi/textfield_disabled_holo_light.9.png new file mode 100644 index 00000000..dfb21856 Binary files /dev/null and b/app/res/drawable-xhdpi/textfield_disabled_holo_light.9.png differ diff --git a/app/res/drawable-xhdpi/textfield_focused_holo_light.9.png b/app/res/drawable-xhdpi/textfield_focused_holo_light.9.png new file mode 100644 index 00000000..24b02e7e Binary files /dev/null and b/app/res/drawable-xhdpi/textfield_focused_holo_light.9.png differ diff --git a/app/res/drawable/activated_background_holo_light.xml b/app/res/drawable/activated_background_holo_light.xml new file mode 100644 index 00000000..f6b3fc6f --- /dev/null +++ b/app/res/drawable/activated_background_holo_light.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/adarea.xml b/app/res/drawable/adarea.xml index c30358c5..c92cc144 100644 --- a/app/res/drawable/adarea.xml +++ b/app/res/drawable/adarea.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/black_button.xml b/app/res/drawable/black_button.xml index d6a8d045..62c743fe 100644 --- a/app/res/drawable/black_button.xml +++ b/app/res/drawable/black_button.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/black_gradient.xml b/app/res/drawable/black_gradient.xml index 123755bd..d1e5d1b4 100644 --- a/app/res/drawable/black_gradient.xml +++ b/app/res/drawable/black_gradient.xml @@ -1,5 +1,9 @@ - - + + + + \ No newline at end of file diff --git a/app/res/drawable/btn_black_holo_light.xml b/app/res/drawable/btn_black_holo_light.xml new file mode 100644 index 00000000..64beef70 --- /dev/null +++ b/app/res/drawable/btn_black_holo_light.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/app/res/drawable/btn_check_holo_light.xml b/app/res/drawable/btn_check_holo_light.xml new file mode 100644 index 00000000..f89bb391 --- /dev/null +++ b/app/res/drawable/btn_check_holo_light.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/btn_default_holo_light.xml b/app/res/drawable/btn_default_holo_light.xml new file mode 100644 index 00000000..b686a640 --- /dev/null +++ b/app/res/drawable/btn_default_holo_light.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/btn_green_holo_light.xml b/app/res/drawable/btn_green_holo_light.xml new file mode 100644 index 00000000..8ef6a1b5 --- /dev/null +++ b/app/res/drawable/btn_green_holo_light.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/app/res/drawable/btn_radio_holo_light.xml b/app/res/drawable/btn_radio_holo_light.xml new file mode 100644 index 00000000..f787df35 --- /dev/null +++ b/app/res/drawable/btn_radio_holo_light.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/btn_toggle_holo_light.xml b/app/res/drawable/btn_toggle_holo_light.xml new file mode 100644 index 00000000..1a4f2ed3 --- /dev/null +++ b/app/res/drawable/btn_toggle_holo_light.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/cancel.xml b/app/res/drawable/cancel.xml index f167bb14..4047d366 100644 --- a/app/res/drawable/cancel.xml +++ b/app/res/drawable/cancel.xml @@ -1,6 +1,8 @@ - - - + + + + + \ No newline at end of file diff --git a/app/res/drawable/done.xml b/app/res/drawable/done.xml index 8e8220da..32e746d7 100644 --- a/app/res/drawable/done.xml +++ b/app/res/drawable/done.xml @@ -1,6 +1,8 @@ - - - + + + + + \ No newline at end of file diff --git a/app/res/drawable/edit_text_holo_light.xml b/app/res/drawable/edit_text_holo_light.xml new file mode 100644 index 00000000..6f44c75c --- /dev/null +++ b/app/res/drawable/edit_text_holo_light.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/event_bg.xml b/app/res/drawable/event_bg.xml index ef9cfd45..eca828a2 100644 --- a/app/res/drawable/event_bg.xml +++ b/app/res/drawable/event_bg.xml @@ -1,6 +1,10 @@ - - + type="rectangle" > + + + + \ No newline at end of file diff --git a/app/res/drawable/events_list_header.png b/app/res/drawable/events_list_header.png deleted file mode 100644 index 5af7342e..00000000 Binary files a/app/res/drawable/events_list_header.png and /dev/null differ diff --git a/app/res/drawable/fastscroll_thumb_holo.xml b/app/res/drawable/fastscroll_thumb_holo.xml new file mode 100644 index 00000000..64c7e980 --- /dev/null +++ b/app/res/drawable/fastscroll_thumb_holo.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/header_bg.xml b/app/res/drawable/header_bg.xml new file mode 100644 index 00000000..e2af88dc --- /dev/null +++ b/app/res/drawable/header_bg.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_tab_bio.xml b/app/res/drawable/ic_tab_bio.xml index ae29b331..ae64f44f 100644 --- a/app/res/drawable/ic_tab_bio.xml +++ b/app/res/drawable/ic_tab_bio.xml @@ -1,8 +1,9 @@ + - - - + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_tab_events.xml b/app/res/drawable/ic_tab_events.xml index 0c035d3c..9f5794d0 100644 --- a/app/res/drawable/ic_tab_events.xml +++ b/app/res/drawable/ic_tab_events.xml @@ -1,8 +1,9 @@ + - - - + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_tab_profile.xml b/app/res/drawable/ic_tab_profile.xml index 7a74d369..d937a911 100644 --- a/app/res/drawable/ic_tab_profile.xml +++ b/app/res/drawable/ic_tab_profile.xml @@ -1,8 +1,9 @@ + - - - + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_tab_radio.xml b/app/res/drawable/ic_tab_radio.xml index a70cd7d9..e1360f3e 100644 --- a/app/res/drawable/ic_tab_radio.xml +++ b/app/res/drawable/ic_tab_radio.xml @@ -1,8 +1,9 @@ + - - - + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_tab_search.xml b/app/res/drawable/ic_tab_search.xml index 332d1309..fdd44cf6 100644 --- a/app/res/drawable/ic_tab_search.xml +++ b/app/res/drawable/ic_tab_search.xml @@ -1,8 +1,9 @@ + - - - + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_tab_similar_artists.xml b/app/res/drawable/ic_tab_similar_artists.xml index 46ed4c32..b0256a17 100644 --- a/app/res/drawable/ic_tab_similar_artists.xml +++ b/app/res/drawable/ic_tab_similar_artists.xml @@ -1,8 +1,9 @@ + - - - + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_tab_tags.xml b/app/res/drawable/ic_tab_tags.xml index 27809697..ae00c2c2 100644 --- a/app/res/drawable/ic_tab_tags.xml +++ b/app/res/drawable/ic_tab_tags.xml @@ -1,8 +1,9 @@ + - - - + + + + \ No newline at end of file diff --git a/app/res/drawable/ic_tab_top_listeners.xml b/app/res/drawable/ic_tab_top_listeners.xml index ee0f2d4b..92a36a5b 100644 --- a/app/res/drawable/ic_tab_top_listeners.xml +++ b/app/res/drawable/ic_tab_top_listeners.xml @@ -1,8 +1,9 @@ + - - - + + + + \ No newline at end of file diff --git a/app/res/drawable/icon.png b/app/res/drawable/icon.png index 674eb3f2..3b7151f8 100644 Binary files a/app/res/drawable/icon.png and b/app/res/drawable/icon.png differ diff --git a/app/res/drawable/info.xml b/app/res/drawable/info.xml index f90c1dc0..a3b5c07c 100644 --- a/app/res/drawable/info.xml +++ b/app/res/drawable/info.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_entry.xml b/app/res/drawable/list_entry.xml index 6e0aed2c..ed8b8400 100644 --- a/app/res/drawable/list_entry.xml +++ b/app/res/drawable/list_entry.xml @@ -1,7 +1,9 @@ - - - - - + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_entry_color.xml b/app/res/drawable/list_entry_color.xml index faf53f70..5ff58f31 100644 --- a/app/res/drawable/list_entry_color.xml +++ b/app/res/drawable/list_entry_color.xml @@ -1,7 +1,9 @@ - - - - - - + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_entry_fullwidth.xml b/app/res/drawable/list_entry_fullwidth.xml index 95a7d0aa..b93acdfa 100644 --- a/app/res/drawable/list_entry_fullwidth.xml +++ b/app/res/drawable/list_entry_fullwidth.xml @@ -1,7 +1,9 @@ - - - - - + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_entry_rounded_bottom.xml b/app/res/drawable/list_entry_rounded_bottom.xml index fea563e9..f5d67d6e 100644 --- a/app/res/drawable/list_entry_rounded_bottom.xml +++ b/app/res/drawable/list_entry_rounded_bottom.xml @@ -1,7 +1,9 @@ - - - - - + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_entry_secondary_color.xml b/app/res/drawable/list_entry_secondary_color.xml index a5ee8864..60df7299 100644 --- a/app/res/drawable/list_entry_secondary_color.xml +++ b/app/res/drawable/list_entry_secondary_color.xml @@ -1,7 +1,9 @@ - - - - - - + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_group_header.9.png b/app/res/drawable/list_group_header.9.png index c874db90..7e6cd1d1 100644 Binary files a/app/res/drawable/list_group_header.9.png and b/app/res/drawable/list_group_header.9.png differ diff --git a/app/res/drawable/list_icon_arrow.xml b/app/res/drawable/list_icon_arrow.xml index 95685493..db368a33 100644 --- a/app/res/drawable/list_icon_arrow.xml +++ b/app/res/drawable/list_icon_arrow.xml @@ -1,7 +1,9 @@ - - - - - + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_icon_station.xml b/app/res/drawable/list_icon_station.xml index d28d932b..4f57c707 100644 --- a/app/res/drawable/list_icon_station.xml +++ b/app/res/drawable/list_icon_station.xml @@ -1,7 +1,9 @@ - - - - - + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_item_focus.9.png b/app/res/drawable/list_item_focus.9.png index 58db6c8f..a5381269 100644 Binary files a/app/res/drawable/list_item_focus.9.png and b/app/res/drawable/list_item_focus.9.png differ diff --git a/app/res/drawable/list_item_focus_fullwidth.9.png b/app/res/drawable/list_item_focus_fullwidth.9.png index 8d54c9aa..0ed51222 100644 Binary files a/app/res/drawable/list_item_focus_fullwidth.9.png and b/app/res/drawable/list_item_focus_fullwidth.9.png differ diff --git a/app/res/drawable/list_item_rest_fullwidth.9.png b/app/res/drawable/list_item_rest_fullwidth.9.png deleted file mode 100644 index cbd3dcba..00000000 Binary files a/app/res/drawable/list_item_rest_fullwidth.9.png and /dev/null differ diff --git a/app/res/drawable/list_selector_background_transition_holo_light.xml b/app/res/drawable/list_selector_background_transition_holo_light.xml new file mode 100644 index 00000000..c22f2e4e --- /dev/null +++ b/app/res/drawable/list_selector_background_transition_holo_light.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/list_selector_holo_light.xml b/app/res/drawable/list_selector_holo_light.xml new file mode 100644 index 00000000..a366c6c2 --- /dev/null +++ b/app/res/drawable/list_selector_holo_light.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/logo_white.png b/app/res/drawable/logo_white.png new file mode 100644 index 00000000..75d656cd Binary files /dev/null and b/app/res/drawable/logo_white.png differ diff --git a/app/res/drawable/logout.xml b/app/res/drawable/logout.xml index 741fad88..2f242ecc 100644 --- a/app/res/drawable/logout.xml +++ b/app/res/drawable/logout.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/now_paused.xml b/app/res/drawable/now_paused.xml index f49792c7..54fefd27 100644 --- a/app/res/drawable/now_paused.xml +++ b/app/res/drawable/now_paused.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/now_playing.xml b/app/res/drawable/now_playing.xml index ed67b63e..83ac213b 100644 --- a/app/res/drawable/now_playing.xml +++ b/app/res/drawable/now_playing.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/on_tour.xml b/app/res/drawable/on_tour.xml index ff7412ab..369280c4 100644 --- a/app/res/drawable/on_tour.xml +++ b/app/res/drawable/on_tour.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/player_controls.xml b/app/res/drawable/player_controls.xml index c361fcd1..af034e25 100644 --- a/app/res/drawable/player_controls.xml +++ b/app/res/drawable/player_controls.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/pressed_background_lastfm.xml b/app/res/drawable/pressed_background_lastfm.xml new file mode 100644 index 00000000..42b457ba --- /dev/null +++ b/app/res/drawable/pressed_background_lastfm.xml @@ -0,0 +1,25 @@ + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/profile_bubble_bg.xml b/app/res/drawable/profile_bubble_bg.xml index 55e22fae..6f087a53 100644 --- a/app/res/drawable/profile_bubble_bg.xml +++ b/app/res/drawable/profile_bubble_bg.xml @@ -1,5 +1,9 @@ - - - - + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/profile_unknown.png b/app/res/drawable/profile_unknown.png deleted file mode 100644 index c5e1dc65..00000000 Binary files a/app/res/drawable/profile_unknown.png and /dev/null differ diff --git a/app/res/drawable/progress_horizontal.xml b/app/res/drawable/progress_horizontal.xml index 557f2334..508e3b00 100644 --- a/app/res/drawable/progress_horizontal.xml +++ b/app/res/drawable/progress_horizontal.xml @@ -1,5 +1,6 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/progress_horizontal_holo_light.xml b/app/res/drawable/progress_horizontal_holo_light.xml new file mode 100644 index 00000000..241b2cbd --- /dev/null +++ b/app/res/drawable/progress_horizontal_holo_light.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/progress_horizontal_lastfm.xml b/app/res/drawable/progress_horizontal_lastfm.xml new file mode 100644 index 00000000..e4b8b706 --- /dev/null +++ b/app/res/drawable/progress_horizontal_lastfm.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/progress_indeterminate_horizontal_holo_light.xml b/app/res/drawable/progress_indeterminate_horizontal_holo_light.xml new file mode 100644 index 00000000..711af4eb --- /dev/null +++ b/app/res/drawable/progress_indeterminate_horizontal_holo_light.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ratingbar_full_empty_holo_light.xml b/app/res/drawable/ratingbar_full_empty_holo_light.xml new file mode 100644 index 00000000..9f9e06c9 --- /dev/null +++ b/app/res/drawable/ratingbar_full_empty_holo_light.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ratingbar_full_filled_holo_light.xml b/app/res/drawable/ratingbar_full_filled_holo_light.xml new file mode 100644 index 00000000..0cc1e981 --- /dev/null +++ b/app/res/drawable/ratingbar_full_filled_holo_light.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ratingbar_full_holo_light.xml b/app/res/drawable/ratingbar_full_holo_light.xml new file mode 100644 index 00000000..f386b702 --- /dev/null +++ b/app/res/drawable/ratingbar_full_holo_light.xml @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ratingbar_holo_light.xml b/app/res/drawable/ratingbar_holo_light.xml new file mode 100644 index 00000000..52778c35 --- /dev/null +++ b/app/res/drawable/ratingbar_holo_light.xml @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/ratingbar_small_holo_light.xml b/app/res/drawable/ratingbar_small_holo_light.xml new file mode 100644 index 00000000..0aef8cd3 --- /dev/null +++ b/app/res/drawable/ratingbar_small_holo_light.xml @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/scrubber_control_selector_holo_light.xml b/app/res/drawable/scrubber_control_selector_holo_light.xml new file mode 100644 index 00000000..b0b23a20 --- /dev/null +++ b/app/res/drawable/scrubber_control_selector_holo_light.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/scrubber_progress_horizontal_holo_light.xml b/app/res/drawable/scrubber_progress_horizontal_holo_light.xml new file mode 100644 index 00000000..fb5e8640 --- /dev/null +++ b/app/res/drawable/scrubber_progress_horizontal_holo_light.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/selectable_background_lastfm.xml b/app/res/drawable/selectable_background_lastfm.xml new file mode 100644 index 00000000..7c154802 --- /dev/null +++ b/app/res/drawable/selectable_background_lastfm.xml @@ -0,0 +1,26 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/share.xml b/app/res/drawable/share.xml index b5532772..3465dc93 100644 --- a/app/res/drawable/share.xml +++ b/app/res/drawable/share.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/shopping_cart.xml b/app/res/drawable/shopping_cart.xml index c8853bb8..4b404ec6 100644 --- a/app/res/drawable/shopping_cart.xml +++ b/app/res/drawable/shopping_cart.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/show_map_button.png b/app/res/drawable/show_map_button.png deleted file mode 100644 index 48948337..00000000 Binary files a/app/res/drawable/show_map_button.png and /dev/null differ diff --git a/app/res/drawable/sign_in_background_gradient.png b/app/res/drawable/sign_in_background_gradient.png deleted file mode 100644 index e5d66def..00000000 Binary files a/app/res/drawable/sign_in_background_gradient.png and /dev/null differ diff --git a/app/res/drawable/sign_in_button.xml b/app/res/drawable/sign_in_button.xml index aa4ffb9e..cb24f4b9 100644 --- a/app/res/drawable/sign_in_button.xml +++ b/app/res/drawable/sign_in_button.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/sign_in_logo.png b/app/res/drawable/sign_in_logo.png index 755fdc98..0ea174c4 100644 Binary files a/app/res/drawable/sign_in_logo.png and b/app/res/drawable/sign_in_logo.png differ diff --git a/app/res/drawable/sign_up_button.xml b/app/res/drawable/sign_up_button.xml index edfe1f47..0016fa9f 100644 --- a/app/res/drawable/sign_up_button.xml +++ b/app/res/drawable/sign_up_button.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/spinner_background_ab_lastfm.xml b/app/res/drawable/spinner_background_ab_lastfm.xml new file mode 100644 index 00000000..7dbc9ab7 --- /dev/null +++ b/app/res/drawable/spinner_background_ab_lastfm.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/spinner_background_holo_light.xml b/app/res/drawable/spinner_background_holo_light.xml new file mode 100644 index 00000000..3fb4c26b --- /dev/null +++ b/app/res/drawable/spinner_background_holo_light.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/spinner_small.xml b/app/res/drawable/spinner_small.xml index ab795fe5..7659a0e3 100644 --- a/app/res/drawable/spinner_small.xml +++ b/app/res/drawable/spinner_small.xml @@ -1,13 +1,30 @@ - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/start_a_new_station_button.xml b/app/res/drawable/start_a_new_station_button.xml index 6f0a038c..caded5a3 100644 --- a/app/res/drawable/start_a_new_station_button.xml +++ b/app/res/drawable/start_a_new_station_button.xml @@ -1,8 +1,10 @@ - - - - - - + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/switch_inner_holo_light.xml b/app/res/drawable/switch_inner_holo_light.xml new file mode 100644 index 00000000..95df0e88 --- /dev/null +++ b/app/res/drawable/switch_inner_holo_light.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/app/res/drawable/switch_track_holo_light.xml b/app/res/drawable/switch_track_holo_light.xml new file mode 100644 index 00000000..98e53b53 --- /dev/null +++ b/app/res/drawable/switch_track_holo_light.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/app/res/drawable/tab.xml b/app/res/drawable/tab.xml index 2204d095..c403425a 100644 --- a/app/res/drawable/tab.xml +++ b/app/res/drawable/tab.xml @@ -1,7 +1,9 @@ - - - - - + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/tab_indicator_ab_lastfm.xml b/app/res/drawable/tab_indicator_ab_lastfm.xml new file mode 100644 index 00000000..e4f60c36 --- /dev/null +++ b/app/res/drawable/tab_indicator_ab_lastfm.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/tag.xml b/app/res/drawable/tag.xml index 7c5d1aa5..4b381726 100644 --- a/app/res/drawable/tag.xml +++ b/app/res/drawable/tag.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/tag_menu.xml b/app/res/drawable/tag_menu.xml index 35d049e0..ed4c13ce 100644 --- a/app/res/drawable/tag_menu.xml +++ b/app/res/drawable/tag_menu.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/tagareabg.xml b/app/res/drawable/tagareabg.xml index 797173d4..4a8f2428 100644 --- a/app/res/drawable/tagareabg.xml +++ b/app/res/drawable/tagareabg.xml @@ -1,6 +1,10 @@ - - + type="rectangle" > + + + + \ No newline at end of file diff --git a/app/res/drawable/view_artwork.xml b/app/res/drawable/view_artwork.xml index 22148a48..4b836671 100644 --- a/app/res/drawable/view_artwork.xml +++ b/app/res/drawable/view_artwork.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/white_tile_bg.xml b/app/res/drawable/white_tile_bg.xml new file mode 100644 index 00000000..db6ac597 --- /dev/null +++ b/app/res/drawable/white_tile_bg.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/drawable/widget_button_left.xml b/app/res/drawable/widget_button_left.xml index 8e490dff..ec08c002 100644 --- a/app/res/drawable/widget_button_left.xml +++ b/app/res/drawable/widget_button_left.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/widget_button_middle.xml b/app/res/drawable/widget_button_middle.xml index 6aba76f7..591a60e7 100644 --- a/app/res/drawable/widget_button_middle.xml +++ b/app/res/drawable/widget_button_middle.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/widget_button_right.xml b/app/res/drawable/widget_button_right.xml index 86ef8df5..34287e14 100644 --- a/app/res/drawable/widget_button_right.xml +++ b/app/res/drawable/widget_button_right.xml @@ -1,6 +1,8 @@ - - - - + + + + + + \ No newline at end of file diff --git a/app/res/drawable/widget_progress.xml b/app/res/drawable/widget_progress.xml index a647a4bf..688a2986 100644 --- a/app/res/drawable/widget_progress.xml +++ b/app/res/drawable/widget_progress.xml @@ -1,5 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/app/res/drawable/widget_spinner.xml b/app/res/drawable/widget_spinner.xml index b0dd09ba..13d9a213 100644 --- a/app/res/drawable/widget_spinner.xml +++ b/app/res/drawable/widget_spinner.xml @@ -1,22 +1,25 @@ - - - - - - \ No newline at end of file + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout-land/audio_player.xml b/app/res/layout-land/audio_player.xml index 7bb113b4..70b428bb 100644 --- a/app/res/layout-land/audio_player.xml +++ b/app/res/layout-land/audio_player.xml @@ -1,5 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout-land/event.xml b/app/res/layout-land/event.xml index 00ffd3ec..49a28081 100644 --- a/app/res/layout-land/event.xml +++ b/app/res/layout-land/event.xml @@ -1,28 +1,203 @@ + android:background="@drawable/white_tile_bg" + android:orientation="vertical" > + - - - - - - - - - - - - - - - - - + android:gravity="center" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout-land/login.xml b/app/res/layout-land/login.xml index d9bf2370..95bf5aee 100644 --- a/app/res/layout-land/login.xml +++ b/app/res/layout-land/login.xml @@ -1,9 +1,87 @@ - - - - - + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="vertical" > + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/activity_artist.xml b/app/res/layout/activity_artist.xml new file mode 100644 index 00000000..7fb95924 --- /dev/null +++ b/app/res/layout/activity_artist.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/audio_player.xml b/app/res/layout/audio_player.xml index 541078fd..bca6269d 100644 --- a/app/res/layout/audio_player.xml +++ b/app/res/layout/audio_player.xml @@ -1,5 +1,6 @@ - +--> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:background="#000" + android:orientation="vertical" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/charts.xml b/app/res/layout/charts.xml index 51f01f03..6c9247b0 100644 --- a/app/res/layout/charts.xml +++ b/app/res/layout/charts.xml @@ -1,53 +1,87 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/event.xml b/app/res/layout/event.xml index 99721393..10e4b31a 100644 --- a/app/res/layout/event.xml +++ b/app/res/layout/event.xml @@ -1,27 +1,197 @@ + android:background="@drawable/white_tile_bg" + android:orientation="vertical" > + - - - - - - - - - - - - - - - - - + android:id="@+id/poster" + android:layout_width="75dip" + android:layout_height="75dip" + android:layout_alignParentLeft="true" + android:layout_alignParentTop="true" + android:layout_centerHorizontal="true" + android:layout_margin="8dip" + android:gravity="center" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/event_header.xml b/app/res/layout/event_header.xml index 7d7819c4..e7d4122b 100644 --- a/app/res/layout/event_header.xml +++ b/app/res/layout/event_header.xml @@ -1,5 +1,5 @@ - - +--> + \ No newline at end of file + android:id="@+id/list_header_title" + android:layout_width="fill_parent" + android:layout_height="36dip" + android:background="@drawable/header_bg" + android:gravity="left|center_vertical" + android:paddingLeft="16dip" + android:singleLine="false" + android:text="Header" + android:textColor="@color/pressed_lastfm" + android:textSize="14sp" + android:textStyle="bold" /> diff --git a/app/res/layout/event_row.xml b/app/res/layout/event_row.xml index 5167e9fd..79ed3c94 100644 --- a/app/res/layout/event_row.xml +++ b/app/res/layout/event_row.xml @@ -1,5 +1,5 @@ - +--> + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:gravity="left|center_vertical" + android:orientation="vertical" > + + + + - - - + + + + + \ No newline at end of file diff --git a/app/res/layout/events.xml b/app/res/layout/events.xml index 25541387..4e1954f5 100644 --- a/app/res/layout/events.xml +++ b/app/res/layout/events.xml @@ -1,25 +1,96 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_artist_bio.xml b/app/res/layout/fragment_artist_bio.xml new file mode 100644 index 00000000..1b8d5cf2 --- /dev/null +++ b/app/res/layout/fragment_artist_bio.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_artist_events.xml b/app/res/layout/fragment_artist_events.xml new file mode 100644 index 00000000..4dff9721 --- /dev/null +++ b/app/res/layout/fragment_artist_events.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_artist_fans.xml b/app/res/layout/fragment_artist_fans.xml new file mode 100644 index 00000000..c072b67f --- /dev/null +++ b/app/res/layout/fragment_artist_fans.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_artist_similar.xml b/app/res/layout/fragment_artist_similar.xml new file mode 100644 index 00000000..6cc75272 --- /dev/null +++ b/app/res/layout/fragment_artist_similar.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_artist_tags.xml b/app/res/layout/fragment_artist_tags.xml new file mode 100644 index 00000000..f8cd6ba2 --- /dev/null +++ b/app/res/layout/fragment_artist_tags.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_profile_activity.xml b/app/res/layout/fragment_profile_activity.xml new file mode 100644 index 00000000..8f28b46d --- /dev/null +++ b/app/res/layout/fragment_profile_activity.xml @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/fragment_profile_friends.xml b/app/res/layout/fragment_profile_friends.xml new file mode 100644 index 00000000..2f5abcd3 --- /dev/null +++ b/app/res/layout/fragment_profile_friends.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/help.xml b/app/res/layout/help.xml index f6030ea0..36674fc1 100644 --- a/app/res/layout/help.xml +++ b/app/res/layout/help.xml @@ -1,7 +1,5 @@ - \ No newline at end of file + android:layout_height="fill_parent" /> diff --git a/app/res/layout/home.xml b/app/res/layout/home.xml index b5f1de95..2d6e0b7c 100644 --- a/app/res/layout/home.xml +++ b/app/res/layout/home.xml @@ -1,32 +1,27 @@ - - - - - - - - - + + + + + + + \ No newline at end of file diff --git a/app/res/layout/list_header.xml b/app/res/layout/list_header.xml index 15b572ab..9a089d3b 100644 --- a/app/res/layout/list_header.xml +++ b/app/res/layout/list_header.xml @@ -1,16 +1,15 @@ - \ No newline at end of file + diff --git a/app/res/layout/list_item_profile_friend.xml b/app/res/layout/list_item_profile_friend.xml new file mode 100644 index 00000000..2234da95 --- /dev/null +++ b/app/res/layout/list_item_profile_friend.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/list_row.xml b/app/res/layout/list_row.xml index 468b5819..719ec2ee 100644 --- a/app/res/layout/list_row.xml +++ b/app/res/layout/list_row.xml @@ -1,5 +1,6 @@ - - - - - - - - - - - + android:id="@+id/station_row" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:background="@drawable/list_entry_fullwidth" + android:orientation="horizontal" > + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/res/layout/login.xml b/app/res/layout/login.xml index 307c1da2..a34140a9 100644 --- a/app/res/layout/login.xml +++ b/app/res/layout/login.xml @@ -1,8 +1,78 @@ - - - -