diff options
author | aruslan@chromium.org <aruslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 22:55:50 +0000 |
---|---|---|
committer | aruslan@chromium.org <aruslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 22:55:50 +0000 |
commit | c00fc8c9f93f6c0e2c8149017a67d6ea121bc573 (patch) | |
tree | 601898962ec08563a5ee379dca807290b4fef4d4 /chrome/android | |
parent | 1dfde398066ef03904c0059ce0191b1b9a4aaeac (diff) | |
download | chromium_src-c00fc8c9f93f6c0e2c8149017a67d6ea121bc573.zip chromium_src-c00fc8c9f93f6c0e2c8149017a67d6ea121bc573.tar.gz chromium_src-c00fc8c9f93f6c0e2c8149017a67d6ea121bc573.tar.bz2 |
[rAc Android dialog] Remove margins around notifications and checkboxes.
BUG=238335
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/14942005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/android')
-rw-r--r-- | chrome/android/java/res/layout/autofill_general_layout.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/android/java/res/layout/autofill_general_layout.xml b/chrome/android/java/res/layout/autofill_general_layout.xml index 2870785..3bacf5e 100644 --- a/chrome/android/java/res/layout/autofill_general_layout.xml +++ b/chrome/android/java/res/layout/autofill_general_layout.xml @@ -13,16 +13,12 @@ android:id="@+id/top_checkbox_notification" android:layout_columnSpan="4" android:layout_gravity="fill_horizontal" - android:layout_marginLeft="@dimen/autofill_steady_margin" - android:layout_marginRight="@dimen/autofill_steady_margin" android:textSize="@dimen/autofill_notification_text_size" android:visibility="gone"/> <LinearLayout android:id="@+id/top_notifications" android:layout_columnSpan="4" android:layout_gravity="fill_horizontal" - android:layout_marginLeft="@dimen/autofill_steady_margin" - android:layout_marginRight="@dimen/autofill_steady_margin" android:orientation="vertical" android:visibility="gone"/> <TextView @@ -110,16 +106,12 @@ android:id="@+id/save_locally_checkbox" android:layout_columnSpan="4" android:layout_gravity="fill_horizontal" - android:layout_marginLeft="@dimen/autofill_steady_margin" - android:layout_marginRight="@dimen/autofill_steady_margin" android:textSize="@dimen/autofill_notification_text_size" android:visibility="gone"/> <LinearLayout android:id="@+id/bottom_notifications" android:layout_columnSpan="4" android:layout_gravity="fill_horizontal" - android:layout_marginLeft="@dimen/autofill_steady_margin" - android:layout_marginRight="@dimen/autofill_steady_margin" android:orientation="vertical" android:visibility="gone"/> <View |