Add tests for HabitScoreView

This commit is contained in:
2016-03-30 19:46:37 -04:00
parent 20469789ea
commit 96c6a97ad0
7 changed files with 102 additions and 0 deletions

View File

@@ -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);