OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <resources xmlns:android="http://schemas.android.com/apk/res/android"> | 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
3 | 3 |
| 4 <style name="AppTheme" parent="@style/Theme.Sherlock"> |
| 5 <item name="switchStyle">@style/Widget.Holo.CompoundButton.Switch</item> |
| 6 <item name="switchPreferenceStyle">@style/Preference.SwitchPreference</i
tem> |
| 7 </style> |
| 8 |
4 <style name="MessageText"> | 9 <style name="MessageText"> |
5 <item name="android:background">#88888888</item> | 10 <item name="android:background">#88888888</item> |
6 <item name="android:textColor">?attr/textColorPrimary</item> | 11 <item name="android:textColor">?attr/textColorPrimary</item> |
7 <item name="android:padding">6dip</item> | 12 <item name="android:padding">6dip</item> |
8 </style> | 13 </style> |
9 | 14 |
10 </resources> | 15 </resources> |
OLD | NEW |