[Android] Remove dead xml resources

Geoffrey Métais git at videolan.org
Wed Jan 11 17:56:14 CET 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jan 11 17:03:15 2017 +0100| [4c273ffb980b9e8593412270b6b65673afbbba75] | committer: Geoffrey Métais

Remove dead xml resources

> https://code.videolan.org/videolan/vlc-android/commit/4c273ffb980b9e8593412270b6b65673afbbba75
---

 vlc-android/res/layout/browser.xml     | 12 -----
 vlc-android/res/layout/info_dialog.xml | 80 ----------------------------------
 vlc-android/res/layout/list_header.xml | 16 -------
 3 files changed, 108 deletions(-)

diff --git a/vlc-android/res/layout/browser.xml b/vlc-android/res/layout/browser.xml
deleted file mode 100644
index bb7625e..0000000
--- a/vlc-android/res/layout/browser.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-              android:layout_width="fill_parent"
-              android:layout_height="fill_parent"
-              android:orientation="vertical">
-    <ListView android:id="@id/android:list"
-              android:layout_width="fill_parent"
-              android:layout_height="fill_parent" 
-              android:paddingBottom="@dimen/listview_bottom_padding"
-              android:clipToPadding="false"
-              android:background="?attr/background_default"/>
-</LinearLayout>
\ No newline at end of file
diff --git a/vlc-android/res/layout/info_dialog.xml b/vlc-android/res/layout/info_dialog.xml
deleted file mode 100644
index bb9c5f8..0000000
--- a/vlc-android/res/layout/info_dialog.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent"
-    android:gravity="fill|fill_vertical"
-    android:orientation="vertical"
-    android:weightSum="1" >
-
-    <LinearLayout
-        android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
-        android:background="#444444"
-        android:gravity="center_vertical"
-        android:layout_marginBottom="10dip"
-        android:padding="10dip">
-        <ImageView
-            android:layout_width="32dip"
-            android:layout_height="32dip"
-            android:scaleType="centerInside"
-            android:src="@drawable/icon"
-            android:layout_marginRight="5dip" />
-        <TextView
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:textAppearance="?android:attr/textAppearanceLarge"
-            android:text="@string/info_title" />
-    </LinearLayout>
-
-    <ScrollView
-        android:id="@+id/scrollView1"
-        android:layout_width="match_parent"
-        android:layout_height="0dip"
-        android:layout_weight="1" >
-
-        <TextView
-            android:layout_width="fill_parent"
-            android:layout_height="wrap_content"
-            android:padding="10dip"
-            android:text="@string/beta_warning"
-            android:textAppearance="?android:attr/textAppearanceMedium" />
-
-    </ScrollView>
-
-    <LinearLayout
-        android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
-        android:gravity="center_vertical"
-        android:orientation="horizontal"
-        android:padding="10dip"
-        android:visibility="visible" >
-
-        <CheckBox
-            android:id="@+id/not_show_again"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:layout_marginRight="4dip"/>
-        <TextView
-            android:id="@+id/hide"
-            android:singleLine="true"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:textAppearance="?android:attr/textAppearanceMedium"
-            android:text="@string/not_show_again" />
-    </LinearLayout>
-    <LinearLayout
-        android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
-        android:orientation="horizontal"
-        android:gravity="center_horizontal"
-        android:weightSum="1">
-
-        <Button
-            android:id="@+id/ok"
-            android:layout_width="0dip"
-            android:layout_height="wrap_content"
-            android:layout_weight="0.25"
-            android:text="@android:string/ok" />
-
-    </LinearLayout>
-</LinearLayout>
diff --git a/vlc-android/res/layout/list_header.xml b/vlc-android/res/layout/list_header.xml
deleted file mode 100644
index b685256..0000000
--- a/vlc-android/res/layout/list_header.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent"
-    android:orientation="vertical" >
-
-    <TextView
-        android:id="@+id/text"
-        android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
-        android:background="?attr/background_menu"
-        android:gravity="center_horizontal"
-        android:textColor="?attr/font_default"
-        android:textSize="16sp" />
-
-</LinearLayout>
\ No newline at end of file



More information about the Android mailing list