1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-11 14:51:11 +01:00

Added long click action to Debug Log. User can copy log to clipboard using long click

This commit is contained in:
vanitasvitae 2016-09-09 19:50:11 +02:00
parent 83ea03ab60
commit 1b06e20c84
4 changed files with 30 additions and 8 deletions

View file

@ -85,6 +85,8 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clickable="true"
android:longClickable="true"
android:id="@+id/fragment_debug__log_box" />
</HorizontalScrollView>
</ScrollView>