plusCubed
|
e694d4096f
Fix input dialog tinting and text handler color
|
10 years ago |
plusCubed
|
a9ba7525cd
Material background on all Android versions, MD widgets deleted and methods moved into MDTintHelper;
|
10 years ago |
Aidan Follestad
|
4e64d810ec
Removed unused variable, fixed light theme on Gingerbread for #410
|
10 years ago |
Aidan Follestad
|
99571a5f74
Internal cancel and dismiss listeners no longer needed for input dialog. Avoids crashes in support DialogFragments too.
|
10 years ago |
Aidan Follestad
|
048308fced
More internal dialog theming fixes, removed unused method.
|
10 years ago |
Aidan Follestad
|
758648472c
Input dialogs no longer override onShow, onCancel, and onDismiss listeners. Also made the internal setter methods in DialogBase protected, and moved DialogBase to a private base package class.
|
10 years ago |
Aidan Follestad
|
f2bb36d5b7
Fixed custom view inflate context
|
10 years ago |
Aidan Follestad
|
0f6dbba34a
Switched uses of getContext() to custom getThemedContext() which returns themed wrapper
|
10 years ago |
Aidan Follestad
|
c58b6a59e7
customView(View) will use themed context for inflation too
|
10 years ago |
Aidan Follestad
|
e109a67d0a
More theming fixes (hopefully)
|
10 years ago |
Aidan Follestad
|
33a4006041
Dialog custom view theme issues should be fixed?
|
10 years ago |
Aidan Follestad
|
99417f4a07
MDEditText is used by input dialogs to dynamically color it based on widgetColor
|
10 years ago |
Aidan Follestad
|
1ccca94bd0
Added built in input dialog
|
10 years ago |
Aidan Follestad
|
02c71b6019
Progress bars will use Lollpop's button tint list, or color filters below. Check boxes and radio buttons will use button tint list on Lollipop MR1 and above, color filters don't work below. Added yet more useful info the README.
|
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
|
db3464faf3
Decreased title size to 18sp, slightly decreased default content line spacing
|
10 years ago |
Aidan Follestad
|
8633fc1661
When using system attributes for title and content color, it will automatically use inverse if needed (e.g. if dialog theme is light and activity theme is dark)
|
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
|
92eac3e554
Added progressColor(), progressColorRes(), and progressColorAttr() to the Builder, along with a md_progress_color global theme attribute.
|
10 years ago |
Aidan Follestad
|
cfa17895d4
Updates
|
10 years ago |
Aidan Follestad
|
67b941c1de
Added getTitleView() and getContentView(), removed getTitleFrame()
|
10 years ago |
Aidan Follestad
|
7278bd3d6d
Updates
|
10 years ago |
Aidan Follestad
|
4d7b7c5af7
Fixed button stacking algorithm, resolves #389
|
10 years ago |
Aidan Follestad
|
a261b81e7b
Dialog should respect textAllCaps attribute in your Activity's styles.xml for dialog action buttons
|
10 years ago |
Aidan Follestad
|
1c98f4ff4c
Items gravity should be 100% functional
|
10 years ago |
Aidan Follestad
|
e7b3a3d90f
Added buttonsGravity() Builder method and md_buttons_gravity global theming attribute.
|
10 years ago |
Aidan Follestad
|
38fc21b825
4 global theming gravity attributes have been verified to work. Will be in next release.
|
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
|
d4476047ae
Cleanup
|
10 years ago |