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 @@