From b9ab00fdae2e91f2eed9c75b3d46576af86db1c3 Mon Sep 17 00:00:00 2001 From: Light_summer <93428659+lightsummer233@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:35:30 +0800 Subject: [PATCH] Adjust module item --- app/src/main/res/layout/item_module.xml | 47 ++++++++++++++----------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/app/src/main/res/layout/item_module.xml b/app/src/main/res/layout/item_module.xml index 8a56667..c71c086 100644 --- a/app/src/main/res/layout/item_module.xml +++ b/app/src/main/res/layout/item_module.xml @@ -1,50 +1,55 @@ - + android:background="?selectableItemBackground" + android:clickable="true" + android:focusable="true"> + - + android:layout_height="wrap_content" + android:textColor="?attr/colorOnSurface" + android:textSize="20sp" /> + android:layout_height="wrap_content" + android:layout_marginTop="2dp" + android:textColor="?attr/colorOnSurfaceVariant" + android:textSize="13sp" /> - - + android:textColor="?attr/colorOnSurfaceVariant" + android:textSize="13sp" /> + + + android:layout_height="wrap_content" + android:textColor="?attr/colorOnSurfaceVariant" + android:textSize="13sp" /> + + \ No newline at end of file