aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-07 12:45:59 -0400
committerAllan Wang <me@allanwang.ca>2019-06-07 12:45:59 -0400
commitd377eca31a9c9623c525f181a32c588a31dc5737 (patch)
tree980a8acc2c53729352bb7649c4677cfb01fadefe /docs
parent5d86d9089697b152192b2786fbe0c708dd8b5e2b (diff)
downloadkau-d377eca31a9c9623c525f181a32c588a31dc5737.tar.gz
kau-d377eca31a9c9623c525f181a32c588a31dc5737.tar.bz2
kau-d377eca31a9c9623c525f181a32c588a31dc5737.zip
Update migration docs
Diffstat (limited to 'docs')
-rw-r--r--docs/Migration.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md
index 593056e..b8d5715 100644
--- a/docs/Migration.md
+++ b/docs/Migration.md
@@ -12,6 +12,9 @@ Please refer to [MD's documents](https://github.com/afollestad/material-dialogs/
Alongside such changes, `:colorpicker` is no longer as necessary. It exists mainly to provide an internal interface for other submodules.
+After Material Dialog 2.x, a decision was made to enforce theming through xml styles only to avoid reflection.
+As a result, options to supply custom dialog colors are now removed.
+
## Update ProgressAnimator
`ProgressAnimator` has been completely rewritten to be an extension of `ValueAnimator`.