From 690cd5d695d57a540967c09ad822e9f360a472d6 Mon Sep 17 00:00:00 2001 From: afohrman Date: Wed, 17 May 2023 17:04:16 +0000 Subject: [PATCH] [Side Sheet] Changed side sheet child containers in Catalog from LinearLayouts to FrameLayouts. The LinearLayouts each contained only one child, so a FrameLayout is a better choice; more lightweight and slightly more performant. This is a visual no-op. PiperOrigin-RevId: 532823326 --- .../sidesheet/res/layout/cat_sidesheets.xml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/catalog/java/io/material/catalog/sidesheet/res/layout/cat_sidesheets.xml b/catalog/java/io/material/catalog/sidesheet/res/layout/cat_sidesheets.xml index afbc7e3c5db..22b69f3cc35 100644 --- a/catalog/java/io/material/catalog/sidesheet/res/layout/cat_sidesheets.xml +++ b/catalog/java/io/material/catalog/sidesheet/res/layout/cat_sidesheets.xml @@ -16,7 +16,7 @@ - - + - - + - - + - - + - - +