qs_core_privacy_dialog.xml 616 B

1234567891011121314151617181920
  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. <FrameLayout
  8. android:id="@+id/qs_core_webview_container"
  9. android:layout_width="match_parent"
  10. android:layout_height="300dp">
  11. <WebView
  12. android:id="@+id/qs_core_webview"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent" />
  15. </FrameLayout>
  16. </LinearLayout>