We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7208f61 commit a69e25fCopy full SHA for a69e25f
README.md
@@ -1,7 +1,7 @@
1
# TriangularCustomView
2
A Custom View to indicate multiple fragments with a triangular indicator.
3
4
-
+
5
6
# Usage
7
@@ -38,7 +38,7 @@ allprojects {
38
39
### Step 4: In your Activity create an array of image resoures
40
41
-Create an array of image resources from the drawable preferably png icon files.
+Create an array of vector image resources from the drawable.
42
43
```
44
mCustomView = (TriangularIndicator) findViewById(R.id.triangle);
0 commit comments