diff options
author | Scott Jackson <daneren2005@gmail.com> | 2016-10-10 17:37:24 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2016-10-10 17:37:24 -0700 |
commit | e32c49329b7c665e96604ac047ce772e1155e468 (patch) | |
tree | 6366ea6e19aa099d9b8a663dc6bf11ffaf0bfe7f /app/src/main/res/layout-land | |
parent | e98dea91a05b1deca4428e56a869fa4cc9d2dcf8 (diff) | |
download | dsub-e32c49329b7c665e96604ac047ce772e1155e468.tar.gz dsub-e32c49329b7c665e96604ac047ce772e1155e468.tar.bz2 dsub-e32c49329b7c665e96604ac047ce772e1155e468.zip |
Remove extra xlms definitions on layouts
Diffstat (limited to 'app/src/main/res/layout-land')
-rw-r--r-- | app/src/main/res/layout-land/download.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout-land/download.xml b/app/src/main/res/layout-land/download.xml index 894ae62e..855bf2a9 100644 --- a/app/src/main/res/layout-land/download.xml +++ b/app/src/main/res/layout-land/download.xml @@ -37,7 +37,7 @@ android:layout_centerHorizontal="true" android:layout_above="@+id/download_song_title"> - <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + <LinearLayout android:id="@+id/download_other_controls_layout" android:orientation="horizontal" android:layout_width="wrap_content" |