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:
parent
83ea03ab60
commit
1b06e20c84
4 changed files with 30 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue