From 4dff537d21b868da40ac190b4ae196e814d9439d Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 29 May 2020 12:25:52 +0530 Subject: ui: address new databinding requirements Layouts in differing configurations must agree on their root tags, so we give both copies of main_activity the same root ID, and adjust the check for two-pane layout to simply test for nullability. This also changes the inset dispatch code to use ViewCompat and WindowInsetsCompat since they will adjust insets based on the SDK level allowing us to abstract away that concern. Signed-off-by: Harsh Shandilya --- ui/src/main/res/layout/main_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/main/res/layout') diff --git a/ui/src/main/res/layout/main_activity.xml b/ui/src/main/res/layout/main_activity.xml index 89be4fe4..a970d8e2 100644 --- a/ui/src/main/res/layout/main_activity.xml +++ b/ui/src/main/res/layout/main_activity.xml @@ -1,7 +1,7 @@