am c7d477bb: Merge "Keep the BugreportWarningActivity screen on. Make the bugreport warning text scrollable." into lmp-sprout-dev
* commit 'c7d477bb7d9d2391ad3d26bbe4718e7956597d20': Keep the BugreportWarningActivity screen on. Make the bugreport warning text scrollable.
This commit is contained in:
@@ -22,13 +22,18 @@
|
|||||||
android:paddingEnd="16dip"
|
android:paddingEnd="16dip"
|
||||||
android:paddingTop="8dip"
|
android:paddingTop="8dip"
|
||||||
android:paddingBottom="16dip"
|
android:paddingBottom="16dip"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
<TextView
|
android:keepScreenOn="true">
|
||||||
|
<ScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content">
|
||||||
android:text="@string/bugreport_confirm"
|
<TextView
|
||||||
android:paddingBottom="16dip"
|
android:layout_width="match_parent"
|
||||||
style="?android:attr/textAppearanceMedium" />
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/bugreport_confirm"
|
||||||
|
android:paddingBottom="16dip"
|
||||||
|
style="?android:attr/textAppearanceMedium" />
|
||||||
|
</ScrollView>
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@android:id/checkbox"
|
android:id="@android:id/checkbox"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|||||||
Reference in New Issue
Block a user