29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="#22303f"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.bottle.hp.album.photoview.HackyViewPager
|
|
android:id="@+id/hackyViewPager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<ImageView
|
|
android:id="@+id/im_preview_back"
|
|
android:background="@drawable/icon_back"
|
|
android:layout_width="@dimen/publish_title_img"
|
|
android:layout_height="@dimen/publish_title_img"
|
|
android:layout_centerVertical="true"/>
|
|
<CheckBox
|
|
android:id="@+id/cbChoose"
|
|
android:background="@drawable/selector_img_select_check"
|
|
android:layout_marginRight="@dimen/theme_10dp"
|
|
android:button="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
style="@style/preview"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|