Fix lint issue: ScrollView size validation

This commit is contained in:
maskara 2017-03-10 23:28:00 +05:30
parent da3895342b
commit 6df9ee272f
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:layout_margin="16dp" android:layout_margin="16dp"
android:gravity="center" android:gravity="center"

View file

@ -43,7 +43,7 @@
<LinearLayout <LinearLayout
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
> >
<!-- Placeholder. Height gets set at runtime based on container size; the initial value is a hack to keep <!-- Placeholder. Height gets set at runtime based on container size; the initial value is a hack to keep