Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit c60f406

Browse files
authored
Update README.md
1 parent 49344c6 commit c60f406

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,26 @@ Install-Package MaterialChipView
2020
android:layout_height="wrap_content"
2121
app:mcv_chipText="Chip Sample" />
2222
```
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)
2424

2525
### Cutomizing Chip
2626

2727
```xml
2828
app:mcv_closable="true"
2929
```
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)
3131

3232
```xml
3333
app:mcv_selectable="true"
3434
```
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+
|----------------------------------------------------------------------------------------------|-----------|
4237

4338
```xml
4439
app:mcv_hasIcon="true"
4540
app:mcv_chipIcon="@drawable/customIcon"
46-
app:mcv_closable="true"
4741
```
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)
4943

5044
```xml
5145
app:mcv_backgroundColor="@color/customChipBackgroundColor"
@@ -54,7 +48,7 @@ app:mcv_selectedBackgroundColor="@color/customSelectedChipColor"
5448
app:mcv_textColor="@color/customTitleColor"
5549
```
5650

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)|
5852
|----------------------------------------------------------------------------------------------|-----------|
5953

6054
### Attributes

0 commit comments

Comments
 (0)