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

Commit fbc9630c authored by Rhed Jao's avatar Rhed Jao Committed by Android (Google) Code Review
Browse files

Merge "Enable scrolling for bugreport info dialog" into rvc-dev

parents 16fce9c6 de2109b1
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>