Cleanup unused resources

This commit is contained in:
ztimms73
2021-06-17 09:54:28 +03:00
parent b293e9f370
commit f4f367850e
30 changed files with 5 additions and 201 deletions

View File

@@ -13,16 +13,6 @@
<attr name="android:orientation" />
</declare-styleable>
<!--CircleImageView attrs-->
<declare-styleable name="CircleImageView">
<attr name="civ_border_width" format="dimension" />
<attr name="civ_border_color" format="color" />
<attr name="civ_border_overlay" format="boolean" />
<attr name="civ_fill_color" format="color" />
<attr name="civ_circle_background_color" format="color" />
</declare-styleable>
<!--SearchView attrs-->
<declare-styleable name="MaterialSearchView">
@@ -48,12 +38,4 @@
<attr name="android:inputType" />
</declare-styleable>
<!--ExpandableTextView attrs-->
<declare-styleable name="ExpandableTextView">
<attr name="expanded" format="boolean"/>
<attr name="expand_enabled" format="boolean"/>
<attr name="collapse_lines" format="integer"/>
</declare-styleable>
</resources>