Fix speaker icon colors for "small".
This commit is contained in:
parent
ee47c1ea10
commit
af9d16852e
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
android:top="4dp"
|
||||
android:left="4dp"
|
||||
android:right="4dp"
|
||||
android:drawable="@drawable/webrtc_call_screen_circle_unchecked" />
|
||||
android:drawable="@drawable/webrtc_call_screen_circle_checked" />
|
||||
<item android:bottom="14dp" android:drawable="@drawable/symbol_speaker_fill_white_24" android:left="14dp" android:right="14dp" android:top="14dp" />
|
||||
</layer-list>
|
||||
</item>
|
||||
|
@ -18,7 +18,7 @@
|
|||
android:top="4dp"
|
||||
android:left="4dp"
|
||||
android:right="4dp"
|
||||
android:drawable="@drawable/webrtc_call_screen_circle_checked" />
|
||||
android:drawable="@drawable/webrtc_call_screen_circle_unchecked" />
|
||||
<item android:bottom="14dp" android:drawable="@drawable/symbol_speaker_fill_24" android:left="14dp" android:right="14dp" android:top="14dp" />
|
||||
</layer-list>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue