[Android] Lint : remove unused ressources

Alexandre Perraud git at videolan.org
Mon Feb 24 10:18:22 CET 2014


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Feb 21 17:20:17 2014 +0100| [a42c3fbe6da90c43857d29c4cd60b510df58912c] | committer: Adrien Maglo

Lint : remove unused ressources

Signed-off-by: Adrien Maglo <magsoft at videolan.org>

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

 vlc-android/res/anim/anim_enter_bottom.xml    |    7 -----
 vlc-android/res/anim/anim_leave_bottom.xml    |    7 -----
 vlc-android/res/drawable-hdpi/ic_folder.png   |  Bin 3499 -> 0 bytes
 vlc-android/res/drawable/bg_with_shadow.9.png |  Bin 197 -> 0 bytes
 vlc-android/res/drawable/sleep.png            |  Bin 8766 -> 0 bytes
 vlc-android/res/layout/audio_list.xml         |   37 -------------------------
 vlc-android/res/xml/searchable.xml            |    6 ----
 7 files changed, 57 deletions(-)

diff --git a/vlc-android/res/anim/anim_enter_bottom.xml b/vlc-android/res/anim/anim_enter_bottom.xml
deleted file mode 100644
index 2e0a618..0000000
--- a/vlc-android/res/anim/anim_enter_bottom.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android"
-         android:shareInterpolator="false">
-      <translate
-       android:fromYDelta="100%" android:toYDelta="0%"
-       android:duration="350"/>
-</set>
diff --git a/vlc-android/res/anim/anim_leave_bottom.xml b/vlc-android/res/anim/anim_leave_bottom.xml
deleted file mode 100644
index ba7d4f8..0000000
--- a/vlc-android/res/anim/anim_leave_bottom.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android"
-         android:shareInterpolator="false">
-      <translate
-       android:fromYDelta="0%" android:toYDelta="100%"
-       android:duration="350"/>
-</set>
diff --git a/vlc-android/res/drawable-hdpi/ic_folder.png b/vlc-android/res/drawable-hdpi/ic_folder.png
deleted file mode 100644
index 906f305..0000000
Binary files a/vlc-android/res/drawable-hdpi/ic_folder.png and /dev/null differ
diff --git a/vlc-android/res/drawable/bg_with_shadow.9.png b/vlc-android/res/drawable/bg_with_shadow.9.png
deleted file mode 100644
index 40774e2..0000000
Binary files a/vlc-android/res/drawable/bg_with_shadow.9.png and /dev/null differ
diff --git a/vlc-android/res/drawable/sleep.png b/vlc-android/res/drawable/sleep.png
deleted file mode 100644
index 7bdf17e..0000000
Binary files a/vlc-android/res/drawable/sleep.png and /dev/null differ
diff --git a/vlc-android/res/layout/audio_list.xml b/vlc-android/res/layout/audio_list.xml
deleted file mode 100644
index 774759f..0000000
--- a/vlc-android/res/layout/audio_list.xml
+++ /dev/null
@@ -1,37 +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/title"
-        android:layout_width="fill_parent"
-        android:layout_height="wrap_content"
-        android:background="?attr/background_menu"
-        android:gravity="center_horizontal"
-        android:text="@string/songs"
-        android:textColor="?attr/font_default"
-        android:textSize="16sp" />
-
-    <View
-        android:layout_width="fill_parent"
-        android:layout_height="1dip"
-        android:background="?attr/background_menu_divider" />
-
-    <ListView
-        android:id="@id/android:list"
-        android:layout_width="fill_parent"
-        android:layout_height="fill_parent"
-        android:divider="?attr/item_divider"
-        android:dividerHeight="1dp"
-        android:fastScrollEnabled="true" />
-
-    <TextView
-        android:id="@id/android:empty"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:text="@string/nomedia"
-        android:textSize="20sp" />
-
-</LinearLayout>
\ No newline at end of file
diff --git a/vlc-android/res/xml/searchable.xml b/vlc-android/res/xml/searchable.xml
deleted file mode 100644
index 880bb46..0000000
--- a/vlc-android/res/xml/searchable.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<searchable xmlns:android="http://schemas.android.com/apk/res/android"
-    android:hint="@string/searchable_hint"
-    android:label="@string/app_name"
-    android:includeInGlobalSearch="true">
-</searchable>
\ No newline at end of file



More information about the Android mailing list