From 8f68f4fe79f29334e3d822564733c349622c05a8 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Sun, 16 Jan 2011 19:55:21 -0800 Subject: [PATCH] Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and FEATURE_ACTION_MODE_OVERLAY to coexist. Fix "custom title" dialog window decor for holo. Change-Id: Ia732caeb89e12d8d754be31c3bd2faf13a8c95d6 --- .../res/res/layout/dialog_custom_title_holo.xml | 17 +++++++++++------ core/res/res/values/styles.xml | 2 +- .../internal/policy/impl/PhoneWindow.java | 3 ++- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/core/res/res/layout/dialog_custom_title_holo.xml b/core/res/res/layout/dialog_custom_title_holo.xml index 854873f02e7e4..74b6070a458f2 100644 --- a/core/res/res/layout/dialog_custom_title_holo.xml +++ b/core/res/res/layout/dialog_custom_title_holo.xml @@ -23,10 +23,19 @@ This is an custom layout for a dialog. android:fitsSystemWindows="true"> + + android:layout_height="match_parent" /> diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index 1183915003d3e..c4e815e86ebc8 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -2057,7 +2057,7 @@