diff --git a/README.md b/README.md index ff7a168..2e8814e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library adds two custom widgets that adhere to the Material Design definiti `compile 'com.anthonymandra:ToggleButtons:1.1.0'`
You can use ToggleGroup
much like you would a RadioGroup
and fill it with ToggleButton
, or anything extending CompoundButton
. See the Sample for examples.
CompoundButton
, or the old android ToggleButton
+When no text is present they will use a custom draw that allows proper image alignment. When text is present they will behave like a traditional CompoundButton
, or the old android ToggleButton
.