1234567891011121314151617 |
- <?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:background="@color/super_translucent_33"
- android:gravity="center"
- android:orientation="vertical">
- <FrameLayout
- android:id="@+id/super_container"
- android:layout_width="@dimen/super_dimen_344.00dp"
- android:layout_height="@dimen/super_dimen_300.00dp"
- android:layout_gravity="center"
- android:background="@drawable/super_shape_convert_bg">
- </FrameLayout>
- </FrameLayout>
|