[Android] Ignore XML inconsistency, it is intentionnal

Geoffrey Métais git at videolan.org
Thu Feb 12 17:12:32 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 12 11:20:17 2015 +0100| [fdece79c32f1c989ea23781bf5f29e0dc18e54a4] | committer: Geoffrey Métais

Ignore XML inconsistency, it is intentionnal

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=fdece79c32f1c989ea23781bf5f29e0dc18e54a4
---

 vlc-android/res/layout/player_action_bar.xml |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/player_action_bar.xml b/vlc-android/res/layout/player_action_bar.xml
index 174a898..54f9996 100644
--- a/vlc-android/res/layout/player_action_bar.xml
+++ b/vlc-android/res/layout/player_action_bar.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent"
     android:layout_alignParentTop="true"
@@ -22,12 +23,14 @@
         android:layout_height="wrap_content"
         android:layout_marginRight="5dp"
         android:textColor="#ffffff"
-        android:textSize="15sp" />
+        android:textSize="15sp"
+        tools:ignore="true" />
 
     <TextView
         android:id="@+id/player_overlay_systime"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:textColor="#ffffff"
-        android:textSize="15sp" />
+        android:textSize="15sp"
+        tools:ignore="true" />
 </LinearLayout>



More information about the Android mailing list