mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
11 lines
No EOL
564 B
XML
11 lines
No EOL
564 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_selected="true"
|
|
android:drawable="@drawable/shape_squircle_main2_100_background_top" />
|
|
<item android:state_pressed="true"
|
|
android:drawable="@drawable/shape_squircle_main2_100_background_top" />
|
|
<item android:state_hovered="true"
|
|
android:drawable="@drawable/shape_squircle_main2_100_background_top" />
|
|
<item
|
|
android:drawable="@drawable/shape_squircle_white_background_top" />
|
|
</selector> |