Tweak the main layout for Honeycomb and ICS devices. Added custom layout for these...
[debian/openrocket] / android / res / values / styles.xml
index 438dddd8e84a1d721387ef358a8d77b3661b6405..303484eac1ab8b9af5a09cc41c907c323ccd08bb 100644 (file)
@@ -1,11 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
 
-    <style name="treeViewListStyle" parent="@android:attr/listViewStyle">
-        <item name="android:background">@android:color/white</item>
-        <item name="android:divider">@drawable/divider</item>
-    </style>
-
     <style name="labelTextStyle" parent="@android:style/TextAppearance.Medium" />
 
     <style name="valueTextStyle" parent="@android:style/TextAppearance.Large">
@@ -17,9 +12,9 @@
     </style>
 
     <style name="AppTheme.NoActionBar" parent="AppTheme">
-        <item name="windowActionBar">false</item>
+        <item name="android:windowNoTitle">true</item>
         <item name="windowNoTitle">true</item>
-    </style>
+        </style>
 
     <style name="spinnerStyle" parent="Widget.Sherlock.TextView.SpinnerItem">
         <item name="android:textSize">26dp</item>