mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Add tests for HabitScoreView
This commit is contained in:
@@ -76,6 +76,12 @@ public class HabitScoreView extends ScrollableDataView implements HabitDataView
|
||||
private int bucketSize = 7;
|
||||
private int footerHeight;
|
||||
|
||||
public HabitScoreView(Context context)
|
||||
{
|
||||
super(context);
|
||||
init();
|
||||
}
|
||||
|
||||
public HabitScoreView(Context context, AttributeSet attrs)
|
||||
{
|
||||
super(context, attrs);
|
||||
|
||||
Reference in New Issue
Block a user