File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
customView/src/main/res/values Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments