bd_announce_view_bg.xml 262 B

12345678910
  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. <solid android:color="#FFFFFFFF" />
  7. <corners android:radius="11dp" />
  8. </shape>