bd_web_btn_bg.xml 391 B

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