Browse Source

Release 0.7.1.0

Aidan Follestad 10 years ago
parent
commit
61647ee0d9
2 changed files with 9 additions and 1 deletions
  1. 9 1
      README.md
  2. BIN
      sample/sample.apk

+ 9 - 1
README.md

@@ -24,7 +24,7 @@ Easily reference the library in your Android projects using this dependency in y
 
 ```Gradle
 dependencies {
-    compile 'com.afollestad:material-dialogs:0.7.0.1'
+    compile 'com.afollestad:material-dialogs:0.7.1.0'
 }
 ```
 
@@ -830,6 +830,14 @@ dialogs. See the sample project for details.
 
 ---
 
+# Tint Helper
+
+You can use the `MDTintHelper` class to dynamically color check boxes, radio buttons, edit texts, and progress bars 
+(to get around not being able to change `styles.xml` at runtime). It is used in the library to dynamically color
+UI elements to match your set `widgetColor`.
+
+---
+
 # Misc
 
 If you don't want the dialog to automatically be dismissed when an action button is pressed or when

BIN
sample/sample.apk