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

Unified Diff: ui/android/java/res/layout/autofill_text.xml

Issue 23648004: Clean up Android layouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « remoting/resources/layout/pin_dialog.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/res/layout/autofill_text.xml
diff --git a/ui/android/java/res/layout/autofill_text.xml b/ui/android/java/res/layout/autofill_text.xml
index 4a69862a9163f44d7fc0f707cc5604410c3498b3..a1adcadc41592b888cd39aa65a47231c27067b4a 100644
--- a/ui/android/java/res/layout/autofill_text.xml
+++ b/ui/android/java/res/layout/autofill_text.xml
@@ -7,7 +7,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/autofill_menu_text"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="44dp"
android:minHeight="44dp"
android:orientation="vertical"
« no previous file with comments | « remoting/resources/layout/pin_dialog.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698