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

Commit de2109b1 authored by Rhed Jao's avatar Rhed Jao
Browse files

Enable scrolling for bugreport info dialog

Bug: 156291300
Test: Scrolls the dialog with largest display and font size.
Change-Id: Ic1c101612fb8cc0c281d96b62fee3f9309e6a66f
parent 829ac140
Loading
Loading
Loading
Loading
+56 −51
Original line number Diff line number Diff line
@@ -14,7 +14,11 @@
     limitations under the License.
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
    <LinearLayout
        android:orientation="vertical"
        android:paddingTop="15dp"
        android:paddingStart="24dp"
@@ -22,7 +26,7 @@
        android:focusableInTouchMode="false"
        android:focusable="false"
        android:importantForAutofill="noExcludeDescendants"
    android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
        <TextView
            android:focusableInTouchMode="false"
@@ -69,3 +73,4 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"/>
    </LinearLayout>
</ScrollView>