commit | 6f78e3c16b5a18a80fb216bff5a1e1d14fe4ffa4 | [log] [tgz] |
---|---|---|
author | Fabian Kozynski <kozynski@google.com> | Wed Oct 20 12:32:06 2021 -0400 |
committer | Fabian Kozynski <kozynski@google.com> | Wed Oct 20 12:32:06 2021 -0400 |
tree | 3b46af8832b8abc42a51c57dcb8f6f9e93f75359 | |
parent | 104ef43ddd06ac44655f72bc25072d26d768aa3d [diff] |
Make AlertDialog use specific styles per button As the buttons in an alert dialog are identified with Positive, Negative, Neutral, use the corresponding style attributes. That way, they can be styled independently. Style them independently in SystemUI. This allows for AlertDialog or SystemUIDialog created with the right theme to be able to use the default buttons with correct styling. Test: manual (AddUserDialog) Bug: 203666386 Change-Id: I4f292193bff5dec90f8dc229a9824d22075d5241