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> |