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 a12d62a commit 71920c8Copy full SHA for 71920c8
app/src/main/res/layout/activity_about.xml
@@ -55,7 +55,8 @@
55
<TextView
56
android:id="@+id/about_version"
57
android:layout_width="wrap_content"
58
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
59
+ android:textIsSelectable="true" />
60
61
<fr.free.nrw.commons.ui.widget.HtmlTextView
62
android:id="@+id/about_license"
0 commit comments