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

44 lines
1.4 KiB
XML
Raw Permalink Normal View History

2025-08-26 13:45:32 +05:30
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_margin="@dimen/dp_2"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/creditcheck"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/dp_2"
android:backgroundTint="@color/light_violet"
android:padding="5dp"
android:background="@drawable/grey_curve_bg">
<ImageView
android:id="@+id/addlogo"
android:layout_width="12dp"
android:layout_height="12dp"
android:layout_gravity="center_vertical"
android:tint="@color/black"
android:src="@drawable/add_circle"/>
<TextView
android:id="@+id/creditvalue"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginStart="3dp"
android:fontFamily="@font/inter_500"
android:textSize="14sp"
android:textColor="@color/black"
android:maxLines="2"
android:ellipsize="end"
android:text=" Others"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>