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 | |
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')
-rw-r--r-- | app/src/main/res/layout-land/download.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/abstract_fragment_activity.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/change_email.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/confirm_password.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/create_bookmark.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/create_podcast.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/create_user.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/layout/notification.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/notification_expanded.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/select_album_header.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/shuffle_dialog.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/layout/update_playlist.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/layout/update_share.xml | 6 |
13 files changed, 19 insertions, 21 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" diff --git a/app/src/main/res/layout/abstract_fragment_activity.xml b/app/src/main/res/layout/abstract_fragment_activity.xml index 462ee7ef..ae6647c4 100644 --- a/app/src/main/res/layout/abstract_fragment_activity.xml +++ b/app/src/main/res/layout/abstract_fragment_activity.xml @@ -137,7 +137,7 @@ </LinearLayout> </FrameLayout> - <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + <FrameLayout android:id="@+id/now_playing_fragment_container" android:layout_width="match_parent" android:layout_height="0dp" diff --git a/app/src/main/res/layout/change_email.xml b/app/src/main/res/layout/change_email.xml index 87d297be..d78edd13 100644 --- a/app/src/main/res/layout/change_email.xml +++ b/app/src/main/res/layout/change_email.xml @@ -4,7 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"> diff --git a/app/src/main/res/layout/confirm_password.xml b/app/src/main/res/layout/confirm_password.xml index 9ec61c0a..d74eecfd 100644 --- a/app/src/main/res/layout/confirm_password.xml +++ b/app/src/main/res/layout/confirm_password.xml @@ -4,7 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"> diff --git a/app/src/main/res/layout/create_bookmark.xml b/app/src/main/res/layout/create_bookmark.xml index d6f077c3..22d96227 100644 --- a/app/src/main/res/layout/create_bookmark.xml +++ b/app/src/main/res/layout/create_bookmark.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"> diff --git a/app/src/main/res/layout/create_podcast.xml b/app/src/main/res/layout/create_podcast.xml index 04e74ec3..a5e66792 100644 --- a/app/src/main/res/layout/create_podcast.xml +++ b/app/src/main/res/layout/create_podcast.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"> diff --git a/app/src/main/res/layout/create_user.xml b/app/src/main/res/layout/create_user.xml index b2d8f6e0..7d77ade9 100644 --- a/app/src/main/res/layout/create_user.xml +++ b/app/src/main/res/layout/create_user.xml @@ -4,7 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - <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:textColor="?android:textColorPrimary"/> </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"> @@ -48,7 +48,7 @@ android:textColor="?android:textColorPrimary"/> </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"> diff --git a/app/src/main/res/layout/notification.xml b/app/src/main/res/layout/notification.xml index 4a89db49..0ab5a884 100644 --- a/app/src/main/res/layout/notification.xml +++ b/app/src/main/res/layout/notification.xml @@ -13,7 +13,6 @@ android:gravity="center" /> <LinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" diff --git a/app/src/main/res/layout/notification_expanded.xml b/app/src/main/res/layout/notification_expanded.xml index 7b378e12..a1586214 100644 --- a/app/src/main/res/layout/notification_expanded.xml +++ b/app/src/main/res/layout/notification_expanded.xml @@ -12,7 +12,6 @@ android:gravity="center" /> <LinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="0.0" diff --git a/app/src/main/res/layout/select_album_header.xml b/app/src/main/res/layout/select_album_header.xml index 5b2294f0..891db891 100644 --- a/app/src/main/res/layout/select_album_header.xml +++ b/app/src/main/res/layout/select_album_header.xml @@ -121,7 +121,7 @@ android:contentDescription="@null"/> </RelativeLayout> - <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + <FrameLayout android:id="@+id/header_progress" android:layout_width="fill_parent" android:layout_height="fill_parent" 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"> diff --git a/app/src/main/res/layout/update_playlist.xml b/app/src/main/res/layout/update_playlist.xml index cc7e5ee6..f9cc6a90 100644 --- a/app/src/main/res/layout/update_playlist.xml +++ b/app/src/main/res/layout/update_playlist.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:textColor="?android:textColorPrimary"/> </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/common.comment" /> </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"> diff --git a/app/src/main/res/layout/update_share.xml b/app/src/main/res/layout/update_share.xml index ef44e304..0d06e00d 100644 --- a/app/src/main/res/layout/update_share.xml +++ b/app/src/main/res/layout/update_share.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/common.name" /> </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"> @@ -48,7 +48,7 @@ android:calendarViewShown="false"/> </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"> |