|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<FrameLayout |
3 |
| - xmlns:android="http://schemas.android.com/apk/res/android" |
4 |
| - xmlns:app="http://schemas.android.com/apk/res-auto" |
| 2 | +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
5 | 3 | xmlns:tools="http://schemas.android.com/tools"
|
6 | 4 | android:layout_width="match_parent"
|
7 | 5 | android:layout_height="wrap_content"
|
8 |
| - android:paddingBottom="@dimen/md_dialog_frame_margin_vertical_less" |
9 | 6 | android:paddingLeft="@dimen/md_dialog_frame_margin_horizontal"
|
10 | 7 | android:paddingRight="@dimen/md_dialog_frame_margin_horizontal"
|
11 |
| - > |
| 8 | + android:paddingBottom="@dimen/md_dialog_frame_margin_vertical_less"> |
12 | 9 |
|
13 |
| - <com.google.android.material.textfield.TextInputLayout |
14 |
| - android:id="@+id/md_input_layout" |
15 |
| - app:hintEnabled="false" |
16 |
| - style="@style/MD_Dialog_Input_Layout" |
17 |
| - > |
18 |
| - <com.google.android.material.textfield.TextInputEditText |
19 |
| - android:id="@+id/md_input_message" |
20 |
| - tools:text="Hello, World!" |
21 |
| - style="@style/MD_Dialog_Input_Layout.Message" |
22 |
| - /> |
23 |
| - </com.google.android.material.textfield.TextInputLayout> |
| 10 | + <com.google.android.material.textfield.TextInputLayout |
| 11 | + android:id="@+id/md_input_layout" |
| 12 | + android:layout_width="match_parent" |
| 13 | + android:layout_height="wrap_content"> |
| 14 | + |
| 15 | + <com.google.android.material.textfield.TextInputEditText |
| 16 | + android:id="@+id/md_input_message" |
| 17 | + android:layout_width="match_parent" |
| 18 | + android:layout_height="wrap_content" |
| 19 | + tools:text="Hello, World!" /> |
| 20 | + </com.google.android.material.textfield.TextInputLayout> |
24 | 21 |
|
25 | 22 | </FrameLayout>
|
0 commit comments