[Android] Styles: fix a wrong indentation
Adrien Maglo
git at videolan.org
Mon Feb 24 16:14:04 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Feb 24 15:30:52 2014 +0100| [6a85a469e45d202ea6f35c23583c470f1fb3bb52] | committer: Adrien Maglo
Styles: fix a wrong indentation
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6a85a469e45d202ea6f35c23583c470f1fb3bb52
---
vlc-android/res/values/styles.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 620acc7..e295279 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -39,7 +39,7 @@
<item name="android:windowBackground">@color/background_common</item>
</style>
- <style name="Theme.VLC.Black" parent="Theme.VLC">
+ <style name="Theme.VLC.Black" parent="Theme.VLC">
<item name="android:textColor">@color/white</item>
<item name="font_default">@color/white</item>
More information about the Android
mailing list