diff options
author | Ben Murdoch <benm@google.com> | 2010-11-30 18:33:31 +0000 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2010-11-30 19:08:02 +0000 |
commit | 348422c698f0156f1fccb12434aa4a51c6e64049 (patch) | |
tree | df62c054d7265efe2fdbf425e1ceadd16328e685 /res | |
parent | de94e405a497e955fd2bb0a0c79c1f417ab69ac7 (diff) | |
download | packages_apps_browser-348422c698f0156f1fccb12434aa4a51c6e64049.zip packages_apps_browser-348422c698f0156f1fccb12434aa4a51c6e64049.tar.gz packages_apps_browser-348422c698f0156f1fccb12434aa4a51c6e64049.tar.bz2 |
Make the AutoFill profile editor TableLayout shrinkable
The table column containing the EditText widgets needs to be both
stretchable (to fill the full space when it has a short string in
it) and also shrinkable so that it doesn't expand beyond the
bounds of the parent if it has a long string in it.
Bug: 3236646
Change-Id: Id3e5beb2d9cb53c56a3a5d397b6e4c163a038938
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/autofill_settings_fragment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/autofill_settings_fragment.xml b/res/layout/autofill_settings_fragment.xml index bdffebb..b0e0f53 100644 --- a/res/layout/autofill_settings_fragment.xml +++ b/res/layout/autofill_settings_fragment.xml @@ -38,6 +38,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" + android:shrinkColumns="1" android:stretchColumns="1"> <TableRow android:layout_height="match_parent" |