Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chihung93 authored Jun 12, 2017
1 parent 2113668 commit d63daaa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@ You can copy this module to import your project like this :
Don't forget add this line in layout

`xmlns:hnc="http://schemas.android.com/apk/res-auto"`
```
The Layout must be match_parent like this :
<com.hungnc.expandabletextview.ExpandableTextView
android:layout_width="match_parent"
android:id="@+id/expandableTextView"
android:layout_height="wrap_content"
.... />
```

# Use it in your layout xml.

Expand Down

0 comments on commit d63daaa

Please sign in to comment.