From d724252c2bc85e511b7bc09f61dc1445706a9814 Mon Sep 17 00:00:00 2001 From: Tobias Preuss Date: Thu, 11 Dec 2014 17:18:51 +0100 Subject: [PATCH] Enable syntax highlighting for code snippets. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfd932e..f94b504 100644 --- a/README.md +++ b/README.md @@ -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' @@ -49,7 +49,7 @@ of the ExpandableTextView. * `collapseDrawable` Customize a drawable set to ImageButton to collapse the TextView -``` +```xml