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

Unified Diff: chrome/android/java_staging/res/drawable-sw600dp/bg_white_dialog.xml

Issue 1141283003: Upstream oodles of Chrome for Android code into Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final patch? Created 5 years, 7 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_staging/res/drawable-sw600dp/bg_white_dialog.xml
diff --git a/chrome/android/java/res/drawable/button_compat_shape.xml b/chrome/android/java_staging/res/drawable-sw600dp/bg_white_dialog.xml
similarity index 65%
copy from chrome/android/java/res/drawable/button_compat_shape.xml
copy to chrome/android/java_staging/res/drawable-sw600dp/bg_white_dialog.xml
index bbcfab2aa90e9d36c427074c1440c71549fa512f..f384c955175b09899d1807ea2310eb96d72d59f0 100644
--- a/chrome/android/java/res/drawable/button_compat_shape.xml
+++ b/chrome/android/java_staging/res/drawable-sw600dp/bg_white_dialog.xml
@@ -3,7 +3,10 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="#fff" />
- <corners android:radius="2dp" />
-</shape>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <corners
+ android:radius="2dp" />
+ <solid
+ android:color="@android:color/white" />
+</shape>

Powered by Google App Engine
This is Rietveld 408576698