@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 �
18 lines (15 loc) • 559 B
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/loading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ps_dialog_loading_bg"
android:orientation="vertical"
android:padding="10dp">
<ProgressBar
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_gravity="center_horizontal"
android:indeterminateBehavior="repeat"
/>
</LinearLayout>