|
1 | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
2 |
| -<LinearLayout |
3 |
| - xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 3 | android:layout_width="match_parent"
|
5 | 4 | android:layout_height="wrap_content"
|
6 | 5 | android:layout_marginHorizontal="@dimen/item_margin_horizontal"
|
7 | 6 | android:layout_marginVertical="@dimen/item_margin_vertical"
|
8 |
| - android:orientation="vertical" |
9 |
| - > |
| 7 | + android:orientation="vertical"> |
10 | 8 |
|
11 | 9 | <com.google.android.fhir.datacapture.views.HeaderView
|
12 | 10 | android:id="@+id/header"
|
13 | 11 | android:layout_width="match_parent"
|
14 |
| - android:layout_height="wrap_content" |
15 |
| - /> |
| 12 | + android:layout_height="wrap_content" /> |
16 | 13 |
|
17 | 14 | <com.google.android.fhir.datacapture.views.MediaView
|
18 | 15 | android:id="@+id/item_media"
|
19 | 16 | android:layout_width="match_parent"
|
20 |
| - android:layout_height="wrap_content" |
21 |
| - /> |
| 17 | + android:layout_height="wrap_content" /> |
22 | 18 |
|
23 | 19 | <LinearLayout
|
24 | 20 | android:layout_width="match_parent"
|
25 | 21 | android:layout_height="wrap_content"
|
26 |
| - android:orientation="vertical" |
27 |
| - > |
| 22 | + android:orientation="vertical"> |
28 | 23 |
|
29 | 24 | <com.google.android.material.textfield.TextInputLayout
|
30 | 25 | android:id="@+id/password_input_layout"
|
31 | 26 | style="?attr/questionnaireTextInputLayoutStyle"
|
32 | 27 | android:layout_width="match_parent"
|
33 |
| - android:layout_height="wrap_content" |
34 |
| - > |
| 28 | + android:layout_height="wrap_content"> |
| 29 | + |
35 | 30 | <com.google.android.material.textfield.TextInputEditText
|
36 | 31 | android:id="@+id/password_edit_text"
|
37 | 32 | style="?attr/questionnaireTextInputEditTextStyle"
|
38 | 33 | android:layout_width="match_parent"
|
39 | 34 | android:layout_height="wrap_content"
|
40 |
| - android:maxLines="1" |
41 | 35 | android:inputType="textPassword"
|
42 |
| - /> |
| 36 | + android:maxLines="1" /> |
43 | 37 | </com.google.android.material.textfield.TextInputLayout>
|
44 | 38 | </LinearLayout>
|
45 | 39 |
|
|
0 commit comments