summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-09-03 22:46:09 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 12:01:45 -0800
commit129470989c36396fc5b9b76b6929a619c01c7765 (patch)
treef0c4e3b0b8c8cb87ba31bc41f3bb8aa2458e2d86 /res/values
parentb423f726267635f6dfea55d9d612afa99ec8dc51 (diff)
downloadandroid_packages_apps_Eleven-129470989c36396fc5b9b76b6929a619c01c7765.tar.gz
android_packages_apps_Eleven-129470989c36396fc5b9b76b6929a619c01c7765.tar.bz2
android_packages_apps_Eleven-129470989c36396fc5b9b76b6929a619c01c7765.zip
Eleven: Update the bottom action bar to be latest, add update playlist view
Playlists: add images and show # of songs HomeACtivity: fix the jumping back behavior Change-Id: I6327de25c4a4286c575adb2bb86766ed947c14b1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimens.xml4
-rw-r--r--res/values/plurals.xml1
-rw-r--r--res/values/styles.xml16
3 files changed, 4 insertions, 17 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 92aeb23..ad8a957 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -67,7 +67,9 @@
<dimen name="bottom_action_bar_album_art_width">30.0dip</dimen>
<dimen name="bottom_action_bar_album_art_height">30.0dip</dimen>
<dimen name="bottom_action_bar_info_padding_left">5.0dip</dimen>
- <dimen name="bottom_action_bar_button_container_width">165.0dip</dimen>
+ <dimen name="bab_progress_size">35.0dip</dimen>
+ <dimen name="bab_progress_padding_left">16.0dip</dimen>
+ <dimen name="bab_progress_padding_right">22.0dip</dimen>
<!-- Notification template -->
<dimen name="notification_big_icon_height">64.0dip</dimen>
diff --git a/res/values/plurals.xml b/res/values/plurals.xml
index 8a158d4..33a549f 100644
--- a/res/values/plurals.xml
+++ b/res/values/plurals.xml
@@ -30,6 +30,7 @@
<!-- Used to indicate the number of songs for an album -->
<plurals name="Nsongs">
+ <item quantity="zero"><xliff:g id="count">%d</xliff:g> songs</item>
<item quantity="one"><xliff:g id="count">%d</xliff:g> song</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> songs</item>
</plurals>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 9aa37a0..c0df4c7 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -211,24 +211,8 @@
<item name="android:scaleType">centerInside</item>
</style>
- <style name="BottomActionBarItem.Previous" parent="@style/BottomActionBarItem">
- <item name="android:contentDescription">@string/accessibility_prev</item>
- </style>
-
- <style name="BottomActionBarItem.Next" parent="@style/BottomActionBarItem">
- <item name="android:contentDescription">@string/accessibility_next</item>
- </style>
-
<style name="BottomActionBarItem.Play" parent="@style/BottomActionBarItem">
- <item name="android:contentDescription">@string/accessibility_play</item>
- </style>
-
- <style name="BottomActionBarItem.Shuffle" parent="@style/BottomActionBarItem">
- <item name="android:contentDescription">@string/accessibility_shuffle</item>
- </style>
- <style name="BottomActionBarItem.Repeat" parent="@style/BottomActionBarItem">
- <item name="android:contentDescription">@string/accessibility_repeat</item>
</style>
</resources>