mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-21 03:38:29 +00:00
11 lines
No EOL
531 B
XML
11 lines
No EOL
531 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_rectangle_gray_background" />
|
|
<item android:state_pressed="true"
|
|
android:drawable="@drawable/shape_rectangle_gray_background" />
|
|
<item android:state_hovered="true"
|
|
android:drawable="@drawable/shape_rectangle_gray_background" />
|
|
<item
|
|
android:drawable="@drawable/shape_menu_item_background" />
|
|
</selector> |