Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: res/values/styles.xml

Issue 9437197: ABP/Android Proxy switch (Closed)
Patch Set: Created Feb. 28, 2013, 1:20 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld