diff --git a/samples/Support7Demos/res/layout/drawer_layout.xml b/samples/Support7Demos/res/layout/drawer_layout.xml index c110af75f..1a72b06f5 100644 --- a/samples/Support7Demos/res/layout/drawer_layout.xml +++ b/samples/Support7Demos/res/layout/drawer_layout.xml @@ -40,11 +40,14 @@ android:layout_height="wrap_content" /> + the toolbar. Note the usage of layout_gravity that addresses a bug in + FrameLayout on v9 and older devices that didn't correctly treat the + margin attributes. -->