From e990a9737e423d7005506a569e98fb4032fceb46 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 29 三月 2021 09:15:08 +0800 Subject: [PATCH] Merge branch 'temp-wxr' into WJC --- HDL-ON_Android/Resources/drawable/unlock.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/HDL-ON_Android/Resources/drawable/unlock.xml b/HDL-ON_Android/Resources/drawable/unlock.xml new file mode 100644 index 0000000..d843cac --- /dev/null +++ b/HDL-ON_Android/Resources/drawable/unlock.xml @@ -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/unlock_sel" android:state_selected="true" /> + <item android:drawable="@drawable/unlock_sel" android:state_pressed="true" /> + <item android:drawable="@drawable/unlock_def" /> +</selector> \ No newline at end of file -- Gitblit v1.8.0