Skip to content

Commit a69e25f

Browse files
authored
Vector Drawable
1 parent 7208f61 commit a69e25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TriangularCustomView
22
A Custom View to indicate multiple fragments with a triangular indicator.
33

4-
![](https://github.com/Jhuku/TriangularCustomView/blob/master/screenshot.gif)
4+
![](https://github.com/Jhuku/TriangularCustomView/blob/master/screensnap.gif)
55

66
# Usage
77

@@ -38,7 +38,7 @@ allprojects {
3838

3939
### Step 4: In your Activity create an array of image resoures
4040

41-
Create an array of image resources from the drawable preferably png icon files.
41+
Create an array of vector image resources from the drawable.
4242

4343
```
4444
mCustomView = (TriangularIndicator) findViewById(R.id.triangle);

0 commit comments

Comments
 (0)