commit | fb72f38c58a89e555ae52f5ebe8181bfe5dd2c88 | [log] [tgz] |
---|---|---|
author | Mill Chen <millchen@google.com> | Tue May 28 17:27:03 2019 +0800 |
committer | Fan Zhang <zhfan@google.com> | Tue May 28 16:31:56 2019 +0000 |
tree | 8f2a989eb34bc37e4ca4941a5c4eb704399872dd | |
parent | 9d33198dc28e810f8c19bf0d7e71efebd9b5a5df [diff] |
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