Browse Source

Release 0.5.3.

Aidan Follestad 10 years ago
parent
commit
ec79fa1355
2 changed files with 2 additions and 0 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 0
      README.md

+ 1 - 0
CHANGELOG.md

@@ -4,6 +4,7 @@
 
 > 1. Global theming attributes for dialog background color and divider color. See the (Global Theming section)[https://github.com/afollestad/material-dialogs#global-theming].
 > 2. Lots and lots of improvements for RTL support! This includes the title, list content, and action buttons in RTL layout mode (API 17 and above only).
+>       These changes mean the action buttons are no longer actual `Button` instances, they're text views wrapped in frame layouts in order to make gravity work correctly.
 > 3. Other bug fixes.
 
 ###### Version 0.5.1 - 0.5.2

+ 1 - 0
README.md

@@ -12,6 +12,7 @@ For the full history, see the [Changelog](https://github.com/afollestad/material
 
 > 1. Global theming attributes for dialog background color and divider color. See the (Global Theming section)[https://github.com/afollestad/material-dialogs#global-theming].
 > 2. Lots and lots of improvements for RTL support! This includes the title, list content, and action buttons in RTL layout mode (API 17 and above only).
+>       These changes mean the action buttons are no longer actual `Button` instances, they're text views wrapped in frame layouts in order to make gravity work correctly.
 > 3. Other bug fixes.
 
 ###### Version 0.5.1 - 0.5.2