weex-plugin-image-picker
Version:
image-picker extend for weex
25 lines (23 loc) • 1.01 kB
text/xml
<com.luck.picture.lib.widget.SquareRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/color_69"
android:gravity="center_vertical"
android:orientation="vertical">
<ImageView
android:id="@+id/camera"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:src="@drawable/ic_camera" />
<TextView
android:id="@+id/tv_title_camera"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/camera"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/margin_top"
android:text="@string/picture_take_picture"
android:textColor="@color/white" />
</com.luck.picture.lib.widget.SquareRelativeLayout>