From 47ceb276f8671535ee37f100a93b4398fd1bdf2a Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 25 Apr 2016 14:53:36 +0200 Subject: [PATCH] fix pet feeding progress display --- Habitica/res/layout/pet_detail_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Habitica/res/layout/pet_detail_item.xml b/Habitica/res/layout/pet_detail_item.xml index e7bcd000b..30727402f 100644 --- a/Habitica/res/layout/pet_detail_item.xml +++ b/Habitica/res/layout/pet_detail_item.xml @@ -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" /> \ No newline at end of file