Skip to content

Commit 95f28ec

Browse files
committed
feat: select all link name text when focused
1 parent 4f0a2f2 commit 95f28ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

owncloudApp/src/main/res/layout/add_public_link_fragment.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
android:hint="@string/share_via_link_name_label"
6060
android:inputType="text"
6161
android:maxLines="1"
62-
android:maxLength="255"/>
62+
android:maxLength="255"
63+
android:selectAllOnFocus="true"/>
6364

6465
<TextView
6566
android:id="@+id/permissions_title"

0 commit comments

Comments
 (0)