LinearLayout should use 'layout_height="wrap_content"'
This commit is contained in:
parent
249bf9bc18
commit
214d651735
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue