Skip to content

Commit c5b8ee9

Browse files
committed
Set the correct color for the camera switch button
1 parent f76d84e commit c5b8ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/menu/menu_scanner.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
android:id="@+id/action_camera"
99
android:icon="@drawable/ic_outline_camera_front_24"
1010
android:title="@string/switch_camera"
11-
app:showAsAction="always"/>
12-
11+
app:iconTint="?attr/colorOnDark"
12+
app:showAsAction="always" />
1313
</menu>

0 commit comments

Comments
 (0)