From d30574885f58191b229081e6bdd1dd753a79e1c4 Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Sun, 21 Jul 2024 03:01:30 +0530 Subject: [PATCH] Experimental: Revamp dashboard item entry --- app/src/main/res/layout/view_dash.xml | 53 +++++++++++++++++---------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/app/src/main/res/layout/view_dash.xml b/app/src/main/res/layout/view_dash.xml index e23b19c4f..d27df0ea6 100644 --- a/app/src/main/res/layout/view_dash.xml +++ b/app/src/main/res/layout/view_dash.xml @@ -17,35 +17,48 @@ ~ --> - + android:background="?selectableItemBackground" + android:orientation="horizontal" + android:padding="@dimen/padding_small"> + android:layout_gravity="center_vertical" + app:tint="?colorAccent" + tools:src="@drawable/ic_menu_about" /> - + + + android:orientation="vertical"> - - \ No newline at end of file + + + + + \ No newline at end of file