mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 20:12:23 +08:00
7 lines
279 B
XML
7 lines
279 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="@drawable/pressed_shape" android:state_pressed="true"></item>
|
|
<item android:drawable="@drawable/default_shape"></item>
|
|
|
|
</selector> |