diff --git a/res/layout/qrcode_scanner_fragment.xml b/res/layout/qrcode_scanner_fragment.xml index e6d1c32bfe4..d402dc36ee2 100644 --- a/res/layout/qrcode_scanner_fragment.xml +++ b/res/layout/qrcode_scanner_fragment.xml @@ -17,7 +17,6 @@ @@ -26,36 +25,22 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="3" - android:layout_marginBottom="35dp"> + android:layout_marginBottom="55dp"> - - - - + android:layout_marginTop="20dp"/> diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 357818cd137..0e35fed6a11 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -233,6 +233,26 @@ + + + + Disabled + + Unicast + + Unicast and Broadcast + + + + + + disabled + + unicast + + broadcast + + Use System Default: %1$d diff --git a/res/values/strings.xml b/res/values/strings.xml index 491d58fa6b8..b760f68e872 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -249,7 +249,8 @@ Disable Bluetooth LE audio Disables Bluetooth LE audio feature if the device supports LE audio hardware capabilities. - + + Bluetooth LE Audio mode Show LE audio toggle in Device Details @@ -9623,10 +9624,6 @@ Allow voice activation Voice activation turns-on approved apps, hands-free, using voice command. Built-in adaptive sensing ensures data stays private only to you.\n\nMore about protected adaptive sensing - - Improve voice activation - - This device uses private intelligence to improve the voice activation model. Apps can receive summarized updates that are aggregated across many users to maintain privacy while improving the model for everyone.\n\nMore about private intelligence Full screen notifications diff --git a/res/xml/bluetooth_audio_sharing.xml b/res/xml/bluetooth_audio_sharing.xml index d3aad228b07..5de8dfcf0d7 100644 --- a/res/xml/bluetooth_audio_sharing.xml +++ b/res/xml/bluetooth_audio_sharing.xml @@ -45,9 +45,15 @@ + + + + android:title="Find an audio stream"> - + + android:title="Audio streams nearby" + settings:controller="com.android.settings.connecteddevice.audiosharing.audiostreams.AudioStreamsProgressCategoryController"> + + + + \ No newline at end of file diff --git a/res/xml/bluetooth_audio_streams_dialog.xml b/res/xml/bluetooth_audio_streams_dialog.xml index 502e55a1305..024e53763b9 100644 --- a/res/xml/bluetooth_audio_streams_dialog.xml +++ b/res/xml/bluetooth_audio_streams_dialog.xml @@ -16,6 +16,7 @@ --> @@ -23,70 +24,78 @@ android:id="@+id/dialog_bg" android:layout_width="match_parent" android:layout_height="match_parent" + android:paddingStart="25dp" + android:paddingEnd="25dp" android:orientation="vertical"> - + android:layout_marginBottom="@dimen/broadcast_dialog_margin">