react-native-worldline-payment-gateway
Version:
Worldline payment gateway for Android and iOS
34 lines (27 loc) • 1.18 kB
text/xml
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<!--Horizontal progress bar-->
<!--<ProgressBar
android:id="@+id/progressBar2"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="368dp"
android:layout_height="wrap_content"
android:indeterminate="true"
tools:layout_editor_absoluteX="16dp"
tools:layout_editor_absoluteY="16dp" />-->
<!--Circular progress bar-->
<ProgressBar
android:id="@+id/progressBar2"
style="?android:attr/progressBarStyleInverse"
android:layout_width="368dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:indeterminate="true"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>