Files
yuliao_and/app/src/main/res/drawable/bank_bg3.xml
2025-08-08 15:09:04 +08:00

11 lines
403 B
XML

<?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>