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

Unified Diff: res/values/styles.xml

Issue 9437197: ABP/Android Proxy switch (Closed)
Patch Set: Created Feb. 28, 2013, 1:20 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: res/values/styles.xml
===================================================================
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
+ <style name="AppTheme" parent="@style/Theme.Sherlock">
+ <item name="switchStyle">@style/Widget.Holo.CompoundButton.Switch</item>
+ <item name="switchPreferenceStyle">@style/Preference.SwitchPreference</item>
+ </style>
+
<style name="MessageText">
<item name="android:background">#88888888</item>
<item name="android:textColor">?attr/textColorPrimary</item>

Powered by Google App Engine
This is Rietveld