[LE Audio] Broadcast Sink UI
- Add dialog for Broadcast and find broadcast source - Add Activity for find broadcast source Bug: 228274114 Test: Manual test Change-Id: I830efc3514fc42aaa4e53f491ed3a7459bd9bb41 Merged-In: I830efc3514fc42aaa4e53f491ed3a7459bd9bb41
This commit is contained in:
@@ -399,6 +399,15 @@
|
||||
<dimen name="le_bluetooth_summary_start_margin">20dp</dimen>
|
||||
<dimen name="le_bluetooth_summary_padding">1.5dp</dimen>
|
||||
|
||||
<!-- Header layout of bluetooth find broadcast page -->
|
||||
<dimen name="bluetooth_find_broadcast_button_one_size">220dp</dimen>
|
||||
<dimen name="bluetooth_find_broadcast_button_two_size">150dp</dimen>
|
||||
<dimen name="bluetooth_find_broadcast_button_start_margin">16dp</dimen>
|
||||
<dimen name="bluetooth_find_broadcast_header_top_margin">4dp</dimen>
|
||||
<dimen name="bluetooth_find_broadcast_progress_width">155dp</dimen>
|
||||
<dimen name="bluetooth_find_broadcast_progress_height">4dp</dimen>
|
||||
<dimen name="bluetooth_find_broadcast_progress_margin_top">8dp</dimen>
|
||||
|
||||
<!-- Developer option bluetooth settings dialog -->
|
||||
<dimen name="developer_option_dialog_margin_start">8dp</dimen>
|
||||
<dimen name="developer_option_dialog_margin_top">8dp</dimen>
|
||||
|
||||
@@ -13496,4 +13496,22 @@
|
||||
<string name="bluetooth_connect_access_dialog_negative">Don\u2019t connect</string>
|
||||
<!-- Strings for Dialog connect button -->
|
||||
<string name="bluetooth_connect_access_dialog_positive">Connect</string>
|
||||
|
||||
<!-- BT LE Audio Device: Media Broadcast -->
|
||||
<!-- The title of the Media Broadcast Dialog [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_broadcast_dialog_title">Broadcast</string>
|
||||
<!-- The message of the Media Broadcast Dialog for finding broadcast [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_broadcast_dialog_find_message">Listen to broadcasts that are playing near you</string>
|
||||
<!-- The message of the Media Broadcast Dialog for broadcast [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_broadcast_dialog_broadcast_message">Broadcast media to devices near you, or listen to someone else’s broadcast</string>
|
||||
<!-- The title of the Media Find Broadcast activity [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_find_broadcast_title">Broadcasts</string>
|
||||
<!-- The summary of the Media Find Broadcast activity [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_find_broadcast_summary">Listening to</string>
|
||||
<!-- The Button of the action to find broadcasts [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_find_broadcast">Find broadcasts</string>
|
||||
<!-- The Button of the action to leave the broadcast [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_find_broadcast_button_leave">Leave broadcast</string>
|
||||
<!-- The Button of the action to scan QR code [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_find_broadcast_button_scan">Scan QR code</string>
|
||||
</resources>
|
||||
|
||||
@@ -936,4 +936,15 @@
|
||||
<style name="SimConfirmDialog.ButtonBarStyle" parent="@android:style/Widget.Material.ButtonBar">
|
||||
<item name="android:paddingEnd">8dp</item>
|
||||
</style>
|
||||
|
||||
<style name="BroadcastActionButton" parent="@android:style/Widget.Material.Button">
|
||||
<item name="android:background">@drawable/broadcast_button_outline</item>
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
<item name="android:textSize">14sp</item>
|
||||
<item name="android:lineHeight">20sp</item>
|
||||
<item name="android:fontFamily">@*android:string/config_bodyFontFamilyMedium</item>
|
||||
<item name="android:stateListAnimator">@null</item>
|
||||
<item name="android:minWidth">0dp</item>
|
||||
<item name="android:textAllCaps">false</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user