aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-08-09 20:34:30 -0700
committerScott Jackson <daneren2005@gmail.com>2015-08-09 20:34:30 -0700
commita2c85127296fbe67510c025162547699c812cf25 (patch)
tree795c02dc951b1de4b46bcff959976c98aa424bfd /app/src/main/res/layout
parent2e101372ea5793079a252aa44c828b97ead67b8a (diff)
downloaddsub-a2c85127296fbe67510c025162547699c812cf25.tar.gz
dsub-a2c85127296fbe67510c025162547699c812cf25.tar.bz2
dsub-a2c85127296fbe67510c025162547699c812cf25.zip
Fix full button ripple not showing
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/download_media_buttons.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/download_media_buttons.xml b/app/src/main/res/layout/download_media_buttons.xml
index c75b5d73..58fda5c0 100644
--- a/app/src/main/res/layout/download_media_buttons.xml
+++ b/app/src/main/res/layout/download_media_buttons.xml
@@ -3,8 +3,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:background="@android:color/transparent">
+ android:layout_height="wrap_content">
<ImageButton
style="@style/PlaybackControl"