@baronha/react-native-multiple-image-picker
Version:
� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android �
13 lines (12 loc) • 383 B
text/xml
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval"
android:useLevel="false">
<solid android:color="@color/app_color_33" />
<stroke
android:width="1.5dp"
android:color="@color/app_color_white" />
<size
android:width="24dp"
android:height="24dp" />
</shape>