File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 87
87
android : paddingLeft =" @dimen/volume_dialog_stream_padding" >
88
88
<!-- volume rows added and removed here! :-) -->
89
89
</LinearLayout >
90
+ <View
91
+ android : layout_width =" match_parent"
92
+ android : layout_height =" 1dp"
93
+ android : background =" ?android:attr/listDivider" />
90
94
<LinearLayout
91
95
android : layout_width =" match_parent"
92
96
android : layout_height =" wrap_content"
93
- android : orientation =" horizontal"
94
- android : background =" @drawable/rounded_bg_bottom_background" >
97
+ android : orientation =" horizontal" >
95
98
<FrameLayout
96
99
android : id =" @+id/expandable_indicator_container"
97
100
android : layout_width =" wrap_content"
105
108
android : layout_marginLeft =" 8dp"
106
109
android : contentDescription =" @string/accessibility_volume_expand"
107
110
android : background =" @drawable/ripple_drawable_20dp"
108
- android : tint =" ?android:attr/textColorSecondary "
111
+ android : tint =" @color/accent_tint_color_selector "
109
112
android : soundEffectsEnabled =" false"
110
113
android : padding =" 14dp" />
111
114
</FrameLayout >
122
125
android : layout_marginLeft =" 8dp"
123
126
android : contentDescription =" @string/accessibility_volume_settings"
124
127
android : background =" @drawable/ripple_drawable_20dp"
125
- android : tint =" ?android:attr/textColorSecondary "
128
+ android : tint =" @color/accent_tint_color_selector "
126
129
android : soundEffectsEnabled =" false" />
127
130
</FrameLayout >
128
131
</LinearLayout >
Original file line number Diff line number Diff line change 88
88
android : paddingLeft =" @dimen/volume_dialog_stream_padding" >
89
89
<!-- volume rows added and removed here! :-) -->
90
90
</LinearLayout >
91
+ <View
92
+ android : layout_width =" match_parent"
93
+ android : layout_height =" 1dp"
94
+ android : background =" ?android:attr/listDivider" />
91
95
<LinearLayout
92
96
android : layout_width =" match_parent"
93
97
android : layout_height =" wrap_content"
94
- android : orientation =" horizontal"
95
- android : background =" @drawable/rounded_bg_bottom_background" >
98
+ android : orientation =" horizontal" >
96
99
<FrameLayout
97
100
android : id =" @+id/expandable_indicator_container"
98
101
android : layout_width =" wrap_content"
106
109
android : layout_marginLeft =" 8dp"
107
110
android : contentDescription =" @string/accessibility_volume_expand"
108
111
android : background =" @drawable/ripple_drawable_20dp"
109
- android : tint =" ?android:attr/textColorSecondary "
112
+ android : tint =" @color/accent_tint_color_selector "
110
113
android : soundEffectsEnabled =" false"
111
114
android : padding =" 14dp" />
112
115
</FrameLayout >
123
126
android : layout_marginLeft =" 8dp"
124
127
android : contentDescription =" @string/accessibility_volume_settings"
125
128
android : background =" @drawable/ripple_drawable_20dp"
126
- android : tint =" ?android:attr/textColorSecondary "
129
+ android : tint =" @color/accent_tint_color_selector "
127
130
android : soundEffectsEnabled =" false" />
128
131
</FrameLayout >
129
132
</LinearLayout >
You can’t perform that action at this time.
0 commit comments