taomenggo init
This commit is contained in:
16
contactkit-ui/src/main/res/drawable/positive_btn_bg.xml
Normal file
16
contactkit-ui/src/main/res/drawable/positive_btn_bg.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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="4dp" />
|
||||
|
||||
<stroke
|
||||
android:width="@dimen/dimen_1_dp"
|
||||
android:color="@color/color_337eff" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user