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

Unified Diff: chrome/android/java/res/layout/four_button_menu_item.xml

Issue 419673002: Update Android menu to overlap anchor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/layout/four_button_menu_item.xml
diff --git a/chrome/android/java/res/layout/four_button_menu_item.xml b/chrome/android/java/res/layout/four_button_menu_item.xml
index f657ace96d2916eb94c6c73e294a111547977238..2840a9d36a04bf29a0ce9a9bf15d0b564d068d36 100644
--- a/chrome/android/java/res/layout/four_button_menu_item.xml
+++ b/chrome/android/java/res/layout/four_button_menu_item.xml
@@ -40,8 +40,7 @@
android:id="@+id/button_four"
android:layout_width="59dp"
android:layout_height="match_parent"
- android:paddingStart="11dp"
+ android:paddingStart="19dp"
android:background="?android:attr/listChoiceBackgroundIndicator"
android:scaleType="center" />
-
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698