|
41 | 41 | android:layout_height="wrap_content"
|
42 | 42 | android:orientation="vertical">
|
43 | 43 |
|
44 |
| - <com.google.android.material.textfield.TextInputLayout |
45 |
| - android:id="@+id/name_text_input_layout_customize_comment_filter_activity" |
| 44 | + <com.google.android.material.card.MaterialCardView |
| 45 | + android:id="@+id/name_card_view_customize_post_filter_activity" |
| 46 | + style="?attr/materialCardViewFilledStyle" |
46 | 47 | android:layout_width="match_parent"
|
47 | 48 | android:layout_height="wrap_content"
|
48 |
| - android:paddingTop="8dp" |
49 |
| - android:paddingBottom="8dp" |
50 |
| - android:paddingStart="16dp" |
51 |
| - android:paddingEnd="16dp" |
52 |
| - style="@style/Widget.Material3.TextInputLayout.OutlinedBox"> |
53 |
| - |
54 |
| - <com.google.android.material.textfield.TextInputEditText |
55 |
| - android:id="@+id/name_text_input_edit_text_customize_comment_filter_activity" |
| 49 | + android:layout_marginStart="16dp" |
| 50 | + android:layout_marginTop="8dp" |
| 51 | + android:layout_marginEnd="16dp" |
| 52 | + android:layout_marginBottom="8dp" |
| 53 | + app:cardCornerRadius="12dp"> |
| 54 | + |
| 55 | + <LinearLayout |
56 | 56 | android:layout_width="match_parent"
|
57 | 57 | android:layout_height="wrap_content"
|
58 |
| - android:fontFamily="?attr/font_family" |
59 |
| - android:textSize="?attr/font_default" |
60 |
| - android:hint="@string/comment_filter_name_hint" |
61 |
| - android:maxLines="10" /> |
| 58 | + android:orientation="vertical"> |
| 59 | + |
| 60 | + <TextView |
| 61 | + android:id="@+id/name_explanation_text_view_customize_post_filter_activity" |
| 62 | + android:layout_width="match_parent" |
| 63 | + android:layout_height="wrap_content" |
| 64 | + android:fontFamily="?attr/font_family" |
| 65 | + android:paddingStart="16dp" |
| 66 | + android:paddingTop="8dp" |
| 67 | + android:paddingEnd="16dp" |
| 68 | + android:paddingBottom="8dp" |
| 69 | + android:text="@string/comment_filter_name_explanation" |
| 70 | + android:textColor="?attr/primaryTextColor" |
| 71 | + android:textSize="?attr/font_default" /> |
62 | 72 |
|
63 |
| - </com.google.android.material.textfield.TextInputLayout> |
| 73 | + <com.google.android.material.textfield.TextInputLayout |
| 74 | + android:id="@+id/name_text_input_layout_customize_comment_filter_activity" |
| 75 | + android:layout_width="match_parent" |
| 76 | + android:layout_height="wrap_content" |
| 77 | + android:paddingTop="8dp" |
| 78 | + android:paddingBottom="16dp" |
| 79 | + android:paddingStart="16dp" |
| 80 | + android:paddingEnd="16dp" |
| 81 | + style="@style/Widget.Material3.TextInputLayout.OutlinedBox"> |
| 82 | + |
| 83 | + <com.google.android.material.textfield.TextInputEditText |
| 84 | + android:id="@+id/name_text_input_edit_text_customize_comment_filter_activity" |
| 85 | + android:layout_width="match_parent" |
| 86 | + android:layout_height="wrap_content" |
| 87 | + android:fontFamily="?attr/font_family" |
| 88 | + android:textSize="?attr/font_default" |
| 89 | + android:hint="@string/comment_filter_name_hint" |
| 90 | + android:maxLines="10" /> |
| 91 | + |
| 92 | + </com.google.android.material.textfield.TextInputLayout> |
| 93 | + |
| 94 | + </LinearLayout> |
| 95 | + |
| 96 | + </com.google.android.material.card.MaterialCardView> |
64 | 97 |
|
65 | 98 | <com.google.android.material.card.MaterialCardView
|
66 | 99 | android:id="@+id/display_mode_card_view_customize_post_filter_activity"
|
|
0 commit comments