]> git.ktnx.net Git - mobile-ledger.git/commitdiff
make crash report text selectable
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 11 Feb 2019 21:41:38 +0000 (23:41 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 11 Feb 2019 21:41:45 +0000 (23:41 +0200)
app/src/main/res/layout/crash_dialog.xml

index 2d4bb84f9024c7254589a9c0ef7f62a0eb97d9c2..61a0e70cedadf8f52b674c09368032c235b4767d 100644 (file)
@@ -28,6 +28,7 @@
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:text="Example crash report text goes here"
+                android:textIsSelectable="true"
                 tools:ignore="HardcodedText" />
         </LinearLayout>
     </ScrollView>