From 80faceb86399017851f9f72feaaef868a37ff23f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 26 三月 2021 10:50:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/lss' into temp-wxr

---
 HDL-ON_Android/Resources/drawable/screenshot.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/HDL-ON_Android/Resources/drawable/screenshot.xml b/HDL-ON_Android/Resources/drawable/screenshot.xml
new file mode 100644
index 0000000..e10bf34
--- /dev/null
+++ b/HDL-ON_Android/Resources/drawable/screenshot.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/screenshot_sel" android:state_selected="true" />
+	<item android:drawable="@drawable/screenshot_sel" android:state_pressed="true" />
+	<item android:drawable="@drawable/screenshot_def" />
+</selector>
\ No newline at end of file

--
Gitblit v1.8.0