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

Commit 8a347795 authored by Rhed Jao's avatar Rhed Jao Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11745981

Change-Id: If0a3da85728bd93917095f90560f52150db15fdc
parents e42a9e31 fbc9630c
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>