diff options
| author | 2019-04-05 10:22:48 -0700 | |
|---|---|---|
| committer | 2019-04-05 17:24:46 +0000 | |
| commit | 09f2cb7fec7fd72ae140a28e5c8b4e2ea458d1fb (patch) | |
| tree | d921214f765fadf449cb9359f48df6c7e37197c1 | |
| parent | d937a7916f6da5e277c2be97c90dbe3da83c144d (diff) | |
Set config_dialogCornerRadius to square icon shape
Bug: 130028929
Test: flashed and used developers options / square to test it out
Change-Id: I9bdae337be36ce775b50ad859ea557e1c3ef8e93
| -rw-r--r-- | packages/overlays/IconShapeSquareOverlay/res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/overlays/IconShapeSquareOverlay/res/values/config.xml b/packages/overlays/IconShapeSquareOverlay/res/values/config.xml index 54623f5c9fb0..7b655557acea 100644 --- a/packages/overlays/IconShapeSquareOverlay/res/values/config.xml +++ b/packages/overlays/IconShapeSquareOverlay/res/values/config.xml @@ -21,6 +21,8 @@ <string name="config_icon_mask" translatable="false">"M50,0L100,0 100,100 0,100 0,0z"</string> <!-- Flag indicating whether round icons should be parsed from the application manifest. --> <bool name="config_useRoundIcon">false</bool> + <!-- Corner radius of system dialogs --> + <dimen name="config_dialogCornerRadius">0dp</dimen> </resources> |