Set layout weight so checkbox is visible.

This commit is contained in:
akwizgran
2018-01-16 14:00:59 +00:00
parent fcbf6dfb7f
commit 5a1651d483

View File

@@ -7,7 +7,8 @@
<ScrollView <ScrollView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:layout_weight="1">
<TextView <TextView
android:id="@+id/screen_filter_message" android:id="@+id/screen_filter_message"
@@ -20,6 +21,7 @@
android:id="@+id/screen_filter_checkbox" android:id="@+id/screen_filter_checkbox"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0"
android:layout_marginTop="@dimen/margin_large" android:layout_marginTop="@dimen/margin_large"
android:text="@string/screen_filter_allow"/> android:text="@string/screen_filter_allow"/>