aboutsummaryrefslogtreecommitdiff
path: root/res/layout/notification_expanded.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-16 18:12:36 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-16 18:12:36 -0700
commit3eaf90cd71fc9ab4ab48207b725c242ae212d2e8 (patch)
treee21bea364d091c743dab4da221070f4745c2aab7 /res/layout/notification_expanded.xml
parent3f74c6b9523125ade8f93fe3803de0a36cf1b251 (diff)
parent7d42213e761b44d4a3071ccf31555acd2089b904 (diff)
downloaddsub-3eaf90cd71fc9ab4ab48207b725c242ae212d2e8.tar.gz
dsub-3eaf90cd71fc9ab4ab48207b725c242ae212d2e8.tar.bz2
dsub-3eaf90cd71fc9ab4ab48207b725c242ae212d2e8.zip
Merge branch 'GB'
Diffstat (limited to 'res/layout/notification_expanded.xml')
-rw-r--r--res/layout/notification_expanded.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/notification_expanded.xml b/res/layout/notification_expanded.xml
index fe864ce3..aa9fe759 100644
--- a/res/layout/notification_expanded.xml
+++ b/res/layout/notification_expanded.xml
@@ -40,7 +40,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/notification_close"
- android:background="?android:selectableItemBackground"
+ style="@style/BasicButton"
android:padding="10dip"
android:layout_gravity="right"
android:visibility="gone"/>
@@ -91,7 +91,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:padding="10dip"
- android:background="?android:selectableItemBackground"
+ style="@style/BasicButton"
android:scaleType="fitCenter"
android:src="@drawable/notification_previous" />
@@ -102,7 +102,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:padding="10dip"
- android:background="?android:selectableItemBackground"
+ style="@style/BasicButton"
android:scaleType="fitCenter"
android:src="@drawable/notification_pause" />
@@ -113,7 +113,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:padding="10dip"
- android:background="?android:selectableItemBackground"
+ style="@style/BasicButton"
android:scaleType="fitCenter"
android:src="@drawable/notification_next" />
</LinearLayout>