Use dynamic number of streaks on widget

This commit is contained in:
2016-07-17 08:28:19 -04:00
parent 33596a2797
commit 35e93fddc6
4 changed files with 44 additions and 31 deletions

View File

@@ -27,5 +27,5 @@
<org.isoron.uhabits.ui.common.views.StreakChart
android:id="@+id/streakChart"
android:layout_width="match_parent"
android:layout_height="200dp"/>
android:layout_height="wrap_content"/>
</merge>