14 lines
605 B
XML
14 lines
605 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ubtech.view.widget.UFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/rootView"
|
|
android:background="@color/translucent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<FrameLayout
|
|
android:layout_gravity="center"
|
|
android:id="@+id/centerCardView"
|
|
android:clickable="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
</com.ubtech.view.widget.UFrameLayout>
|