Removed comments from styles.xml

This commit is contained in:
almir
2014-02-02 01:18:22 +01:00
parent 324c356e92
commit 72569da35e

View File

@@ -1,13 +1,6 @@
<resources> <resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.NoActionBar"> <style name="AppBaseTheme" parent="android:Theme.Holo.Light.NoActionBar">
<item name="android:windowTranslucentStatus">true</item> <item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item> <item name="android:windowTranslucentNavigation">true</item>
</style> </style>
</resources> </resources>