1 <?xml version="1.0" encoding="utf-8"?>
3 <declare-styleable name="ProgressRecyclerView">
4 <attr name="emptyText" format="string"/>
6 <declare-styleable name="FiltersProgressFlowLayout">
7 <attr name="emptyLayoutText" format="string"/>
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" />