Skip to content

Commit cb35f74

Browse files
authored
Update readme
1 parent a2a7ca3 commit cb35f74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ You can create PopupDialogBuilder after creating any list. You can customize the
5252
Dialog dialog = new PopPopopDialogBuilder(activity_context)
5353
// Set list like as option1 or option2 or option3
5454
.setList(list)
55+
// or setList with initial position that like .setList(list,position)
5556
// Set dialog header color
5657
.setHeaderBackgroundColor(android.R.color.holo_blue_light)
5758
// Set dialog background color
@@ -98,7 +99,7 @@ Add it in your root build.gradle at the end of repositories:
9899
Add it in app build.gradle
99100
```
100101
dependencies {
101-
compile 'com.github.smhdk:KM-Popup-Image-Slider:v1.2.0'
102+
compile 'com.github.smhdk:KM-Popup-Image-Slider:v1.3.0'
102103
}
103104
```
104105

@@ -111,7 +112,7 @@ dependencies {
111112

112113
MIT License
113114

114-
Copyright (c) 2018 Semih Dik
115+
Copyright (c) 2019 Semih Dik
115116

116117
Permission is hereby granted, free of charge, to any person obtaining a copy
117118
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)