summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2014-04-28 12:39:15 -0700
committer Alan Viverette <alanv@google.com> 2014-04-28 12:39:15 -0700
commit5ec00ab05ceffe6237ffa6a801de5f2503b1bb9f (patch)
treea38d73d396fbce7b9ca11887d882bc365d3daada
parent6d50c3ff8815e6fedd1f80ba7afb8f1d22ea45b7 (diff)
Make switchStyle public
Change-Id: I4960c4ebeb3db09b3d716330b33639c865d37490
-rw-r--r--api/current.txt1
-rw-r--r--core/res/res/values/public.xml1
-rw-r--r--core/res/res/values/symbols.xml1
3 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index 34b1ac800ac5..8466443e9aaf 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -1105,6 +1105,7 @@ package android {
field public static final int switchMinWidth = 16843632; // 0x1010370
field public static final int switchPadding = 16843633; // 0x1010371
field public static final int switchPreferenceStyle = 16843629; // 0x101036d
+ field public static final int switchStyle = 16843851; // 0x101044b
field public static final int switchTextAppearance = 16843630; // 0x101036e
field public static final int switchTextOff = 16843628; // 0x101036c
field public static final int switchTextOn = 16843627; // 0x101036b
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index 085b9c356f2e..f68f75977988 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -2162,6 +2162,7 @@
<public type="attr" name="windowAllowExitTransitionOverlap" />
<public type="attr" name="windowAllowEnterTransitionOverlap" />
<public type="attr" name="sessionService" />
+ <public type="attr" name="switchStyle" />
<public-padding type="dimen" name="l_resource_pad" end="0x01050010" />
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 431dab83c0f3..6e33bed16d4c 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -233,7 +233,6 @@
<java-symbol type="attr" name="searchDialogTheme" />
<java-symbol type="attr" name="searchViewSearchIcon" />
<java-symbol type="attr" name="stackViewStyle" />
- <java-symbol type="attr" name="switchStyle" />
<java-symbol type="attr" name="textAppearanceAutoCorrectionSuggestion" />
<java-symbol type="attr" name="textAppearanceEasyCorrectSuggestion" />
<java-symbol type="attr" name="textAppearanceMisspelledSuggestion" />