From 4831cd8a8dfa599b2fd5d7e066c514f95d7d71db Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 21 Nov 2023 10:29:45 -0300 Subject: [PATCH] [app] Wrap repo items in a card --- app/src/main/res/layout/repo_item.xml | 134 ++++++++++++++------------ 1 file changed, 71 insertions(+), 63 deletions(-) diff --git a/app/src/main/res/layout/repo_item.xml b/app/src/main/res/layout/repo_item.xml index 8fa4f5f68..2f0e6ec84 100644 --- a/app/src/main/res/layout/repo_item.xml +++ b/app/src/main/res/layout/repo_item.xml @@ -1,13 +1,11 @@ - + android:layout_marginHorizontal="8dp" + android:layout_marginVertical="4dp" + android:descendantFocusability="blocksDescendants"> - - + android:orientation="horizontal" + android:padding="8dp"> - + - + android:layout_weight="1" + android:gravity="center_vertical" + android:orientation="vertical" + tools:ignore="RtlSymmetry"> - + - + + + + + + + + + android:layout_height="match_parent" /> - - - +