[Android] fix some lint errors
Sébastien Toque
git at videolan.org
Tue Mar 12 12:31:44 CET 2013
vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Tue Mar 12 12:31:39 2013 +0100| [4463f395538c068dc81f4a702578c43e2c5e16ab] | committer: Sébastien Toque
fix some lint errors
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4463f395538c068dc81f4a702578c43e2c5e16ab
---
vlc-android/AndroidManifest.xml | 6 ------
vlc-android/res/layout/history_list.xml | 3 +--
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index e0a459b..126ec1a 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -63,9 +63,6 @@
android:label="@string/mediafiles"
android:theme="@android:style/Theme" />
<activity
- android:name=".gui.video.VideoActivityGroup"
- android:theme="@android:style/Theme.NoTitleBar" />
- <activity
android:name=".gui.video.VideoGridFragment"
android:theme="@style/Theme.VLC"/>
<activity
@@ -380,9 +377,6 @@
android:name=".gui.audio.AudioListFragment"
android:theme="@style/Theme.VLC" />
<activity
- android:name=".gui.audio.AudioActivityGroup"
- android:theme="@android:style/Theme.NoTitleBar" />
- <activity
android:name=".gui.audio.AudioPlayerActivity"
android:theme="@android:style/Theme.NoTitleBar"
android:launchMode="singleTop" />
diff --git a/vlc-android/res/layout/history_list.xml b/vlc-android/res/layout/history_list.xml
index 11743d7..e77b8e3 100644
--- a/vlc-android/res/layout/history_list.xml
+++ b/vlc-android/res/layout/history_list.xml
@@ -4,8 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black">
-<ListView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@android:id/list"
+<ListView android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@color/item_common"
More information about the Android
mailing list