From e0011a82355fab08e614463007cd0c93cc52f11b Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Tue, 12 Apr 2016 09:39:45 -0700 Subject: [PATCH] Make "Take bugreport" dialog scrollable. Without scrolling, such dialog might not fit on small screens, specially on multi-window environments. BUG: 28137501 Change-Id: I84ed1ff946d1023712efcf80f15bac4a57966f19 --- res/layout/bugreport_options_dialog.xml | 118 ++++++++++++------------ 1 file changed, 60 insertions(+), 58 deletions(-) diff --git a/res/layout/bugreport_options_dialog.xml b/res/layout/bugreport_options_dialog.xml index d937bc3758d..fd00bc646f2 100644 --- a/res/layout/bugreport_options_dialog.xml +++ b/res/layout/bugreport_options_dialog.xml @@ -15,66 +15,68 @@ limitations under the License. --> - - - + + android:layout_height="match_parent" + android:orientation="horizontal" + android:paddingStart="20dp" + android:paddingEnd="24dp" + android:paddingTop="15dp" + > - + - + - + - \ No newline at end of file + + + +