Newer
Older
Telegram / TMessagesProj / src / main / res / drawable / ic_masks_recent.xml
ubt on 31 Oct 2017 322 bytes init
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="1" android:exitFadeDuration="200">
	<item android:state_selected="true" android:drawable="@drawable/ic_masks_recent2"/>
	<item android:drawable="@drawable/ic_masks_recent1"/>
</selector>