第N+2次提交

This commit is contained in:
xuhuixiang
2025-04-28 17:43:05 +08:00
parent 0172042233
commit 725426ea65
96 changed files with 3379 additions and 1590 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="#459A82" />
</shape>