From e32c49329b7c665e96604ac047ce772e1155e468 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 10 Oct 2016 17:37:24 -0700 Subject: Remove extra xlms definitions on layouts --- app/src/main/res/layout-land/download.xml | 2 +- app/src/main/res/layout/abstract_fragment_activity.xml | 2 +- app/src/main/res/layout/change_email.xml | 2 +- app/src/main/res/layout/confirm_password.xml | 2 +- app/src/main/res/layout/create_bookmark.xml | 2 +- app/src/main/res/layout/create_podcast.xml | 2 +- app/src/main/res/layout/create_user.xml | 6 +++--- app/src/main/res/layout/notification.xml | 1 - app/src/main/res/layout/notification_expanded.xml | 1 - app/src/main/res/layout/select_album_header.xml | 2 +- app/src/main/res/layout/shuffle_dialog.xml | 6 +++--- app/src/main/res/layout/update_playlist.xml | 6 +++--- app/src/main/res/layout/update_share.xml | 6 +++--- 13 files changed, 19 insertions(+), 21 deletions(-) (limited to 'app') 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"> - - - 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"> - 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"> - 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"> - 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"> - @@ -26,7 +26,7 @@ android:textColor="?android:textColorPrimary"/> - @@ -48,7 +48,7 @@ android:textColor="?android:textColorPrimary"/> - 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" /> - - @@ -26,7 +26,7 @@ android:hint="@string/shuffle.startYear" /> - @@ -49,7 +49,7 @@ android:hint="@string/shuffle.endYear" /> - 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"> - @@ -26,7 +26,7 @@ android:textColor="?android:textColorPrimary"/> - @@ -49,7 +49,7 @@ android:hint="@string/common.comment" /> - 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"> - @@ -26,7 +26,7 @@ android:hint="@string/common.name" /> - @@ -48,7 +48,7 @@ android:calendarViewShown="false"/> - -- cgit v1.2.3