summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2014-09-24 13:04:31 -0700
committerJeff Davidson <jpd@google.com>2014-09-24 13:04:31 -0700
commita5f3113607a44e0ab94a52f50b9a5aec02aea603 (patch)
treeb21bd31920cb47148a13ba5ce81c2bbdfc4bf4fd /support
parent0a2b5db4249400b0c0aedb47d4172b895516b70e (diff)
downloadandroid-21-a5f3113607a44e0ab94a52f50b9a5aec02aea603.tar.gz
Manual cherry-pick of ag/554094.
Fixes linter errors. Change-Id: I70565cc405843d8917291e82d7d06c255992533a
Diffstat (limited to 'support')
-rw-r--r--support/appcompat/res/values-v21/styles_base_text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/appcompat/res/values-v21/styles_base_text.xml b/support/appcompat/res/values-v21/styles_base_text.xml
index ab59d4f4..2a5ccddc 100644
--- a/support/appcompat/res/values-v21/styles_base_text.xml
+++ b/support/appcompat/res/values-v21/styles_base_text.xml
@@ -59,6 +59,6 @@
<style name="Base.TextAppearance.AppCompat.Button" parent="android:TextAppearance.Material.Button" />
- <style name="Base.TextAppearance.AppCompat.Widget.Switch" parent="TextAppearance.AppCompat.Widget.Switch" />
+ <style name="Base.TextAppearance.AppCompat.Widget.Switch" parent="android:TextAppearance.Material.Button" />
</resources> \ No newline at end of file