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

Commit c83e455d 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 am: 6f373ac3

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

Change-Id: I7bfc66263fc73ce733191162e896589b636b07f9
parents 47a0b18c 6f373ac3
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>