Skip to content

Commit 71920c8

Browse files
cypheropmaskaravivek
authored andcommitted
made Version number selectable in About menu(commons-app#2342) (commons-app#2347)
1 parent a12d62a commit 71920c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/activity_about.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
<TextView
5656
android:id="@+id/about_version"
5757
android:layout_width="wrap_content"
58-
android:layout_height="wrap_content" />
58+
android:layout_height="wrap_content"
59+
android:textIsSelectable="true" />
5960

6061
<fr.free.nrw.commons.ui.widget.HtmlTextView
6162
android:id="@+id/about_license"

0 commit comments

Comments
 (0)