[app] Make log TextView selectable (#1418)

This commit is contained in:
南宫雪珊 2021-11-19 23:00:28 +08:00 committed by GitHub
parent b1ae31b151
commit 806bdcf4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -25,4 +25,5 @@
android:fontFamily="monospace"
android:textAppearance="@style/TextAppearance.MaterialComponents.Caption"
android:textColor="?attr/colorOnSurface"
android:textSize="10sp" />
android:textIsSelectable="true"
android:textSize="11sp" />