Add minTickWidth for the bar chart

At jsharkey's request.

Change-Id: Ic489e534fe793fc7ec3fd2bedc5bb256be99daec
This commit is contained in:
Kenny Root
2010-12-17 11:57:14 -08:00
parent e4330890d6
commit 42a92e83a1
3 changed files with 12 additions and 18 deletions

View File

@@ -46,5 +46,7 @@
<declare-styleable name="PercentageBarChart">
<!-- Background color -->
<attr name="emptyColor" format="color" />
<!-- Minimum tick width for each slice in the bar chart. -->
<attr name="minTickWidth" format="dimension" />
</declare-styleable>
</resources>