Signal-Android/app/src/main/res/drawable/selectable_rounded_background.xml
2021-03-12 16:08:22 -05:00

5 lines
No EOL
273 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/rounded_outline_pressed" android:state_pressed="true" />
<item android:drawable="@drawable/rounded_outline" />
</selector>