Skip to content

Commit e6863f5

Browse files
Update readme
1 parent 2d70ac8 commit e6863f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
```
2222

2323
```kotlin
24-
implementation("run.nabla:gallery-picker:1.2.0")
24+
implementation("run.nabla:gallery-picker:1.3.0")
2525
```
2626

2727
## Screenshots
@@ -68,10 +68,15 @@ SideEffect {
6868
pickPhotoLauncher.launch(
6969
GalleryRequest.Builder()
7070
.setTitle("Pick one")
71+
.setFontFamily(R.font.open_sans)
7172
.setTitleSize(25)
7273
.setBackgroundColor(Color.White.value.toLong())
7374
.setTitleColor(Color.Black.value.toLong())
7475
.showExitAction(false)
76+
.setItemsRoundedCornerSize(5)
77+
.setGridColumns(3)
78+
.setPermissionTitle("Access to your photos")
79+
.setPermissionSecondaryActionTitle("Cancel")
7580
.build()
7681
)
7782
}

0 commit comments

Comments
 (0)