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

Commit ac829bd0 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...

Merge "Enable scrolling for bugreport info dialog" into rvc-dev am: fbc9630c am: 6f373ac3 am: b1594813 am: 5e550b2b

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

Change-Id: Ia8f927b2703251e0bc010c3759c0d0f0ab382efb
parents 4428e7f6 5e550b2b
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>