POZO_Retail/app/build/intermediates/merged-not-compiled-resources/release/layout/kiosk_payments.xml

33 lines
1.1 KiB
XML
Raw Permalink Normal View History

2025-08-26 13:45:32 +05:30
<?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>