From fb72f38c58a89e555ae52f5ebe8181bfe5dd2c88 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Tue, 28 May 2019 17:27:03 +0800 Subject: [PATCH] Fix overlapping problem in AlertDialog Because clipChildren and clipToPadding by default are set to false in the Settings, this will cause the strings overlapping with the title of AlertDialog. These 2 attributes in the Theme.AlertDialog are set to true to fix this problem. Fixes: 133731437 Test: visual Change-Id: I57ea48ac97c64dac6dfeec711daf4f40dc131ff6 --- res/values/themes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/values/themes.xml b/res/values/themes.xml index 83169715f3..3eda34505c 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -126,6 +126,8 @@