Skip to content

Commit e39b039

Browse files
author
ivan.navas
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 1c574cf + f5e1379 commit e39b039

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

MaterialDesign/res/values/attributes.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<declare-styleable name="CustomAttributes">
3+
4+
<declare-styleable name="CustomAttributes">
45

56
<!-- Color of ripple animation -->
67
<attr name="rippleColor" format="color|reference" />
@@ -18,7 +19,7 @@
1819
<attr name="progress" format="integer" />
1920
<attr name="ringWidth" format="dimension" />
2021
<!-- in switche's view indicate state of view -->
21-
<attr name="checked" format="boolean" />
22+
<attr name="check" format="boolean" />
2223
<attr name="checkBoxSize" format="dimension" />
2324
<attr name="thumbSize" format="dimension" />
2425
<!-- in float button indicate icon resource -->
@@ -33,4 +34,4 @@
3334
<attr name="clickAfterRipple" format="boolean" />
3435
</declare-styleable>
3536

36-
</resources>
37+
</resources>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
}
3939

4040
dependencies {
41-
compile(group: 'com.github.navasmdc', name: 'MaterialDesign', version: '1.0', ext: 'aar')
41+
compile 'com.github.navasmdc:MaterialDesign:1.+@aar'
4242
}
4343
```
4444

0 commit comments

Comments
 (0)