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: ABP/Android Proxy switch Created March 11, 2013, 7:29 a.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
« no previous file with comments | « res/values/strings.xml ('k') | res/values/sysstrings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« 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