From 27f34cac6e3064c50aa19ed41cbd9a41ebc0fa7e Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Wed, 20 Jun 2012 19:54:43 +0200 Subject: [PATCH] Added borderless button style --- res/drawable/borderless_button.xml | 13 +++++++++++++ res/layout/feeditemlist_item.xml | 1 + res/layout/mediaplayer_activity.xml | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 res/drawable/borderless_button.xml diff --git a/res/drawable/borderless_button.xml b/res/drawable/borderless_button.xml new file mode 100644 index 000000000..cfc630005 --- /dev/null +++ b/res/drawable/borderless_button.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml index 19bb4010b..2629265bc 100644 --- a/res/layout/feeditemlist_item.xml +++ b/res/layout/feeditemlist_item.xml @@ -18,6 +18,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:text="More" + android:background="@drawable/borderless_button" android:layout_alignParentRight="true" android:focusable="false" /> diff --git a/res/layout/mediaplayer_activity.xml b/res/layout/mediaplayer_activity.xml index d6ee82733..28fadda1e 100644 --- a/res/layout/mediaplayer_activity.xml +++ b/res/layout/mediaplayer_activity.xml @@ -58,6 +58,7 @@ android:id="@+id/butRev" android:layout_width="wrap_content" android:layout_height="match_parent" + android:background="@drawable/borderless_button" android:src="@android:drawable/ic_media_rew" />