|
78 | 78 | android:adjustViewBounds="false" |
79 | 79 | android:contentDescription="@string/avtransportPlayerActivityImageView" |
80 | 80 | android:scaleType="fitCenter" |
81 | | - app:srcCompat="@drawable/ic_baseline_devices_128" /> |
| 81 | + app:srcCompat="@drawable/ic_baseline_devices_128" |
| 82 | + app:tint="?attr/colorControlNormal" /> |
82 | 83 |
|
83 | 84 | <RelativeLayout |
84 | 85 | android:layout_width="match_parent" |
|
192 | 193 | android:layout_height="48dp" |
193 | 194 | android:layout_marginStart="2dp" |
194 | 195 | android:contentDescription="@string/play" |
195 | | - app:srcCompat="@drawable/ic_baseline_play_arrow_32" /> |
| 196 | + app:srcCompat="@drawable/ic_baseline_play_arrow_32" |
| 197 | + app:tint="?attr/colorControlNormal" /> |
196 | 198 |
|
197 | 199 | <ImageButton |
198 | 200 | android:id="@+id/avtransportPlayerActivityControlPause" |
199 | 201 | android:layout_width="48dp" |
200 | 202 | android:layout_height="48dp" |
201 | 203 | android:layout_marginStart="2dp" |
202 | 204 | android:contentDescription="@string/pause" |
203 | | - app:srcCompat="@drawable/ic_baseline_pause_32" /> |
| 205 | + app:srcCompat="@drawable/ic_baseline_pause_32" |
| 206 | + app:tint="?attr/colorControlNormal" /> |
204 | 207 |
|
205 | 208 | <ImageButton |
206 | 209 | android:id="@+id/avtransportPlayerActivityControlStop" |
207 | 210 | android:layout_width="48dp" |
208 | 211 | android:layout_height="48dp" |
209 | 212 | android:layout_marginStart="2dp" |
210 | 213 | android:contentDescription="@string/stop" |
211 | | - app:srcCompat="@drawable/ic_baseline_stop_32" /> |
| 214 | + app:srcCompat="@drawable/ic_baseline_stop_32" |
| 215 | + app:tint="?attr/colorControlNormal" /> |
212 | 216 |
|
213 | 217 | <ImageButton |
214 | 218 | android:id="@+id/avtransportPlayerActivityControlPlaylist" |
215 | 219 | android:layout_width="48dp" |
216 | 220 | android:layout_height="48dp" |
217 | 221 | android:layout_marginStart="2dp" |
218 | 222 | android:contentDescription="@string/playlist" |
219 | | - app:srcCompat="@drawable/ic_baseline_playlist_play_32" /> |
| 223 | + app:srcCompat="@drawable/ic_baseline_playlist_play_32" |
| 224 | + app:tint="?attr/colorControlNormal" /> |
220 | 225 |
|
221 | 226 | <ImageButton |
222 | 227 | android:id="@+id/avtransportPlayerActivityControlExit" |
223 | 228 | android:layout_width="48dp" |
224 | 229 | android:layout_height="48dp" |
225 | 230 | android:layout_marginStart="2dp" |
226 | 231 | android:contentDescription="@string/exit" |
227 | | - app:srcCompat="@drawable/ic_baseline_cancel_32" /> |
| 232 | + app:srcCompat="@drawable/ic_baseline_cancel_32" |
| 233 | + app:tint="?attr/colorControlNormal" /> |
228 | 234 | </LinearLayout> |
229 | 235 |
|
230 | 236 | <LinearLayout |
|
242 | 248 | android:layout_height="48dp" |
243 | 249 | android:layout_marginStart="2dp" |
244 | 250 | android:contentDescription="@string/previous" |
245 | | - app:srcCompat="@drawable/ic_baseline_skip_previous_32" /> |
| 251 | + app:srcCompat="@drawable/ic_baseline_skip_previous_32" |
| 252 | + app:tint="?attr/colorControlNormal" /> |
246 | 253 |
|
247 | 254 | <ImageButton |
248 | 255 | android:id="@+id/avtransportPlayerActivityControlFastRewind" |
249 | 256 | android:layout_width="48dp" |
250 | 257 | android:layout_height="48dp" |
251 | 258 | android:layout_marginStart="2dp" |
252 | 259 | android:contentDescription="@string/fast_rewind" |
253 | | - app:srcCompat="@drawable/ic_baseline_fast_rewind_32" /> |
| 260 | + app:srcCompat="@drawable/ic_baseline_fast_rewind_32" |
| 261 | + app:tint="?attr/colorControlNormal" /> |
254 | 262 |
|
255 | 263 |
|
256 | 264 | <ImageButton |
|
259 | 267 | android:layout_height="48dp" |
260 | 268 | android:layout_marginStart="2dp" |
261 | 269 | android:contentDescription="@string/fast_forward" |
262 | | - app:srcCompat="@drawable/ic_baseline_fast_forward_32" /> |
| 270 | + app:srcCompat="@drawable/ic_baseline_fast_forward_32" |
| 271 | + app:tint="?attr/colorControlNormal" /> |
263 | 272 |
|
264 | 273 | <ImageButton |
265 | 274 | android:id="@+id/avtransportPlayerActivityControlNext" |
266 | 275 | android:layout_width="48dp" |
267 | 276 | android:layout_height="48dp" |
268 | 277 | android:layout_marginStart="2dp" |
269 | 278 | android:contentDescription="@string/next" |
270 | | - app:srcCompat="@drawable/ic_baseline_skip_next_32" /> |
| 279 | + app:srcCompat="@drawable/ic_baseline_skip_next_32" |
| 280 | + app:tint="?attr/colorControlNormal" /> |
271 | 281 |
|
272 | 282 | </LinearLayout> |
273 | 283 |
|
|
0 commit comments