Merge "Add custom attributes to DonutView."
This commit is contained in:
@@ -167,4 +167,12 @@
|
||||
<attr name="android:gravity" />
|
||||
</declare-styleable>
|
||||
|
||||
<!-- For DonutView -->
|
||||
<declare-styleable name="DonutView">
|
||||
<attr name="meterBackgroundColor" format="color" />
|
||||
<attr name="meterConsumedColor" format="color" />
|
||||
<attr name="applyColorAccent" format="boolean" />
|
||||
<attr name="showPercentString" format="boolean" />
|
||||
<attr name="thickness" format="dimension" />
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user