ss_notice.xml 787 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:gravity="center"
  7. android:orientation="vertical" >
  8. <com.shanshen.sdk.view.CornerCompatView
  9. android:layout_width="@dimen/ss_notice_width"
  10. android:layout_height="@dimen/ss_notice_height"
  11. app:ss_radius="@dimen/ss_notice_radius"
  12. android:background="@color/ss_font_white">
  13. <WebView
  14. android:id="@+id/webview"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent" />
  17. </com.shanshen.sdk.view.CornerCompatView>
  18. </LinearLayout>