From 5ef3dba26f4c5e3f63c27b4adcc7e2bc4be20944 Mon Sep 17 00:00:00 2001 From: "Don E. Llopis" Date: Tue, 21 Dec 2021 09:08:46 -0500 Subject: [PATCH] fixed nav bar bottom padding for apod list items --- .idea/misc.xml | 4 +- app/src/main/res/layout/list_item_apod.xml | 141 +++++++++++---------- 2 files changed, 77 insertions(+), 68 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 19affab..3860e00 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,9 +5,11 @@ + - + + diff --git a/app/src/main/res/layout/list_item_apod.xml b/app/src/main/res/layout/list_item_apod.xml index d3e252c..7cc2ae2 100644 --- a/app/src/main/res/layout/list_item_apod.xml +++ b/app/src/main/res/layout/list_item_apod.xml @@ -1,86 +1,93 @@ - + android:orientation="vertical"> - + android:clickable="false" + android:focusable="true" + android:checkable="false" + android:id="@+id/apod" + android:layout_margin="8dp" + card_view:cardCornerRadius="16dp"> - + android:layout_height="wrap_content" + android:minHeight="@dimen/apod_list_item_height" + android:orientation="vertical"> - + android:layout_height="wrap_content"> - + - + - + - + - + + + + - - + - + + + - \ No newline at end of file +