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

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

Issue 14886012: Implement layout transition animations for the Autofill dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed rotation logic, wasn't calling super. Created 7 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/res/layout/autofill_menu_item.xml
diff --git a/chrome/android/java/res/layout/autofill_menu_item.xml b/chrome/android/java/res/layout/autofill_menu_item.xml
index 0e1f169a1589ef5433f28ff2398c4182486e5a43..71003cf594d55f9fa7610290385b699aa0c3a7ea 100644
--- a/chrome/android/java/res/layout/autofill_menu_item.xml
+++ b/chrome/android/java/res/layout/autofill_menu_item.xml
@@ -20,8 +20,7 @@
<LinearLayout
android:id="@+id/autofill_menu_text"
android:layout_width="wrap_content"
- android:layout_height="0dp"
- android:layout_weight="1"
+ android:layout_height="@dimen/autofill_menu_icon_height"
android:orientation="horizontal">
<ImageView
android:id="@+id/cc_icon"

Powered by Google App Engine
This is Rietveld 408576698