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

This commit is contained in:
TreeHugger Robot
2020-06-03 10:16:40 +00:00
committed by Android (Google) Code Review

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>