Settings: Long press to copy wifi password

Instead of marking and manually copying. Better UX
This commit is contained in:
Ido Ben-Hur
2022-05-14 16:06:26 +03:00
committed by Joey
parent d41c2b2337
commit 89dce4d1e8
3 changed files with 19 additions and 2 deletions

View File

@@ -58,7 +58,6 @@
android:minHeight="@dimen/min_tap_target_size"
android:layout_marginBottom="24dp"
android:textAlignment="center"
android:textIsSelectable="true"
android:focusable="true"
android:longClickable="true"
android:textAppearance="@android:style/TextAppearance.Material.Body1"
@@ -69,4 +68,3 @@
</LinearLayout>
</com.google.android.setupdesign.GlifLayout>