aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/shuffle_dialog.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-10-10 17:37:24 -0700
committerScott Jackson <daneren2005@gmail.com>2016-10-10 17:37:24 -0700
commite32c49329b7c665e96604ac047ce772e1155e468 (patch)
tree6366ea6e19aa099d9b8a663dc6bf11ffaf0bfe7f /app/src/main/res/layout/shuffle_dialog.xml
parente98dea91a05b1deca4428e56a869fa4cc9d2dcf8 (diff)
downloaddsub-e32c49329b7c665e96604ac047ce772e1155e468.tar.gz
dsub-e32c49329b7c665e96604ac047ce772e1155e468.tar.bz2
dsub-e32c49329b7c665e96604ac047ce772e1155e468.zip
Remove extra xlms definitions on layouts
Diffstat (limited to 'app/src/main/res/layout/shuffle_dialog.xml')
-rw-r--r--app/src/main/res/layout/shuffle_dialog.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/shuffle_dialog.xml b/app/src/main/res/layout/shuffle_dialog.xml
index 63778ed7..012c220f 100644
--- a/app/src/main/res/layout/shuffle_dialog.xml
+++ b/app/src/main/res/layout/shuffle_dialog.xml
@@ -3,7 +3,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
@@ -26,7 +26,7 @@
android:hint="@string/shuffle.startYear" />
</LinearLayout>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
@@ -49,7 +49,7 @@
android:hint="@string/shuffle.endYear" />
</LinearLayout>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content">