mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
5222b6e3e6
Move ProgressWheel into the project proper, optimize the DL ListView And also remove android-iconify. Despite using icons (which is awesome) it didn't handle button highlight on click well, and the icons seemed a bit small anyways.
19 lines
844 B
XML
19 lines
844 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="ProgressWheel">
|
|
<attr name="text" format="string" />
|
|
<attr name="textColor" format="color" />
|
|
<attr name="textSize" format="dimension" />
|
|
<attr name="barColor" format="color" />
|
|
<attr name="rimColor" format="color" />
|
|
<attr name="rimWidth" format="dimension" />
|
|
<attr name="spinSpeed" format="dimension" />
|
|
<attr name="delayMillis" format="integer" />
|
|
<attr name="circleColor" format="color" />
|
|
<attr name="radius" format="dimension" />
|
|
<attr name="barWidth" format="dimension" />
|
|
<attr name="barLength" format="dimension" />
|
|
<attr name="contourColor" format="color"/>
|
|
<attr name="contourSize" format="dimension"/>
|
|
</declare-styleable>
|
|
</resources> |