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

Unified Diff: chrome/android/java/res/layout/dismiss_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/dismiss_button_menu_item.xml
diff --git a/chrome/android/java/res/layout/title_button_menu_item.xml b/chrome/android/java/res/layout/dismiss_button_menu_item.xml
similarity index 89%
copy from chrome/android/java/res/layout/title_button_menu_item.xml
copy to chrome/android/java/res/layout/dismiss_button_menu_item.xml
index 9ca17e00e4cf3fadfd7702f134b811557c9f6c7f..0e1e2ee175e3366b6943650b055d619d2e04feb9 100644
--- a/chrome/android/java/res/layout/title_button_menu_item.xml
+++ b/chrome/android/java/res/layout/dismiss_button_menu_item.xml
@@ -22,10 +22,9 @@
<ImageButton
android:id="@+id/button"
- android:layout_width="48dp"
+ android:layout_width="59dp"
aurimas (slooooooooow) 2014/07/25 16:45:56 Why do we need a file that is almost the same as t
David Trainor- moved to gerrit 2014/07/25 18:09:26 Done.
android:layout_height="match_parent"
android:background="?android:attr/listChoiceBackgroundIndicator"
- android:padding="10dp"
- android:scaleType="fitCenter" />
-
+ android:paddingStart="19dp"
+ android:scaleType="center" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698