Newer
Older
Telegram / TMessagesProj / src / main / res / drawable / fab_highlight_dark.xml
ubt on 31 Oct 2017 449 bytes init
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:enterFadeDuration="150" android:exitFadeDuration="300">
	<item android:state_pressed="true">
		<layer-list>
			<item android:top="4dip" android:left="4dip" android:right="4dip" android:bottom="4dip">
				<shape android:shape="oval">
					<solid android:color="#25000000"/>
				</shape>
			</item>
		</layer-list>
	</item>
</selector>