super_activity_notice.xml 627 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:layout_gravity="center"
  6. android:background="@color/super_translucent_33">
  7. <FrameLayout
  8. android:id="@+id/super_container"
  9. android:layout_width="@dimen/super_dimen_350.00dp"
  10. android:layout_height="@dimen/super_dimen_438.00dp"
  11. android:layout_gravity="center"
  12. android:background="@color/super_translucent">
  13. </FrameLayout>
  14. </FrameLayout>