From 751160397d8d8fdaafed3598e5de643e71a901a3 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 6 Oct 2014 13:29:55 -0700 Subject: [PATCH] Keep the BugreportWarningActivity screen on. Make the bugreport warning text scrollable. Bug: 16930717 Change-Id: I270ee3f3acdcdab2febc2a2768382bbfb20c438b --- packages/Shell/res/layout/confirm_repeat.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/packages/Shell/res/layout/confirm_repeat.xml b/packages/Shell/res/layout/confirm_repeat.xml index dc250d68754dd..d12f467db2541 100644 --- a/packages/Shell/res/layout/confirm_repeat.xml +++ b/packages/Shell/res/layout/confirm_repeat.xml @@ -22,13 +22,18 @@ android:paddingEnd="16dip" android:paddingTop="8dip" android:paddingBottom="16dip" - android:orientation="vertical"> - + + android:layout_height="wrap_content"> + +