Merge "Add talkback and fix touch area of phonebook sharing toggle" into main

This commit is contained in:
Haijie Hong
2024-01-22 08:48:31 +00:00
committed by Android (Google) Code Review

View File

@@ -103,9 +103,11 @@
<Switch
android:id="@+id/phonebook_sharing_message_confirm_pin"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="48dp"
android:layout_weight="0"
android:gravity="center_vertical" />
android:gravity="center_vertical"
android:contentDescription="@string/bluetooth_pairing_phonebook_toggle_text"
android:switchMinWidth="48dp" />
</LinearLayout>
</LinearLayout>