aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/notification_expanded.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-08-08 23:22:53 -0700
committerScott Jackson <daneren2005@gmail.com>2015-08-08 23:22:53 -0700
commit9facf300386936ef21e103df479e4d84f27767cb (patch)
tree1fc28fd3419b8a225d871647332143291709fad7 /app/src/main/res/layout/notification_expanded.xml
parent0164667b99574344893a84bcda06cab9385312fc (diff)
downloaddsub-9facf300386936ef21e103df479e4d84f27767cb.tar.gz
dsub-9facf300386936ef21e103df479e4d84f27767cb.tar.bz2
dsub-9facf300386936ef21e103df479e4d84f27767cb.zip
Update a ton of drawables to modern material versions
Diffstat (limited to 'app/src/main/res/layout/notification_expanded.xml')
-rw-r--r--app/src/main/res/layout/notification_expanded.xml30
1 files changed, 6 insertions, 24 deletions
diff --git a/app/src/main/res/layout/notification_expanded.xml b/app/src/main/res/layout/notification_expanded.xml
index 79d694db..bfd3c757 100644
--- a/app/src/main/res/layout/notification_expanded.xml
+++ b/app/src/main/res/layout/notification_expanded.xml
@@ -86,36 +86,18 @@
<ImageButton
android:id="@+id/control_previous"
- android:layout_width="0dip"
- android:layout_height="fill_parent"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:padding="10dip"
- style="@style/NotificationButton"
- android:scaleType="fitCenter"
- android:src="@drawable/notification_previous" />
+ style="@style/NotificationButton.Expanded"
+ android:src="@drawable/media_backward_dark" />
<ImageButton
android:id="@+id/control_pause"
- android:layout_width="0dip"
- android:layout_height="fill_parent"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:padding="10dip"
- style="@style/NotificationButton"
- android:scaleType="fitCenter"
- android:src="@drawable/notification_pause" />
+ style="@style/NotificationButton.Expanded"
+ android:src="@drawable/media_pause_dark" />
<ImageButton
android:id="@+id/control_next"
- android:layout_width="0dip"
- android:layout_height="fill_parent"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:padding="10dip"
- style="@style/NotificationButton"
- android:scaleType="fitCenter"
- android:src="@drawable/notification_next" />
+ style="@style/NotificationButton.Expanded"
+ android:src="@drawable/media_forward_dark" />
</LinearLayout>
</LinearLayout>