Skip to content

Commit

Permalink
Set result text selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
smdyv authored and thestinger committed Feb 22, 2022
1 parent 4866129 commit a70274b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ protected void onCreate(Bundle savedInstanceState) {
});

textView = findViewById(R.id.textview);
textView.setMovementMethod(new ScrollingMovementMethod());

imageView = findViewById(R.id.imageview);

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/content_attestation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
android:text=""
android:scrollbarAlwaysDrawVerticalTrack="false"
android:scrollbarAlwaysDrawHorizontalTrack="false"
android:scrollHorizontally="false" />
android:scrollHorizontally="false"
android:textIsSelectable="true" />

<ImageView
android:id="@+id/imageview"
Expand Down

0 comments on commit a70274b

Please sign in to comment.