avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

TextAllCaps on buttons not working on API10 (with AppCompat) #118

Open imShara opened 9 years ago

imShara commented 9 years ago

textAllCaps added on API14+ but AppCompat provides its feature (mistake) at lower API versions. Although, it's not working in this library.

davidvavra commented 9 years ago

Good point, we will accept a pull request solving this.

imShara commented 9 years ago

I decieded to make myown lightweight material dialog compat lib and probably will make pull request, but not soon.

davidvavra commented 8 years ago

@imShara Any updates?