zk_viewpager_wv_btn.xml 845 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:gravity="center"
  6. android:orientation="vertical">
  7. <WebView
  8. android:id="@+id/dalan_wv_notice"
  9. android:layout_width="match_parent"
  10. android:layout_height="0dp"
  11. android:layout_weight="1"></WebView>
  12. <Button
  13. android:id="@+id/dalan_btn_jump_url"
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:layout_marginTop="13dp"
  17. android:background="@drawable/zk_notice_btn_bg"
  18. android:text="立即前往"
  19. android:textColor="#ffffff"
  20. android:textSize="18sp"/>
  21. </LinearLayout>