[Android] Move xmlns to the top

Brais Gabín git at videolan.org
Thu Jan 24 13:36:01 CET 2019


vlc-android | branch: master | Brais Gabín <braisgabin at gmail.com> | Sun Jan 20 15:18:24 2019 +0100| [0d644963303df0a01654a6f17737985aadc8c1e3] | committer: Geoffrey Métais

Move xmlns to the top

Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>

> https://code.videolan.org/videolan/vlc-android/commit/0d644963303df0a01654a6f17737985aadc8c1e3
---

 vlc-android/res/layout/playlist_activity.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vlc-android/res/layout/playlist_activity.xml b/vlc-android/res/layout/playlist_activity.xml
index 2dc38f2ae..0d28e4f29 100644
--- a/vlc-android/res/layout/playlist_activity.xml
+++ b/vlc-android/res/layout/playlist_activity.xml
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<layout xmlns:tools="http://schemas.android.com/tools">
+<layout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:vlc="http://schemas.android.com/apk/res-auto"
+    xmlns:tools="http://schemas.android.com/tools">
     <data>
         <variable
             name="playlist"
@@ -9,8 +11,6 @@
             type="android.graphics.drawable.BitmapDrawable"/>
     </data>
     <androidx.coordinatorlayout.widget.CoordinatorLayout
-        xmlns:android="http://schemas.android.com/apk/res/android"
-        xmlns:vlc="http://schemas.android.com/apk/res-auto"
         android:id="@+id/coordinator"
         android:layout_width="match_parent"
         android:layout_height="match_parent"



More information about the Android mailing list