We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7aa10 commit dce10a1Copy full SHA for dce10a1
app/src/main/java/xzr/hkf/MainActivity.java
@@ -26,6 +26,7 @@ protected void onCreate(Bundle savedInstanceState) {
26
super.onCreate(savedInstanceState);
27
scrollView=new ScrollView(this);
28
logView=new TextView(this);
29
+ logView.setTextIsSelectable(true);
30
scrollView.addView(logView);
31
setContentView(scrollView);
32
0 commit comments