react-native-consisty-aeps-minks
Version:
The react-native-consisty-aeps-minks library allows you to use android minks aeps sdk into your react-native app.
17 lines (14 loc) • 521 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/mainLayout"
tools:context=".AEPSActivity">
<ProgressBar
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_centerInParent="true"
android:indeterminate="true"
android:indeterminateTint="#0000ff" />
</RelativeLayout>