From de7187b95641ad364c71cacf08749032cbddf013 Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Thu, 13 Nov 2014 18:58:59 -0500 Subject: [PATCH] Sets windowOverscan for all Wear DeviceDefault themes. Without this flag, window insets will be consumed by the first View which does not explicitly override onApplyWindowInsets. This is either SwipeDismissLayout or the content view of the activity (if swipeDismiss is not enabled). BUG: 18376451 Change-Id: I5e590bad9810a9a232a6c318f715d587a3290f34 --- core/res/res/values/themes_micro.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/res/res/values/themes_micro.xml b/core/res/res/values/themes_micro.xml index f1bc5dadae8d3..1ebc70892d1ca 100644 --- a/core/res/res/values/themes_micro.xml +++ b/core/res/res/values/themes_micro.xml @@ -28,6 +28,8 @@ to work properly. --> true true + + true