am 6bf67ef1: am c7d477bb: Merge "Keep the BugreportWarningActivity screen on. Make the bugreport warning text scrollable." into lmp-sprout-dev
* commit '6bf67ef1ce029ad0932df647598c6fbfae375885':
Keep the BugreportWarningActivity screen on. Make the bugreport warning text scrollable.
diff --git a/packages/Shell/res/layout/confirm_repeat.xml b/packages/Shell/res/layout/confirm_repeat.xml
index dc250d6..d12f467 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">
- <TextView
+ android:orientation="vertical"
+ android:keepScreenOn="true">
+ <ScrollView
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/bugreport_confirm"
- android:paddingBottom="16dip"
- style="?android:attr/textAppearanceMedium" />
+ android:layout_height="wrap_content">
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/bugreport_confirm"
+ android:paddingBottom="16dip"
+ style="?android:attr/textAppearanceMedium" />
+ </ScrollView>
<CheckBox
android:id="@android:id/checkbox"
android:layout_width="match_parent"