45 lines
1.3 KiB
XML
45 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/bacgroundcolor"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="3dp"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:id="@+id/paymentdata"
|
|
android:gravity="center"
|
|
android:layout_width="wrap_content"
|
|
android:layout_marginStart="@dimen/dp_10"
|
|
android:layout_height="35dp"
|
|
android:textColor="@color/white">
|
|
</TextView>
|
|
|
|
<LinearLayout
|
|
android:visibility="gone"
|
|
android:id="@+id/paymentgateway"
|
|
android:layout_width="wrap_content"
|
|
android:gravity="center"
|
|
android:layout_gravity="center"
|
|
android:layout_height="wrap_content">
|
|
<ImageView
|
|
android:id="@+id/arrowImage"
|
|
android:layout_width="25dp"
|
|
android:src="@drawable/uparroww"
|
|
android:layout_height="25dp">
|
|
|
|
|
|
</ImageView>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |