Fixes #1691 - Site permissions' pages are not entirely visible

This commit is contained in:
kouroshydn 2019-04-17 20:20:46 +04:30 committed by Jeff Boek
parent 849764d23a
commit 130d85cf69
2 changed files with 10 additions and 5 deletions

View File

@ -2,11 +2,13 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="@dimen/radio_button_preference_vertical">
@ -49,3 +51,4 @@
<include layout="@layout/component_permissions_blocked_by_android"/>
</LinearLayout>
</ScrollView>

View File

@ -2,11 +2,13 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="@dimen/radio_button_preference_vertical">
@ -48,4 +50,4 @@
<include layout="@layout/component_permissions_blocked_by_android"/>
</LinearLayout>
</ScrollView>