9
ম্যাচ_ প্যারেন্ট প্রস্থটি রিসাইক্লার ভিউতে কাজ করে না
আমার পুনর্ব্যবহারযোগ্য ভিউ এবং আইটেমটির ম্যাচ_প্যারেন্ট প্রস্থ রয়েছে তবে ফলাফলটি হ'ল: <view class="android.support.v7.widget.RecyclerView" android:layout_width="match_parent" এবং আইটেম: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:fab="http://schemas.android.com/apk/res-auto" android:id="@+id/ll_itm" android:orientation="horizontal" android:layout_width="match_parent" সম্পূর্ণ: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:fab="http://schemas.android.com/apk/res-auto" android:id="@+id/ll_itm" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:weightSum="100" android:gravity="right" > <Button android:layout_width="0dp" android:layout_weight="15" android:layout_height="fill_parent" android:text="ملاحظات" android:id="@+id/button" /> <LinearLayout android:layout_width="0dp" android:layout_height="fill_parent" android:layout_weight="20" android:gravity="center" …