aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-05-18 10:55:59 -0700
committerScott Jackson <daneren2005@gmail.com>2014-05-18 10:55:59 -0700
commit9c3a80e3c56f39d96582ec27ca0710e6b7ee198e (patch)
treee756864a45a24c37f73511f70b02a0ce9c507202 /res
parente4aed348657f717df1968904285f5e93772c5000 (diff)
downloaddsub-9c3a80e3c56f39d96582ec27ca0710e6b7ee198e.tar.gz
dsub-9c3a80e3c56f39d96582ec27ca0710e6b7ee198e.tar.bz2
dsub-9c3a80e3c56f39d96582ec27ca0710e6b7ee198e.zip
#340 Fix Nexus 4 overlap by getting rid of bottom padding
Diffstat (limited to 'res')
-rw-r--r--res/layout/download_slider.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/download_slider.xml b/res/layout/download_slider.xml
index d4998eea..add11fbb 100644
--- a/res/layout/download_slider.xml
+++ b/res/layout/download_slider.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/download_slider"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:background="@android:color/transparent"