Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
islandparadise14 committed Feb 23, 2020
2 parents 8a47468 + 19dd194 commit 80c5be4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,21 @@ add attribute 'setTwentyFourHourClock' (default: true)
```

![screenshot](./screenshot_7.png)


### Border Option
<img src="./screenshot_8.png" width="30%">
add attribute 'xEndLine'(blue), 'yEndLine'(red), 'border'(green)

(default: false)

```xml
<com.islandparadise14.mintable.MinTimeTableView
android:id="@+id/table"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:border="true"
app:xEndLine="true"
app:yEndLine="true" />
```

0 comments on commit 80c5be4

Please sign in to comment.