From 8924756a2b7b4d55458dc3559b231a51dc5e14a5 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Wed, 6 Jul 2016 16:40:34 -0700 Subject: [PATCH] Wrap bluetooth edit content in a scrollview. Bug: 28914094 In split screen the dialog content is too tall to fit in viewport. Wrap content in a scrollview so user can scroll vertically for different options, and have a visual indication that content is scrollable. Change-Id: Ia304dca6747cec6f31e86ccf89003ef6890e0640 --- res/layout/device_profiles_settings.xml | 82 ++++++++++++++----------- 1 file changed, 45 insertions(+), 37 deletions(-) diff --git a/res/layout/device_profiles_settings.xml b/res/layout/device_profiles_settings.xml index bd78bea1c6e..260fa0587be 100644 --- a/res/layout/device_profiles_settings.xml +++ b/res/layout/device_profiles_settings.xml @@ -14,48 +14,56 @@ limitations under the License. --> - - - - - - - + android:paddingEnd="25dp"> + android:layout_height="wrap_content" + android:orientation="vertical"> - + + + + + + + + + + + +