fix pet feeding progress display

This commit is contained in:
Phillip Thelen 2016-04-25 14:53:36 +02:00
parent 66e02c599a
commit 47ceb276f8

View file

@ -27,6 +27,7 @@
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/trainedProgressBar" />
android:id="@+id/trainedProgressBar"
android:max="50" />
</LinearLayout>
</android.support.v7.widget.CardView>