- <?xml version="1.0" encoding="utf-8"?>
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"
- android:background="@color/super_translucent_33">
- <FrameLayout
- android:id="@+id/super_container"
- android:layout_width="@dimen/super_dimen_350.00dp"
- android:layout_height="@dimen/super_dimen_438.00dp"
- android:layout_gravity="center"
- android:background="@color/super_translucent">
- </FrameLayout>
- </FrameLayout>
|