Aidan Follestad
|
f27dc7b7ac
More progress with tinted check box and radio button, not 100% working yet.
|
10 years ago |
Aidan Follestad
|
4b93e50c2d
Switched progressColor() to widgetColor(), it will apply to check boxes and radio buttons in choice lists. Added default light or dark theme detection based on Activity's primary text color. Completely redid the Theming section in the README.
|
10 years ago |
Kevin Barry
|
7c092d78de
Refactor padding to be more efficient
|
10 years ago |
Aidan Follestad
|
7a96180c7f
Title, content, and list item colors will be derived from system attributes by default. However this will currently cause issues if you use a dark dialog with a light activity theme, or vice versa.
|
10 years ago |
Aidan Follestad
|
1c98f4ff4c
Items gravity should be 100% functional
|
10 years ago |
Aidan Follestad
|
3d867ced1c
Progress with item gravity and new global theme attributes for Gravity. Not done yet, have to add to README too.
|
10 years ago |
Aidan Follestad
|
922635f977
Used ResourcesCompat and suppressions to satisfy various Lint issues.
|
10 years ago |
Aidan Follestad
|
9720264ee2
Distributed different dialog types among different layouts, along with distributing re-used components to included layouts. Highly increases efficiency and speed, and decreases manual padding/margin logic. Resolves #368.
|
10 years ago |