mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 06:19:12 +00:00
Set the correct color for the camera switch button
This commit is contained in:
parent
f76d84ef87
commit
c5b8ee9215
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@
|
||||||
android:id="@+id/action_camera"
|
android:id="@+id/action_camera"
|
||||||
android:icon="@drawable/ic_outline_camera_front_24"
|
android:icon="@drawable/ic_outline_camera_front_24"
|
||||||
android:title="@string/switch_camera"
|
android:title="@string/switch_camera"
|
||||||
|
app:iconTint="?attr/colorOnDark"
|
||||||
app:showAsAction="always" />
|
app:showAsAction="always" />
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
Loading…
Add table
Reference in a new issue