Added Android code
[wl-app.git] / Android / app / src / main / res / values / attrs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <declare-styleable name="ProgressRecyclerView">
4         <attr name="emptyText" format="string"/>
5     </declare-styleable>
6     <declare-styleable name="FiltersProgressFlowLayout">
7         <attr name="emptyLayoutText" format="string"/>
8     </declare-styleable>
9     <declare-styleable name="ProgressDownloadButton">
10         <attr name="text_initial" format="string"/>
11         <attr name="text_downloaded" format="string"/>
12         <attr name="text_color" format="color"/>
13         <attr name="text_inverted_color" format="color"/>
14         <attr name="text_size" format="dimension"/>
15         <attr name="border_size" format="dimension"/>
16         <attr name="corner_radius" format="dimension"/>
17         <attr name="drawable" format="integer" />
18     </declare-styleable>
19 </resources>