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

Unified Diff: chrome/android/java/res/drawable/bg_menu_chrome_branding.xml

Issue 1229223002: Add a footer at the bottom of the menu for custom tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/android/java/res/drawable/bg_menu_chrome_branding.xml
diff --git a/chrome/android/java/res/drawable-sw600dp/bg_white_dialog.xml b/chrome/android/java/res/drawable/bg_menu_chrome_branding.xml
similarity index 73%
copy from chrome/android/java/res/drawable-sw600dp/bg_white_dialog.xml
copy to chrome/android/java/res/drawable/bg_menu_chrome_branding.xml
index f384c955175b09899d1807ea2310eb96d72d59f0..b45351e281707ee46e3333aa651af5132bcd5316 100644
--- a/chrome/android/java/res/drawable-sw600dp/bg_white_dialog.xml
+++ b/chrome/android/java/res/drawable/bg_menu_chrome_branding.xml
@@ -5,8 +5,9 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
- <corners
- android:radius="2dp" />
+ <stroke
+ android:width="1px"
newt (away) 2015/07/10 16:08:38 1px will be almost invisible on fancy new xxhdpi a
Yusuf 2015/07/10 18:43:47 Done.Opted for the less cool FrameLayout option wi
+ android:color="#E0E0E0" />
<solid
- android:color="@android:color/white" />
-</shape>
+ android:color="#f5f5f5" />
+</shape>

Powered by Google App Engine
This is Rietveld 408576698