1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-08 21:31:10 +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>

View file

@ -19,6 +19,7 @@
<string name="fragment_debug__android_version">Android Version: %1$s</string>
<string name="fragment_debug__device_name">Device Name: %1$s</string>
<string name="fragment_debug__pod_domain">Pod Domain: %1$s</string>
<string name="fragment_debug__toast_log_copied">Debug log copied to clipboard</string>
<string name="fragment_license__3rd_party_libs_title">Used 3rd Party Libraries</string>