Fix the layout height

Signed-off-by: Mynkara08 <mayunksingh2000@gmail.com>

Signed-off-by: Mynkara08 <mayunksingh2000@gmail.com>
This commit is contained in:
Mynkara08 2024-12-26 10:02:16 +05:30 committed by Konstantin Pastbin
parent ea71a7b522
commit ff55783162

View file

@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="@dimen/height_item_multiline"
android:layout_height="wrap_content"
android:background="@drawable/bg_clickable_card">
<ImageView
android:id="@+id/iv__bookmark_color"
@ -46,6 +46,7 @@
android:id="@+id/more"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:layout_alignParentEnd="true"
android:background="?selectableItemBackgroundBorderless"
android:paddingHorizontal="@dimen/margin_half"