|
1 | 1 | <?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" |
4 | 3 | android:layout_width="match_parent"
|
5 |
| - android:orientation="vertical"> |
| 4 | + android:layout_height="wrap_content"> |
6 | 5 |
|
7 |
| - <FrameLayout |
8 |
| - android:id="@+id/container_edit_text_preferences" |
| 6 | + <LinearLayout |
9 | 7 | android:layout_width="match_parent"
|
10 |
| - android:layout_height="wrap_content"> |
| 8 | + android:layout_height="wrap_content" |
| 9 | + android:orientation="vertical"> |
11 | 10 |
|
12 |
| - </FrameLayout> |
| 11 | + <FrameLayout |
| 12 | + android:id="@+id/container_edit_text_preferences" |
| 13 | + android:layout_width="match_parent" |
| 14 | + android:layout_height="wrap_content"> |
13 | 15 |
|
14 |
| - <View |
15 |
| - android:layout_width="match_parent" |
16 |
| - android:layout_height="@dimen/view_divider_height" |
17 |
| - android:background="@color/divider_color" /> |
| 16 | + </FrameLayout> |
18 | 17 |
|
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" /> |
23 | 22 |
|
24 |
| - </FrameLayout> |
| 23 | + <FrameLayout |
| 24 | + android:id="@+id/container_config_params" |
| 25 | + android:layout_width="match_parent" |
| 26 | + android:layout_height="wrap_content"> |
25 | 27 |
|
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> |
30 | 35 |
|
31 |
| -</LinearLayout> |
| 36 | +</android.support.v4.widget.NestedScrollView> |
32 | 37 |
|
0 commit comments