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

This commit is contained in:
Rhed Jao
2020-06-05 10:23:59 +00:00
committed by Android (Google) Code Review

View File

@@ -14,7 +14,11 @@
limitations under the License. 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:orientation="vertical"
android:paddingTop="15dp" android:paddingTop="15dp"
android:paddingStart="24dp" android:paddingStart="24dp"
@@ -22,7 +26,7 @@
android:focusableInTouchMode="false" android:focusableInTouchMode="false"
android:focusable="false" android:focusable="false"
android:importantForAutofill="noExcludeDescendants" android:importantForAutofill="noExcludeDescendants"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<TextView <TextView
android:focusableInTouchMode="false" android:focusableInTouchMode="false"
@@ -69,3 +73,4 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"/> android:layout_height="wrap_content"/>
</LinearLayout> </LinearLayout>
</ScrollView>