OSDN Git Service

Fix overlapping problem in AlertDialog
authorMill Chen <millchen@google.com>
Tue, 28 May 2019 09:27:03 +0000 (17:27 +0800)
committerFan Zhang <zhfan@google.com>
Tue, 28 May 2019 16:31:56 +0000 (16:31 +0000)
commitfb72f38c58a89e555ae52f5ebe8181bfe5dd2c88
tree8f2a989eb34bc37e4ca4941a5c4eb704399872dd
parent9d33198dc28e810f8c19bf0d7e71efebd9b5a5df
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