Fix layout height in collar list item

This commit is contained in:
Danila Fedorin 2020-02-01 21:40:25 -08:00
parent c3657e5065
commit 5b0bb1e862
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView