Skip to content

Commit 3c3ea52

Browse files
authored
Merge pull request #11 from lostseaway/fix-typo-readme
Fix Text in readme
2 parents 758cc74 + 6ebdda4 commit 3c3ea52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ val drawable = DrawableBadge.Builder(context)
2525
```
2626
Apply to image view.
2727
``` kotlin
28-
imageViewBadge.setImageDrawable(drawable)
28+
imageViewBadge.setImageDrawable(drawable)
2929
```
3030

3131
## Customize
3232
- `drawableResId`: Drawable resource id to added badges.
3333
- `drawable`: Drawable to added badges.
34-
- `bitmap`: Bitmap to added badges.
34+
- `bitmap`: Bitmap to added badges.
3535
- `textColor`: Badge text color resource id, default `#FFFFFF`.
3636
- `badgeColor`: Badge color resource id , default `#FF0000`.
3737
- `badgeSize`: Badge size dimension id, default `16dp`.
3838
- `badgePosition`: Position of Badge which need to added. (`TOP_LEFT`, `TOP_RIGHT`, `BOTTOM_RIGHT`, `BOTTOM_LEFT`), default `TOP_RIGHT`.
39-
- `showBorder`: Set show/hide badge border, default `true`.
39+
- `showBorder`: Set visible of badge border, default `true`.
4040
- `badgeBorderColor`: Badge border color resource id , default `#FFFFFF`.
4141
- `badgeBorderSize`: Badge border size dimension id, default `0.5dp`.
4242
- `maximumCounter`: Maximum counter text will append with `+`, default and not more than `99`.
@@ -75,5 +75,5 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7575
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7676
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7777
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
78-
SOFTWARE.
78+
SOFTWARE.
7979
```

0 commit comments

Comments
 (0)