[Wi-Fi] Set the password in the WiFi QR Code sharing page to be copyable

Add new testIsSelectable/focusable/longClickable attributes to the password textview.

Bug: 141132359
Test: manual test.
Change-Id: I5bc1b898bc31d0a486ac5423557596510d813acb
This commit is contained in:
govenliu
2020-06-03 15:17:37 +08:00
parent ae6628bd02
commit 3eef874d38

View File

@@ -56,6 +56,9 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:textAlignment="center"
android:textIsSelectable="true"
android:focusable="true"
android:longClickable="true"
android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary"/>
</LinearLayout>