mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Set layout weight so checkbox is visible.
This commit is contained in:
@@ -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"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user