Skip to content

Commit 21d8ba8

Browse files
author
Shaon
committed
Merge branch 'master' of https://github.com/shaon2016/ProListDialog into master
2 parents 6cfd342 + 2f6471c commit 21d8ba8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,14 @@ From Java
5656
})
5757
.show();
5858
```
59+
60+
Change dialog title color
61+
62+
```
63+
title("Title", ContextCompat.getColor(context, R.color.colorPrimaryDark))
64+
```
65+
66+
Change negative button color
67+
```
68+
negativeButton(textColor = resources.getColor(R.color.colorAccent))
69+
```

0 commit comments

Comments
 (0)