mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 04:09:03 +00:00
fix pet feeding progress display
This commit is contained in:
parent
66e02c599a
commit
47ceb276f8
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue