react-native-payment-gateway
Version:
this module for payment gateway, first gateway is midtrans payment gateway, i hope all payment gateway so you can contribute to this module
22 lines (21 loc) • 770 B
text/xml
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="false" >
<shape android:shape="rectangle">
<corners android:radius="20dp" />
<solid android:color="@color/white" />
<stroke
android:width="2dip"
android:color="@color/colorPrimary" />
</shape>
</item>
<item android:state_pressed="true">
<shape android:shape="rectangle">
<corners android:radius="20dp" />
<solid android:color="@color/gray_divider" />
<stroke
android:width="2dip"
android:color="@color/colorPrimary" />
</shape>
</item>
</selector>