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

25 lines
844 B
XML
Raw 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:layout_height="wrap_content">
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="70dp"
android:layout_margin="8dp"
android:elevation="4dp">
<TextView
android:id="@+id/card_text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:padding="16dp"
android:fontFamily="@font/inter_400"
android:textColor="@color/black"
android:text="Card"
android:textSize="18sp" />
</androidx.cardview.widget.CardView>
</LinearLayout>