From 0932c2961d889fffc705abf092bfb32a20d493a2 Mon Sep 17 00:00:00 2001 From: Tiger Date: Thu, 14 Nov 2024 17:46:04 +0800 Subject: Make ListActivity handle insets properly This CL makes sure each list item is able to be scrolled to a position which makes it not be obscrued by the system window insets. Fix: 378760013 Bug: 309578419 Flag: com.android.window.flags.enforce_edge_to_edge Test: Start com.android.settings/.development.AppPicker, and make sure all the items be able to be revealed by scrolling in combinations of navigation modes and screen orientations. Change-Id: I6ba64d28a3679a78510647bd67516e49baadba5d --- core/res/res/layout/list_content_simple.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/res/layout/list_content_simple.xml b/core/res/res/layout/list_content_simple.xml index 6f9f1e0f0f6f..961668e6bf2e 100644 --- a/core/res/res/layout/list_content_simple.xml +++ b/core/res/res/layout/list_content_simple.xml @@ -20,5 +20,6 @@ -- cgit v1.2.3-59-g8ed1b