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

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

Issue 1235033003: Move ButtonCompat to ui/android/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 5 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 51579714070d6b08509971389fa9002a2e2d98fc..3e8b71489bf768a1da9604564b10af4f4d776ba2 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -45,14 +45,6 @@
</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="ButtonCompatBorderless" parent="ButtonCompat">
- <item name="android:background">@drawable/button_borderless_compat</item>
- </style>
<!-- Cast and media playback notifications -->
<style name="MediaNotificationTitle"
parent="@android:style/TextAppearance.Material.Notification.Title">
« 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