bssdk_activity_show.xml 558 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@drawable/bssdk_dialog"
  7. android:orientation="vertical"
  8. tools:context=".activity.BSSDKShowActivity">
  9. <FrameLayout
  10. android:id="@+id/fl_sdk_parent"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent" />
  13. </LinearLayout>