Skip to content

Commit dce10a1

Browse files
committed
MainActivity: Allow logs to be selected
1 parent 1e7aa10 commit dce10a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/xzr/hkf/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ protected void onCreate(Bundle savedInstanceState) {
2626
super.onCreate(savedInstanceState);
2727
scrollView=new ScrollView(this);
2828
logView=new TextView(this);
29+
logView.setTextIsSelectable(true);
2930
scrollView.addView(logView);
3031
setContentView(scrollView);
3132

0 commit comments

Comments
 (0)