From cd622f4bfb07412f3e6963b175685f36cb889010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Hut=C3=A1rek?= Date: Thu, 9 Jun 2022 21:36:16 +0200 Subject: [PATCH 1/2] Replace hardcoded toolbar heights in fragment layouts with wrap_content --- turbo/src/main/res/layout/turbo_fragment_web.xml | 4 ++-- turbo/src/main/res/layout/turbo_fragment_web_bottom_sheet.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/turbo/src/main/res/layout/turbo_fragment_web.xml b/turbo/src/main/res/layout/turbo_fragment_web.xml index d5851527..cc5f4cbb 100644 --- a/turbo/src/main/res/layout/turbo_fragment_web.xml +++ b/turbo/src/main/res/layout/turbo_fragment_web.xml @@ -8,7 +8,7 @@ @@ -16,7 +16,7 @@ + android:layout_height="wrap_content" /> diff --git a/turbo/src/main/res/layout/turbo_fragment_web_bottom_sheet.xml b/turbo/src/main/res/layout/turbo_fragment_web_bottom_sheet.xml index bb38f3f5..a68527a7 100644 --- a/turbo/src/main/res/layout/turbo_fragment_web_bottom_sheet.xml +++ b/turbo/src/main/res/layout/turbo_fragment_web_bottom_sheet.xml @@ -8,14 +8,14 @@ From 7d8fab8a016e7ad6e8fe264c15aa493b86e93dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Hut=C3=A1rek?= Date: Thu, 9 Jun 2022 21:47:18 +0200 Subject: [PATCH 2/2] Replace hardcoded toolbar heights in demo fragment layouts with wrap_content --- demo/src/main/res/layout/fragment_image_viewer.xml | 4 ++-- demo/src/main/res/layout/fragment_number_bottom_sheet.xml | 4 ++-- demo/src/main/res/layout/fragment_numbers.xml | 4 ++-- demo/src/main/res/layout/fragment_web_home.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/demo/src/main/res/layout/fragment_image_viewer.xml b/demo/src/main/res/layout/fragment_image_viewer.xml index dcb9b6f5..4da5ac7f 100644 --- a/demo/src/main/res/layout/fragment_image_viewer.xml +++ b/demo/src/main/res/layout/fragment_image_viewer.xml @@ -11,7 +11,7 @@ + android:layout_height="wrap_content" /> diff --git a/demo/src/main/res/layout/fragment_number_bottom_sheet.xml b/demo/src/main/res/layout/fragment_number_bottom_sheet.xml index 8afef469..471811bd 100644 --- a/demo/src/main/res/layout/fragment_number_bottom_sheet.xml +++ b/demo/src/main/res/layout/fragment_number_bottom_sheet.xml @@ -8,7 +8,7 @@ @@ -16,7 +16,7 @@ diff --git a/demo/src/main/res/layout/fragment_numbers.xml b/demo/src/main/res/layout/fragment_numbers.xml index 301e5522..6bc2bdf9 100644 --- a/demo/src/main/res/layout/fragment_numbers.xml +++ b/demo/src/main/res/layout/fragment_numbers.xml @@ -8,7 +8,7 @@ @@ -16,7 +16,7 @@ + android:layout_height="wrap_content" /> diff --git a/demo/src/main/res/layout/fragment_web_home.xml b/demo/src/main/res/layout/fragment_web_home.xml index 3050a7e3..f86118a3 100644 --- a/demo/src/main/res/layout/fragment_web_home.xml +++ b/demo/src/main/res/layout/fragment_web_home.xml @@ -20,7 +20,7 @@ + android:layout_height="wrap_content" />