react-native-hdfc-payment-gateway
Version:
HDFC payment gateway for Android and iOS
15 lines (10 loc) • 358 B
text/xml
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="1dp"/>
<size android:height="48dp"
android:width="104dp" />
<solid android:color="#FF528FF0"/>
<stroke android:color="#14000000"
android:width="1dp" />
</shape>