react-native-dsg-image-crop-picker
Version:
Select single or multiple images, with cropping option
35 lines (32 loc) • 1.24 kB
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_CC080808"
android:gravity="center_horizontal"
android:orientation="vertical">
<ImageView
android:id="@+id/iv_privacy_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="80dp" />
<TextView
android:id="@+id/tv_privacy_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="18sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_privacy_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:layout_marginTop="20dp"
android:layout_marginEnd="20dp"
android:gravity="center"
android:textColor="@color/color_6c6c6c"
android:textSize="18sp" />
</LinearLayout>