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

Unified Diff: chrome/android/java/res/drawable/button_compat_shape.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
Index: chrome/android/java/res/drawable/button_compat_shape.xml
diff --git a/third_party/android_data_chart/java/res/values-sw600dp/dimens.xml b/chrome/android/java/res/drawable/button_compat_shape.xml
similarity index 59%
copy from third_party/android_data_chart/java/res/values-sw600dp/dimens.xml
copy to chrome/android/java/res/drawable/button_compat_shape.xml
index 405e4c9023b1e4bb5959f6095468c9ef5272a95a..bbcfab2aa90e9d36c427074c1440c71549fa512f 100644
--- a/third_party/android_data_chart/java/res/values-sw600dp/dimens.xml
+++ b/chrome/android/java/res/drawable/button_compat_shape.xml
@@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<resources>
- <!-- Data usage chart dimensions -->
- <dimen name="data_usage_chart_height">325dp</dimen>
-</resources>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <solid android:color="#fff" />
+ <corners android:radius="2dp" />
+</shape>
« no previous file with comments | « chrome/android/java/res/drawable-v21/button_compat.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698