Fix error dialog scrolling
This commit is contained in:
parent
7e44ffc915
commit
80ffea7a10
@ -32,11 +32,17 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
|
<androidx.core.widget.NestedScrollView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/error_details_text"
|
android:id="@+id/error_details_text"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
tools:text="Lorem ipsum dolor sit amet something went wrong and we don't know why" />
|
tools:text="Lorem ipsum dolor sit amet something went wrong and we don't know why" />
|
||||||
|
|
||||||
|
</androidx.core.widget.NestedScrollView>
|
||||||
</HorizontalScrollView>
|
</HorizontalScrollView>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user