summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWilhelm Fitzpatrick <rafial@cyngn.com>2014-09-29 18:32:42 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:03:04 -0800
commita6eb184464c9d6cb564f7b98c2792bb773cba168 (patch)
tree1150c0ef183b2bdcd24d43d2dcd1ac721026f7d3 /res/values
parent1c1a575a24c083a0d58d8bcd78c66c203b777d38 (diff)
downloadandroid_packages_apps_Eleven-a6eb184464c9d6cb564f7b98c2792bb773cba168.tar.gz
android_packages_apps_Eleven-a6eb184464c9d6cb564f7b98c2792bb773cba168.tar.bz2
android_packages_apps_Eleven-a6eb184464c9d6cb564f7b98c2792bb773cba168.zip
Eleven: add empty view to play queue
Fixed issue where adapter was not cleared when last song was removed. Clear album art from now playing bar when last item in queue is removed. Change-Id: I4827203a9399faab213320a2664e3f6842897189
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
-rw-r--r--res/values/dimens.xml2
-rw-r--r--res/values/strings.xml2
3 files changed, 4 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 24072b6..d0c8d23 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -103,4 +103,5 @@
<!-- search no results text color -->
<color name="no_results">#ff231f20</color>
+ <color name="no_results_light">@color/white</color>
</resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 5e4be37..cebcaa9 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -186,7 +186,7 @@
<dimen name="white_note_padding_bottom">24.0dip</dimen>
<dimen name="no_results_width">260.0dip</dimen>
<dimen name="no_results_text_padding_bottom">16.0dip</dimen>
- <dimen name="no_reuslts_text_main">20.0sp</dimen>
+ <dimen name="no_results_text_main">20.0sp</dimen>
<dimen name="no_results_text_secondary">14.0sp</dimen>
<!-- General consensus is to leave dividers at 1px instead of having different
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f49af10..15bec76 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -187,6 +187,8 @@
<string name="empty_last_added">Songs you have added over the last month will be shown here.</string>
<string name="empty_generic_main">NO MUSIC FOUND</string>
<string name="empty_generic_secondary">To copy music from your computer to your device, use a USB cable.</string>
+ <string name="empty_queue_main">NO SONGS IN PLAY QUEUE</string>
+ <string name="empty_queue_secondary">To add songs to your Play Queue, tap the options menu on a song, album, or artist and select &#8220;Add to queue&#8221;.</string>
<!-- Section Headers -->
<string name="header_unknown_year">Unknown Year</string>