From 74c78c326cad7a9869897a56636079bf9176b81f Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 18 Jul 2015 18:06:13 -0700 Subject: Remove v11 styles + move to borderless background for buttons --- app/src/main/res/layout/appwidget4x1.xml | 8 ++++---- app/src/main/res/layout/appwidget4x2.xml | 8 ++++---- app/src/main/res/layout/appwidget4x3.xml | 8 ++++---- app/src/main/res/layout/appwidget4x4.xml | 8 ++++---- app/src/main/res/layout/notification.xml | 6 +++--- app/src/main/res/layout/notification_expanded.xml | 8 ++++---- 6 files changed, 23 insertions(+), 23 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/appwidget4x1.xml b/app/src/main/res/layout/appwidget4x1.xml index 8f52c872..81e77852 100644 --- a/app/src/main/res/layout/appwidget4x1.xml +++ b/app/src/main/res/layout/appwidget4x1.xml @@ -30,7 +30,7 @@ android:clickable="true" android:focusable="true" android:orientation="vertical" - style="@style/BasicButton"> + style="@style/NotificationButton"> + style="@style/NotificationButton" /> + style="@style/NotificationButton" /> diff --git a/app/src/main/res/layout/appwidget4x2.xml b/app/src/main/res/layout/appwidget4x2.xml index 5763fb01..d2a42ff0 100644 --- a/app/src/main/res/layout/appwidget4x2.xml +++ b/app/src/main/res/layout/appwidget4x2.xml @@ -32,7 +32,7 @@ android:orientation="vertical" android:paddingTop="4dip" android:paddingBottom="4dip" - style="@style/BasicButton"> + style="@style/NotificationButton"> + style="@style/NotificationButton" /> + style="@style/NotificationButton" /> diff --git a/app/src/main/res/layout/appwidget4x3.xml b/app/src/main/res/layout/appwidget4x3.xml index 539b9f01..77a15ad5 100644 --- a/app/src/main/res/layout/appwidget4x3.xml +++ b/app/src/main/res/layout/appwidget4x3.xml @@ -34,7 +34,7 @@ android:orientation="vertical" android:paddingBottom="4dip" android:paddingTop="4dip" - style="@style/BasicButton"> + style="@style/NotificationButton"> + style="@style/NotificationButton" /> + style="@style/NotificationButton" /> diff --git a/app/src/main/res/layout/appwidget4x4.xml b/app/src/main/res/layout/appwidget4x4.xml index 1f2db9e1..56f5c622 100644 --- a/app/src/main/res/layout/appwidget4x4.xml +++ b/app/src/main/res/layout/appwidget4x4.xml @@ -35,7 +35,7 @@ android:orientation="vertical" android:paddingTop="4dip" android:paddingBottom="4dip" - style="@style/BasicButton"> + style="@style/NotificationButton"> + style="@style/NotificationButton" /> + style="@style/NotificationButton" /> diff --git a/app/src/main/res/layout/notification.xml b/app/src/main/res/layout/notification.xml index 12efa4ec..e7c24acf 100644 --- a/app/src/main/res/layout/notification.xml +++ b/app/src/main/res/layout/notification.xml @@ -51,7 +51,7 @@ @@ -91,7 +91,7 @@ android:layout_gravity="center" android:layout_weight="1" android:padding="10dip" - style="@style/BasicButton" + style="@style/NotificationButton" android:scaleType="fitCenter" android:src="@drawable/notification_previous" /> @@ -102,7 +102,7 @@ android:layout_gravity="center" android:layout_weight="1" android:padding="10dip" - style="@style/BasicButton" + style="@style/NotificationButton" android:scaleType="fitCenter" android:src="@drawable/notification_pause" /> @@ -113,7 +113,7 @@ android:layout_gravity="center" android:layout_weight="1" android:padding="10dip" - style="@style/BasicButton" + style="@style/NotificationButton" android:scaleType="fitCenter" android:src="@drawable/notification_next" /> -- cgit v1.2.3