@@ -20,32 +20,26 @@ Install-Package MaterialChipView
20
20
android : layout_height =" wrap_content"
21
21
app : mcv_chipText =" Chip Sample" />
22
22
```
23
- ![ alt text ] ( https://raw.githubusercontent.com/robertlevonyan/materialChipView/master/Images/sample.png )
23
+ ![ chip ] ( https://raw.githubusercontent.com/robertlevonyan/materialChipView/master/Images/chip.jpg )
24
24
25
25
### Cutomizing Chip
26
26
27
27
``` xml
28
28
app:mcv_closable="true"
29
29
```
30
- ![ alt text] ( https://raw.githubusercontent. com/robertlevonyan/materialChipView/master/Images/closable.png )
30
+ ![ alt text] ( https://github. com/robertlevonyan/materialChipView/blob/ master/Images/chip_closable.jpg )
31
31
32
32
``` xml
33
33
app:mcv_selectable="true"
34
34
```
35
- ![ alt text] ( https://raw.githubusercontent.com/robertlevonyan/materialChipView/master/Images/selectable.png )
36
-
37
- ``` xml
38
- app:mcv_hasIcon="true"
39
- app:mcv_chipIcon="@drawable/customIcon"
40
- ```
41
- ![ alt text] ( https://raw.githubusercontent.com/robertlevonyan/materialChipView/master/Images/hasIcon.png )
35
+ | ![ alt text] ( https://github.com/robertlevonyan/materialChipView/blob/master/Images/chip_selectable_0.jpg ) | ![ alt text] ( https://github.com/robertlevonyan/materialChipView/blob/master/Images/chip_selectable_1.jpg ) |
36
+ | ----------------------------------------------------------------------------------------------| -----------|
42
37
43
38
``` xml
44
39
app:mcv_hasIcon="true"
45
40
app:mcv_chipIcon="@drawable/customIcon"
46
- app:mcv_closable="true"
47
41
```
48
- ![ alt text] ( https://raw.githubusercontent. com/robertlevonyan/materialChipView/master/Images/hasIconClosable.png )
42
+ ![ alt text] ( https://github. com/robertlevonyan/materialChipView/raw/ master/Images/chip_icon.jpg )
49
43
50
44
``` xml
51
45
app:mcv_backgroundColor="@color/customChipBackgroundColor"
@@ -54,7 +48,7 @@ app:mcv_selectedBackgroundColor="@color/customSelectedChipColor"
54
48
app:mcv_textColor="@color/customTitleColor"
55
49
```
56
50
57
- | ![ alt text] ( https://raw.githubusercontent. com/robertlevonyan/materialChipView/master/Images/custom1.png ) | ![ alt text] ( https://raw.githubusercontent. com/robertlevonyan/materialChipView/master/Images/custom2.png ) |
51
+ | ![ alt text] ( https://github. com/robertlevonyan/materialChipView/raw/ master/Images/chip_cloud_0.jpg ) | ![ alt text] ( https://github. com/robertlevonyan/materialChipView/raw/ master/Images/chip_cloud_1.jpg ) |
58
52
| ----------------------------------------------------------------------------------------------| -----------|
59
53
60
54
### Attributes
0 commit comments