123456789101112131415 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- ~ Copyright (C) 2019 Baidu, Inc. All Rights Reserved.
- -->
- <shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle" >
- <corners
- android:radius="4dp"/>
- <stroke android:color="@color/bd_color_333333" android:width="1px"/>
- <solid android:color="@color/bdp_white" >
- </solid>
- </shape>
|