summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeditemlist_item.xml1
-rw-r--r--res/layout/mediaplayer_activity.xml3
2 files changed, 4 insertions, 0 deletions
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" />
<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>