Skip to content

Commit

Permalink
Fix broken image link
Browse files Browse the repository at this point in the history
Fixed the link for the image under implementation section.
  • Loading branch information
siyamed authored Jan 29, 2020
1 parent 7caa359 commit b8e2ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TextRoundedBackgroundKotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Depending on the position of the text, we need to draw four different drawables
* Text fits on 2 lines: we need drawables for the start and end of the text
* Text spans multiple lines: we need drawables for the start, middle and end of the text

<img src="../screenshots/lines.png" width="30%" />
<img src="../TextRoundedBackgroundKotlin/screenshots/lines.png" width="30%" />

The four drawables that need to be drawn depending on the position of the text:

Expand Down

0 comments on commit b8e2ed6

Please sign in to comment.