qs_core_forget_pwd_dialog.xml 651 B

123456789101112131415161718192021
  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="wrap_content"
  5. android:layout_gravity="center"
  6. android:layout_margin="10dp"
  7. android:orientation="vertical">
  8. <FrameLayout
  9. android:id="@+id/qs_core_webview_container"
  10. android:layout_width="match_parent"
  11. android:layout_height="300dp">
  12. <WebView
  13. android:id="@+id/qs_core_webview"
  14. android:layout_width="match_parent"
  15. android:layout_height="match_parent" />
  16. </FrameLayout>
  17. </LinearLayout>