summaryrefslogtreecommitdiff
path: root/MusicDemo/src/main/res/values-v21/styles.xml
diff options
context:
space:
mode:
authorNagesh Susarla <nageshs@google.com>2014-11-07 16:18:29 -0800
committerNagesh Susarla <nageshs@google.com>2014-11-07 16:34:28 -0800
commit372eb5f8210ae554e2e4c08efae429b2f03b994f (patch)
treeb673664505367838c492774b955288ae47ee3808 /MusicDemo/src/main/res/values-v21/styles.xml
parent48082ec84e063d07f6ff3cf7de53f84b5e6b4775 (diff)
downloaddemos-372eb5f8210ae554e2e4c08efae429b2f03b994f.tar.gz
Add a client for the MediaBrowserService.
1. Add a simple UI that shows a) using MediaBrowser to connect/browse to a MediaBrowserService exported by the same app. b) Use the MediaController callbacks to show and list the QueueItem objects. 2. Update the MusicService to add the activeQueueItemId to the PlaybackState.Builder. This is used for marking/selecting the item being played. Change-Id: I33b18804b571cd6e46f3f56bb534aa8b831e8acb
Diffstat (limited to 'MusicDemo/src/main/res/values-v21/styles.xml')
-rw-r--r--MusicDemo/src/main/res/values-v21/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/MusicDemo/src/main/res/values-v21/styles.xml b/MusicDemo/src/main/res/values-v21/styles.xml
index 602ce1c..21bb211 100644
--- a/MusicDemo/src/main/res/values-v21/styles.xml
+++ b/MusicDemo/src/main/res/values-v21/styles.xml
@@ -16,7 +16,7 @@
-->
<resources>
- <style name="AppBaseTheme" parent="android:Theme.Light">
+ <style name="AppBaseTheme" parent="android:Theme.Material">
<!-- colorPrimary is used for Notification icon and bottom facet bar icons
and overflow actions -->
<item name="android:colorPrimary">#ffff5722</item>