react-native-hdfc-payment-gateway
Version:
HDFC payment gateway for Android and iOS
27 lines (24 loc) • 914 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="15dp"
android:paddingBottom="15dp">
<ImageView android:id="@+id/app_logo"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_centerHorizontal="true"
android:scaleType="centerInside"
android:src="@drawable/rzp_logo"/>
<TextView
android:id="@+id/app_name"
android:layout_width="60dp"
android:layout_height="wrap_content"
android:layout_below="@+id/app_logo"
android:layout_centerHorizontal="true"
android:layout_marginTop="5dp"
android:ellipsize="end"
android:gravity="center"
android:maxLines="1"
android:textSize="14sp"/>
</RelativeLayout>