react-native-moyasar-sdk
Version:
Official React Native Moyasar SDK - Integrate Credit Cards, Apple Pay, Samsung Pay, and STC Pay with simple interfaces for a seamless payment experience in your React Native app
24 lines (22 loc) • 911 B
text/xml
<layout>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- TODO: Support below contentDescription -->
<ImageView
android:id="@+id/samsung_pay_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:src="@drawable/samsung_pay_logo"
android:background="@drawable/samsung_pay_button_background"
android:contentDescription="Pay with Samsung Pay"
android:layout_gravity="center"
android:visibility="invisible" />
</FrameLayout>
</layout>