mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-09 18:48:51 -06:00
Minor UI changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user