|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | xmlns:tools="http://schemas.android.com/tools"
|
4 | 4 | android:layout_width="match_parent"
|
5 | 5 | android:layout_height="match_parent"
|
|
9 | 9 | android:paddingTop="@dimen/activity_vertical_margin"
|
10 | 10 | tools:context="com.example.werfish.praticeapp.DisplayUser">
|
11 | 11 |
|
12 |
| - <TextView |
13 |
| - android:layout_width="wrap_content" |
14 |
| - android:layout_height="wrap_content" |
15 |
| - android:id="@+id/Title" |
16 |
| - android:textSize="30dp" |
17 |
| - android:text="User Details" |
18 |
| - android:layout_alignParentTop="true" |
19 |
| - android:layout_centerHorizontal="true" /> |
20 |
| - |
21 | 12 | <LinearLayout
|
22 | 13 | android:orientation="vertical"
|
23 | 14 | android:layout_width="match_parent"
|
24 | 15 | android:layout_height="wrap_content"
|
25 |
| - android:layout_below="@+id/Title" |
26 | 16 | android:layout_alignParentStart="true"
|
27 | 17 | android:id="@+id/linearLayout">
|
28 | 18 |
|
| 19 | + <TextView |
| 20 | + android:layout_width="wrap_content" |
| 21 | + android:layout_height="wrap_content" |
| 22 | + android:id="@+id/Title" |
| 23 | + android:textSize="30dp" |
| 24 | + android:text="User Details" |
| 25 | + android:layout_alignParentTop="true" |
| 26 | + android:layout_centerHorizontal="true" |
| 27 | + android:layout_gravity="center_horizontal" /> |
| 28 | + |
29 | 29 | <LinearLayout
|
30 | 30 | android:orientation="horizontal"
|
31 | 31 | android:layout_width="match_parent"
|
|
217 | 217 |
|
218 | 218 | </LinearLayout>
|
219 | 219 |
|
220 |
| -</RelativeLayout> |
| 220 | +</ScrollView> |
0 commit comments