Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bf67ef1 authored by Wei Liu's avatar Wei Liu Committed by Android Git Automerger
Browse files

am c7d477bb: Merge "Keep the BugreportWarningActivity screen on. Make the...

am c7d477bb: Merge "Keep the BugreportWarningActivity screen on. Make the bugreport warning text scrollable." into lmp-sprout-dev

* commit 'c7d477bb':
  Keep the BugreportWarningActivity screen on. Make the bugreport warning text scrollable.
parents 40014e1d c7d477bb
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -22,13 +22,18 @@
    android:paddingEnd="16dip"
    android:paddingTop="8dip"
    android:paddingBottom="16dip"
    android:orientation="vertical">
    android:orientation="vertical"
    android:keepScreenOn="true">
    <ScrollView
        android:layout_width="match_parent"
        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"