管理添加
显示管理尾巴 多选转发
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user