Skip to content

Commit c1914f5

Browse files
rob729jddeep
authored andcommitted
fix: settings landscape orientation
1 parent 9c80fa1 commit c1914f5

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed
Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,37 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:layout_height="wrap_content"
2+
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
43
android:layout_width="match_parent"
5-
android:orientation="vertical">
4+
android:layout_height="wrap_content">
65

7-
<FrameLayout
8-
android:id="@+id/container_edit_text_preferences"
6+
<LinearLayout
97
android:layout_width="match_parent"
10-
android:layout_height="wrap_content">
8+
android:layout_height="wrap_content"
9+
android:orientation="vertical">
1110

12-
</FrameLayout>
11+
<FrameLayout
12+
android:id="@+id/container_edit_text_preferences"
13+
android:layout_width="match_parent"
14+
android:layout_height="wrap_content">
1315

14-
<View
15-
android:layout_width="match_parent"
16-
android:layout_height="@dimen/view_divider_height"
17-
android:background="@color/divider_color" />
16+
</FrameLayout>
1817

19-
<FrameLayout
20-
android:id="@+id/container_config_params"
21-
android:layout_width="match_parent"
22-
android:layout_height="wrap_content">
18+
<View
19+
android:layout_width="match_parent"
20+
android:layout_height="@dimen/view_divider_height"
21+
android:background="@color/divider_color" />
2322

24-
</FrameLayout>
23+
<FrameLayout
24+
android:id="@+id/container_config_params"
25+
android:layout_width="match_parent"
26+
android:layout_height="wrap_content">
2527

26-
<View
27-
android:layout_width="match_parent"
28-
android:layout_height="@dimen/view_divider_height"
29-
android:background="@color/divider_color" />
28+
</FrameLayout>
29+
30+
<View
31+
android:layout_width="match_parent"
32+
android:layout_height="@dimen/view_divider_height"
33+
android:background="@color/divider_color" />
34+
</LinearLayout>
3035

31-
</LinearLayout>
36+
</android.support.v4.widget.NestedScrollView>
3237

0 commit comments

Comments
 (0)