We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7568b00 commit 98a70c2Copy full SHA for 98a70c2
res/values/attrs.xml
@@ -2,6 +2,7 @@
2
<resources>
3
4
<declare-styleable name="SVGImageView">
5
+ <!-- Location of the SVG document. -->
6
<attr name="svg" format="reference|string"/>
7
</declare-styleable>
8
src/com/caverock/androidsvg/SVGImageView.java
@@ -38,7 +38,7 @@
38
* In its present form it has one significant limitation. It uses the {@link SVG#renderToPicture()}
39
* method. That means that SVG documents that use {@code <mask>} elements will not display correctly.
40
*
41
- * @attr name ImageView_svg
+ * @attr ref R.styleable#SVGImageView_svg
42
*/
43
public class SVGImageView extends ImageView
44
{
0 commit comments