Allow selecting text in error dialog (#1615)

This commit is contained in:
Damian Czupryn 2021-11-01 01:46:23 +01:00 committed by GitHub
parent 8ed8b5a33c
commit 36a570eeb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@
android:layout_marginBottom="5dp"
android:paddingHorizontal="20dp"
android:paddingTop="10dp"
android:textIsSelectable="true"
android:textColor="?android:textColorSecondary"
tools:text="@tools:sample/lorem" />