Initial commit retro music app
This commit is contained in:
parent
ab332473bc
commit
fe890632fd
932 changed files with 83126 additions and 0 deletions
11
app/src/main/res/values/circular_image_view_attrs.xml
Normal file
11
app/src/main/res/values/circular_image_view_attrs.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="CircularImageView">
|
||||
<attr name="civ_border" format="boolean" />
|
||||
<attr name="civ_border_width" format="dimension" />
|
||||
<attr name="civ_border_color" format="color" />
|
||||
<attr name="civ_shadow" format="boolean" />
|
||||
<attr name="civ_shadow_color" format="color" />
|
||||
<attr name="civ_shadow_radius" format="float" />
|
||||
</declare-styleable>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue