summaryrefslogtreecommitdiff
path: root/res/layout/mediaplayer_activity.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-20 19:54:43 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-20 19:54:43 +0200
commit27f34cac6e3064c50aa19ed41cbd9a41ebc0fa7e (patch)
treeb587bc3bee820ebca5fd1dcad611a67ed225795b /res/layout/mediaplayer_activity.xml
parent409fcee753d4cee83f67ff66d1ed85974825bc55 (diff)
downloadAntennaPod-27f34cac6e3064c50aa19ed41cbd9a41ebc0fa7e.zip
Added borderless button style
Diffstat (limited to 'res/layout/mediaplayer_activity.xml')
-rw-r--r--res/layout/mediaplayer_activity.xml3
1 files changed, 3 insertions, 0 deletions
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" />
<ImageButton
@@ -65,12 +66,14 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="8"
+ android:background="@drawable/borderless_button"
android:src="@android:drawable/ic_media_pause" />
<ImageButton
android:id="@+id/butFF"
android:layout_width="wrap_content"
android:layout_height="match_parent"
+ android:background="@drawable/borderless_button"
android:src="@android:drawable/ic_media_ff" />
</LinearLayout>