Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler committed Apr 27, 2023
2 parents 87773da + b54a59d commit 76ca2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ dependencies {

For the default options sheet use it as following:

OptionsSheet().show(context) {
OptionSheet().show(context) {
title("Text message")
with(
Option(R.drawable.ic_copy, "Copy"),
Expand Down Expand Up @@ -286,7 +286,7 @@ The `Duration` Sheet lets you pick a duration time in a specific format.
```gradle
dependencies {
...
implementation 'com.maxkeppeler.sheets:clock:<latest-version>'
implementation 'com.maxkeppeler.sheets:duration:<latest-version>'
}
```

Expand Down Expand Up @@ -724,7 +724,7 @@ The size and the appearance of the handle can be changed like this:
<item name="sheetsHandleWidth">42dp</item>
<item name="sheetsHandleHeight">4dp</item>

### OptionsSheet
### OptionSheet

Override appearance of selected options.

Expand Down

0 comments on commit 76ca2f0

Please sign in to comment.