Skip to content
Snippets Groups Projects

feat: fix icon camera twibbon

Merged Afnan Ramadhan requested to merge twibbon into dev
Compare and
4 files
+ 14
2
Preferences
Compare changes
Files
4
+ 7
0
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/baseline_photo_camera_24" android:state_checked="true"/>
<item android:drawable="@drawable/outline_photo_camera_24" android:state_checked="false"/>
</selector>
\ No newline at end of file