LinearLayout should use 'layout_height="wrap_content"'

This commit is contained in:
Martin Fietz 2018-01-10 23:23:22 +01:00
parent 249bf9bc18
commit 214d651735
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
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"
android:paddingTop="8dp"
android:paddingLeft="16dp"