mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-04 23:34:48 -04:00
Various cleanups
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.
This commit is contained in:
19
MinimalBible/res/values/attrs.xml
Normal file
19
MinimalBible/res/values/attrs.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?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>
|
Reference in New Issue
Block a user