File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,6 +266,8 @@ You can Customize your dialog UI. [**ReadMore**](https://github.com/gzeinnumer/M
266266 - Add animation and set custom animation show
267267- ** 2.0.5**
268268 - Bug Fixing
269+ - ** 2.0.6**
270+ - Color
269271- ** 2.0.7**
270272 - Bug Fixing
271273
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <color name =" colorPrimary" >#6200EE </color >
4- <color name =" colorPrimaryDark" >#3700B3 </color >
5- <color name =" colorAccent" >#03DAC5 </color >
3+ <color name =" colorPrimary" >?attr/colorPrimary </color >
4+ <color name =" colorPrimaryDark" >?attr/colorPrimaryDark </color >
5+ <color name =" colorAccent" >?attr/colorAccent </color >
66 <color name =" divider" >#DCDCDC</color >
77 <color name =" grey_dark" >#A9A9A9</color >
88
Original file line number Diff line number Diff line change 11<resources >
2- <string name =" app_name" >MyLibDialog </string >
2+ <string name =" app_name" >MyLibSearchViewDialog </string >
33 <!-- TODO: Remove or change this placeholder text -->
44 <string name =" hello_blank_fragment" >Hello blank fragment</string >
55 <string name =" title_dialog" >Title</string >
You can’t perform that action at this time.
0 commit comments