From f74973e40a0ee4de803de72b7ea7a0f9815c62dd Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 27 Nov 2021 19:40:41 +0300 Subject: [PATCH] Fix expanding bottom sheet when not enough content (#15) This commit makes sure bottom sheet dialog has the size of its contents. That way it doesn't expand further than it should. Fixes #4 --- app/src/main/res/values/styles.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 6ccffe1..e959f9b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -26,7 +26,6 @@ \ No newline at end of file