管理添加

显示管理尾巴
多选转发
This commit is contained in:
guozhen
2025-02-06 17:36:44 +08:00
committed by xuhuixiang
parent 9d1e398c58
commit 425bc1475e
39 changed files with 594 additions and 186 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
~ Use of this source code is governed by a MIT license that can be
~ found in the LICENSE file.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="@dimen/dimen_10_dp" />
<solid android:color="@color/color_ff4e54_t" />
</shape>

View File

@@ -6,6 +6,8 @@
<color name="color_ededef">#ededef</color>
<color name="color_666666">#666666</color>
<color name="color_ff4e54">#ff4e54</color>
<color name="color_ff4e54_t">#88ff4e54</color>
<color name="color_999999">#999999</color>
<color name="color_cccccc">#cccccc</color>
<color name="color_9e9e9e">#9e9e9e</color>