Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kora committed Mar 13, 2019
2 parents c68666f + 04f5520 commit a9498c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ How to install:

How to use this lib:

***In xml file***:
<nguyenngoctan44.io.uranashel_multirangecalendarview.UNMultiRangeCalendarView
android:id="@+id/calenderView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
***In class***:

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down

0 comments on commit a9498c2

Please sign in to comment.