Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3178)

Unified Diff: chrome/android/java/res/values-v21/styles.xml

Issue 902893004: Add ButtonCompat: a Material-styled button on all versions of Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/app/chrome Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/res/values/attrs.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v21/styles.xml
diff --git a/chrome/android/java/res/values-v21/styles.xml b/chrome/android/java/res/values-v21/styles.xml
index 3b5006aaad3c2c07be73848dd9366e929b771a01..db91d45f42b959fd3c734a1df5d76b3e9cc998d8 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -51,4 +51,13 @@
</style>
<style name="PreferenceLayout" parent="PreferenceLayoutBase" />
+ <!-- Buttons -->
+ <style name="ButtonCompat" parent="ButtonCompatBase">
+ <item name="android:background">@drawable/button_compat</item>
+ <item name="android:fontFamily">sans-serif-medium</item>
+ </style>
+ <style name="ButtonBorderlessCompat" parent="ButtonCompat">
+ <item name="android:background">@drawable/button_borderless_compat</item>
+ </style>
+
</resources>
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/res/values/attrs.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698