mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-10 20:08:34 +00:00
6 lines
418 B
XML
6 lines
418 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<item app:state_flash_auto="true" android:drawable="@drawable/flash_auto_32" />
|
|
<item app:state_flash_off="true" android:drawable="@drawable/flash_off_32" />
|
|
<item app:state_flash_on="true" android:drawable="@drawable/flash_on_32" />
|
|
</selector> |