Skip to content

Commit 24f6e29

Browse files
author
Ankit Kumar
committed
attrs
1 parent c4f6c99 commit 24f6e29

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
<declare-styleable name="ParentStyleable">
34

5+
<!-- Gradient start and end color -->
6+
<attr name="start_color" format="color" />
7+
<attr name="end_color" format="color" />
8+
<attr name="background_color" format="color" />
9+
10+
<!-- stroke / border attrs i.e., width, color, radius -->
11+
<attr name="stroke_width" format="dimension" />
12+
<attr name="stroke_color" format="color" />
13+
14+
<attr name="corner_radius" format="dimension" />
15+
<attr name="background_circular" format="boolean" />
16+
17+
<!-- for ripple effect -->
18+
<attr name="ripple_color" format="color" />
19+
<attr name="mask_color" format="color" />
20+
<attr name="show_ripple" format="boolean" />
21+
</declare-styleable>
422
</resources>

0 commit comments

Comments
 (0)