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: ABP/Android Proxy switch Created March 11, 2013, 7:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « res/values/strings.xml ('k') | res/values/sysstrings.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « res/values/strings.xml ('k') | res/values/sysstrings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld