33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<LinearLayout
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:background="@drawable/newbacground"
|
||
|
|
android:backgroundTint="@color/sales_whitesad"
|
||
|
|
android:layout_margin="10dp"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:text="SET AS DEFAULT"
|
||
|
|
android:textColor="@color/black"
|
||
|
|
android:fontFamily="@font/popins_regular">
|
||
|
|
</TextView>
|
||
|
|
|
||
|
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
|
android:id="@+id/phone_pay_gpay"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_height="wrap_content" >
|
||
|
|
</androidx.recyclerview.widget.RecyclerView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|