UNPKG

@tuofeng/react-native-image-picker

Version:

Image Picker

18 lines (16 loc) 732 B
<?xml version="1.0" encoding="utf-8"?> <!--拍照按钮--> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:background="#343535" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:drawableTop="@drawable/default_camera" android:drawablePadding="10dp" android:layout_gravity="center" android:text="@string/tip_take_photo" android:textSize="14sp" android:textColor="#CDCECE" android:gravity="center_horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </FrameLayout>