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

Unified Diff: chrome/android/java/res/values-v17/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/layout/sad_tab.xml ('k') | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index dbc1605019fd21eb6f472dfdf59e1cc04c2d71eb..a711f4f4dafbeb88bb802608a1ed7f010c02bf29 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -231,34 +231,6 @@
<item name="android:windowEnterAnimation">@anim/fullscreen_notification_in</item>
</style>
- <!-- Buttons -->
- <style name="ButtonCompatOverlay">
- <item name="android:buttonStyle">@style/ButtonCompat</item>
- </style>
- <style name="ButtonCompatBorderlessOverlay">
- <item name="android:buttonStyle">@style/ButtonCompatBorderless</item>
- </style>
- <style name="ButtonCompatBase">
- <item name="android:minWidth">88dp</item>
- <item name="android:minHeight">36dp</item>
- <item name="android:textSize">14sp</item>
- <item name="android:paddingStart">20dp</item>
- <item name="android:paddingEnd">20dp</item>
- <item name="android:paddingTop">5dp</item>
- <item name="android:paddingBottom">5dp</item>
- <item name="android:textAllCaps">true</item>
- <item name="android:focusable">true</item>
- <item name="android:clickable">true</item>
- <item name="android:gravity">center_vertical|center_horizontal</item>
- </style>
- <style name="ButtonCompat" parent="ButtonCompatBase">
- <item name="android:background">@drawable/button_compat_shape</item>
- <item name="android:textStyle">bold</item>
- </style>
- <style name="ButtonCompatBorderless" parent="ButtonCompat">
- <item name="android:background">?attr/selectableItemBackground</item>
- </style>
-
<!-- Data Saver -->
<style name="DataReductionPromoScreenDialog" >
<item name="android:background">@android:color/transparent</item>
« no previous file with comments | « chrome/android/java/res/layout/sad_tab.xml ('k') | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698