|
87 | 87 | android:paddingLeft="@dimen/volume_dialog_stream_padding">
|
88 | 88 | <!-- volume rows added and removed here! :-) -->
|
89 | 89 | </LinearLayout>
|
90 |
| - <FrameLayout |
91 |
| - android:id="@+id/media_output_container" |
92 |
| - android:layout_width="match_parent" |
93 |
| - android:layout_height="wrap_content" |
94 |
| - android:background="?android:attr/panelColorBackground"> |
95 |
| - <com.android.keyguard.AlphaOptimizedImageButton |
96 |
| - android:id="@+id/media_output" |
97 |
| - android:src="@drawable/ic_bluetooth_audio" |
98 |
| - android:layout_width="@dimen/volume_dialog_tap_target_size" |
99 |
| - android:layout_height="@dimen/volume_dialog_tap_target_size" |
100 |
| - android:layout_marginRight="8dp" |
101 |
| - android:layout_marginLeft="8dp" |
102 |
| - android:contentDescription="@string/accessibility_volume_settings" |
103 |
| - android:background="@drawable/ripple_drawable_20dp" |
104 |
| - android:tint="?android:attr/textColorSecondary" |
105 |
| - android:soundEffectsEnabled="false" /> |
106 |
| - </FrameLayout> |
107 |
| - <FrameLayout |
108 |
| - android:id="@+id/expandable_indicator_container" |
| 90 | + <LinearLayout |
109 | 91 | android:layout_width="match_parent"
|
110 | 92 | android:layout_height="wrap_content"
|
111 |
| - android:background="@drawable/rounded_bg_bottom_background"> |
112 |
| - <com.android.systemui.statusbar.phone.ExpandableIndicator |
113 |
| - android:id="@+id/expandable_indicator" |
114 |
| - android:layout_width="@dimen/volume_dialog_tap_target_size" |
115 |
| - android:layout_height="@dimen/volume_dialog_tap_target_size" |
116 |
| - android:layout_marginRight="8dp" |
117 |
| - android:layout_marginLeft="8dp" |
118 |
| - android:contentDescription="@string/accessibility_volume_expand" |
119 |
| - android:background="@drawable/ripple_drawable_20dp" |
120 |
| - android:tint="?android:attr/textColorSecondary" |
121 |
| - android:soundEffectsEnabled="false" |
122 |
| - android:padding="14dp" /> |
123 |
| - </FrameLayout> |
| 93 | + android:orientation="horizontal" |
| 94 | + android:background="@drawable/rounded_bg_bottom_background" > |
| 95 | + <FrameLayout |
| 96 | + android:id="@+id/expandable_indicator_container" |
| 97 | + android:layout_width="wrap_content" |
| 98 | + android:layout_height="wrap_content" |
| 99 | + android:layout_weight="1"> |
| 100 | + <com.android.systemui.statusbar.phone.ExpandableIndicator |
| 101 | + android:id="@+id/expandable_indicator" |
| 102 | + android:layout_width="@dimen/volume_dialog_tap_target_size" |
| 103 | + android:layout_height="@dimen/volume_dialog_tap_target_size" |
| 104 | + android:layout_marginRight="8dp" |
| 105 | + android:layout_marginLeft="8dp" |
| 106 | + android:contentDescription="@string/accessibility_volume_expand" |
| 107 | + android:background="@drawable/ripple_drawable_20dp" |
| 108 | + android:tint="?android:attr/textColorSecondary" |
| 109 | + android:soundEffectsEnabled="false" |
| 110 | + android:padding="14dp" /> |
| 111 | + </FrameLayout> |
| 112 | + <FrameLayout |
| 113 | + android:id="@+id/media_output_container" |
| 114 | + android:layout_width="wrap_content" |
| 115 | + android:layout_height="wrap_content"> |
| 116 | + <com.android.keyguard.AlphaOptimizedImageButton |
| 117 | + android:id="@+id/media_output" |
| 118 | + android:src="@drawable/ic_bluetooth_audio" |
| 119 | + android:layout_width="@dimen/volume_dialog_tap_target_size" |
| 120 | + android:layout_height="@dimen/volume_dialog_tap_target_size" |
| 121 | + android:layout_marginRight="8dp" |
| 122 | + android:layout_marginLeft="8dp" |
| 123 | + android:contentDescription="@string/accessibility_volume_settings" |
| 124 | + android:background="@drawable/ripple_drawable_20dp" |
| 125 | + android:tint="?android:attr/textColorSecondary" |
| 126 | + android:soundEffectsEnabled="false" /> |
| 127 | + </FrameLayout> |
| 128 | + </LinearLayout> |
124 | 129 | </LinearLayout>
|
125 | 130 |
|
126 | 131 | <FrameLayout
|
|
0 commit comments