Skip to content

Commit a9d73e5

Browse files
authored
Merge branch 'open-pull' into backup
2 parents 1a88918 + ff96566 commit a9d73e5

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/src/main/res/values/colors.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

lib/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)