Brian Gardner
03/30/2020, 1:30 PMModalDrawerLayout
. I added it to my sample project and it is getting drawn under the TopAppBar
I have in the bodyContent
of the drawer. I thought it was just clipping to that size but once I added some content to the drawer and had it fit the width and height it’s clear the drawer is just being drawn under the app bar. This seems like a bug since it goes agains the material design spec but I just wanted to make sure I wasn’t doing anything silly. Screenshots in threadZach Klippenstein (he/him) [MOD]
03/30/2020, 3:02 PMScaffold
. It will make sure your app bars, drawers, FAVs, and content are laid out correctly. Not sure about the touch-through issue though.Brian Gardner
03/30/2020, 3:03 PMScaffold
worked perfectly! The drawer is drawn over the top app bar and the content is placed correctly. The touch issue is gone with it as well. Thanks!Leland Richardson [G]
04/03/2020, 3:02 PMmatvei
04/03/2020, 3:52 PM