23 lines
894 B
XML
23 lines
894 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ck.ckcollar.app.widget.CKRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:gravity="center_horizontal"
|
|
android:background="@color/black"
|
|
>
|
|
|
|
<com.ck.ckcollar.app.widget.CKViewPager
|
|
android:id="@+id/viewPager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
></com.ck.ckcollar.app.widget.CKViewPager>
|
|
|
|
<com.ck.ckcollar.app.widget.CKImageView
|
|
android:id="@+id/btnClose"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:src="@mipmap/image_close2"
|
|
android:layout_margin="12dp"
|
|
></com.ck.ckcollar.app.widget.CKImageView>
|
|
</com.ck.ckcollar.app.widget.CKRelativeLayout> |