--- a/res/values/styles.xml Tue Oct 18 01:02:23 2011 +0200
+++ b/res/values/styles.xml Tue Oct 18 12:10:07 2011 +0200
@@ -9,25 +9,27 @@
<item name="android:focusable">false</item>
<item name="android:padding">4px</item>
</style>
- <style name="CheckBoxLabel" parent="@style/Label">
+ <style
+ name="CheckBoxLabel"
+ parent="@style/Label">
<item name="android:enabled">true</item>
</style>
- <style name="Theme.BEEM.Default" parent="@android:style/Theme">
+ <style
+ name="Theme.BEEM.Default"
+ parent="@android:style/Theme">
<item name="android:windowBackground">@drawable/background</item>
</style>
-
-<!-- Old PC style -->
-
+ <!-- Old PC style -->
<style name="OldTheme">
- <item name="android:textViewStyle" >@style/OldThemeTextView</item>
+ <item name="android:textViewStyle">@style/OldThemeTextView</item>
</style>
- <style name="OldThemeTextView" parent="@android:style/Widget.TextView">
+ <style
+ name="OldThemeTextView"
+ parent="@android:style/Widget.TextView">
<item name="android:textColor">#ff009900</item>
<item name="android:background">@color/black</item>
</style>
-
-
-<!-- Other style -->
-</resources>
+ <!-- Other style -->
+</resources>
\ No newline at end of file