aboutsummaryrefslogtreecommitdiff
path: root/res/layout/preferences.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-12-16 09:14:15 -0800
committerScott Jackson <daneren2005@gmail.com>2014-12-16 09:14:15 -0800
commit98e55d9ca288af5dc0d645fe4ced29f964db77f6 (patch)
tree39997d78f4bc09613d1d0481821424c6e8136355 /res/layout/preferences.xml
parent15612997174a9cce9566166775de1c42f71f18e7 (diff)
parentc6d492a890edac8e0556340f8f20e519da3837f8 (diff)
downloaddsub-98e55d9ca288af5dc0d645fe4ced29f964db77f6.tar.gz
dsub-98e55d9ca288af5dc0d645fe4ced29f964db77f6.tar.bz2
dsub-98e55d9ca288af5dc0d645fe4ced29f964db77f6.zip
Merge branch 'master' into DLNA
Diffstat (limited to 'res/layout/preferences.xml')
-rw-r--r--res/layout/preferences.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/preferences.xml b/res/layout/preferences.xml
new file mode 100644
index 00000000..5caaa804
--- /dev/null
+++ b/res/layout/preferences.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ListView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@android:id/list"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:drawSelectorOnTop="false"
+ android:scrollbarAlwaysDrawVerticalTrack="true"
+ android:paddingTop="6dp"
+ android:paddingLeft="12dp"
+ android:paddingRight="12dp"/> \ No newline at end of file