[Android] UI : Remove unused code
Alexandre Perraud
git at videolan.org
Tue Mar 17 17:36:03 CET 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Tue Mar 17 17:35:29 2015 +0100| [d1cc04a31fa8babb4d29dd8afe2338c01fd8335e] | committer: Alexandre Perraud
UI : Remove unused code
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d1cc04a31fa8babb4d29dd8afe2338c01fd8335e
---
vlc-android/res/values/styles.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 838a36c..4d927e4 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <style name="info_dialog" parent="@android:style/Theme.Dialog">
- <item name="android:layout_width">fill_parent</item>
- <item name="android:layout_height">fill_parent</item>
- <item name="android:windowIsFloating">true</item>
- <item name="android:backgroundDimEnabled">true</item>
- <item name="android:windowNoTitle">true</item>
- </style>
<style name="Theme.VLC" parent="Theme.VLC.Apearance">
<item name="actionBarStyle">@style/ActionBar</item>
More information about the Android
mailing list