Bug 1241941 - [Lint: ScrollViewSize] Fix ScrollView size validation error. r=mcomella

This commit is contained in:
malayaleecoder 2016-03-02 10:32:38 +05:30
parent e115d61508
commit b66c6504fa
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
android:fillViewport="true">
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/firstrun_min_height"
android:background="@color/about_page_header_grey"
android:gravity="center_horizontal"

View File

@ -11,7 +11,7 @@
android:fillViewport="true">
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/firstrun_min_height"
android:background="@color/about_page_header_grey"
android:gravity="center_horizontal"

View File

@ -11,7 +11,7 @@
android:fillViewport="true">
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:minHeight="248dp"
android:background="@color/android:white"
android:gravity="center_horizontal"