[Modify]我的标签功能开发

This commit is contained in:
wushaocheng
2023-02-17 19:53:16 +08:00
parent 21f48fa1bc
commit 0428c74975
24 changed files with 379 additions and 39 deletions

View File

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