Minor UI changes

This commit is contained in:
2016-04-29 07:55:45 -04:00
parent 7be71ba4f8
commit d9d48ff984
3 changed files with 2 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ public class ListHabitsHelper
ring.setColor(activeColor);
ring.setPercentage(percentage);
ring.setPrecision(0.2f);
ring.setPrecision(1.0f / 16);
}
public void updateCheckmark(int activeColor, TextView tvCheck, int check)