linphone-android/app/src/main/res/drawable/round_button_background.xml
2018-11-15 13:06:12 +01:00

7 lines
295 B
XML

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