From eee64f2f7321556fdef2aacd68207d5e5857cdb6 Mon Sep 17 00:00:00 2001 From: Kweku Adams Date: Fri, 18 Mar 2022 18:50:34 +0000 Subject: [PATCH] Fix inaccessible view issue. When fully expanded, the last item in the ExpandableListView was half off the screen, making it hard to see what the value was and update it. Tweaking the layout to ensure the last item is properly visible. Bug: 158300259 Bug: 189850067 Test: Visual inspection Change-Id: Ifc60e220276db6ee6d4dea57957b0b52b1934dbe --- res/layout/tare_dropdown_page.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/tare_dropdown_page.xml b/res/layout/tare_dropdown_page.xml index 674b189912d..9ec7ebfa62e 100644 --- a/res/layout/tare_dropdown_page.xml +++ b/res/layout/tare_dropdown_page.xml @@ -16,8 +16,10 @@ android:theme="@style/Widget.PopupWindow.Settings" />