commit | ace3a78792b9bde7a5d82271e7735de501e69a71 | [log] [tgz] |
---|---|---|
author | Fabian Kozynski <kozynski@google.com> | Thu Apr 14 16:11:35 2022 -0400 |
committer | Fabian Kozynski <kozynski@google.com> | Thu Apr 14 16:11:35 2022 -0400 |
tree | 21ddd440751170e0ca365d15ee185965b2bcaf88 | |
parent | 1ebccbeb6d0862f12cc9526eb43ab40bd299aea8 [diff] |
Nest SystemUI alert dialogs in NestedScrollLayout That way, they can be scrolled if they don't fit the screen (in particular in landscape). It's important to nest the whole layout and not parts of it, so as not to modify the expected layout from AlertDialogLayout. Test: manual Fixes: 222683712 Change-Id: I5b23acaee70b1a5b5a14e845bd0de5ac17b761d1