mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
6 lines
438 B
XML
6 lines
438 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/symbol_flash_auto_24" />
|
|
<item app:state_flash_off="true" android:drawable="@drawable/symbol_flash_slash_24" />
|
|
<item app:state_flash_on="true" android:drawable="@drawable/symbol_flash_24" />
|
|
</selector> |