[add] 回自车-添加点击状态selecter,缺少切图

This commit is contained in:
liujing
2020-11-15 16:29:29 +08:00
parent 265137aae9
commit ff76a97cb0
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/module_ext_shadow_bkg" android:state_pressed="true" />
<item android:drawable="@drawable/module_ext_shadow_bkg" android:state_pressed="false" />
<item android:drawable="@drawable/module_ext_shadow_bkg" />
</selector>