From d34343a1572e673dfbd2bd1f59b9b47c680e6f80 Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Mon, 27 Apr 2026 23:08:59 +0530 Subject: [PATCH] fix(ui): align drag button. --- app/src/main/res/layout/recycler_list_item.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/recycler_list_item.xml b/app/src/main/res/layout/recycler_list_item.xml index e3d66988..2015fe60 100644 --- a/app/src/main/res/layout/recycler_list_item.xml +++ b/app/src/main/res/layout/recycler_list_item.xml @@ -37,7 +37,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentStart="true" - android:layout_centerVertical="true" android:background="?attr/selectableItemBackground" android:contentDescription="@string/drag_handle" android:padding="8dp"