Skip to content

Commit

Permalink
Merge pull request #6 from johnjohndoe/patch-1
Browse files Browse the repository at this point in the history
docs: enable syntax highlighting for code snippets
  • Loading branch information
Manabu-GT committed Dec 11, 2014
2 parents 847deb1 + d724252 commit da1229b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Setup
The library is pushed to Maven Central as an AAR,
so you just need to add the followings to your ***build.gradle*** file:

```
```groovy
dependencies {
compile 'com.ms-square:expandableTextView:0.1.2'
Expand Down Expand Up @@ -49,7 +49,7 @@ of the ExpandableTextView.
* `collapseDrawable`
Customize a drawable set to ImageButton to collapse the TextView

```
```xml
<!-- sample xml -->
<com.ms.square.android.expandabletextview.ExpandableTextView
xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down

0 comments on commit da1229b

Please sign in to comment.