|
61 | 61 | android:layout_height="wrap_content"
|
62 | 62 | android:hint="@string/text_app_name">
|
63 | 63 |
|
64 |
| - <android.support.v7.widget.AppCompatEditText |
| 64 | + <androidx.appcompat.widget.AppCompatEditText |
65 | 65 | android:id="@+id/app_name"
|
66 | 66 | android:layout_width="match_parent"
|
67 | 67 | android:layout_height="wrap_content"/>
|
|
73 | 73 | android:layout_marginTop="12dp"
|
74 | 74 | android:hint="@string/text_package_name">
|
75 | 75 |
|
76 |
| - <android.support.v7.widget.AppCompatEditText |
| 76 | + <androidx.appcompat.widget.AppCompatEditText |
77 | 77 | android:id="@+id/package_name"
|
78 | 78 | android:layout_width="match_parent"
|
79 | 79 | android:layout_height="wrap_content"
|
|
97 | 97 | android:layout_marginTop="12dp"
|
98 | 98 | android:hint="@string/text_version_name">
|
99 | 99 |
|
100 |
| - <android.support.v7.widget.AppCompatEditText |
| 100 | + <androidx.appcompat.widget.AppCompatEditText |
101 | 101 | android:id="@+id/version_name"
|
102 | 102 | android:layout_width="match_parent"
|
103 | 103 | android:layout_height="wrap_content"
|
|
111 | 111 | android:layout_marginTop="12dp"
|
112 | 112 | android:hint="@string/text_version_code">
|
113 | 113 |
|
114 |
| - <android.support.v7.widget.AppCompatEditText |
| 114 | + <androidx.appcompat.widget.AppCompatEditText |
115 | 115 | android:id="@+id/version_code"
|
116 | 116 | android:layout_width="match_parent"
|
117 | 117 | android:layout_height="wrap_content"
|
|
153 | 153 | android:layout_height="wrap_content"
|
154 | 154 | android:hint="@string/text_project_location">
|
155 | 155 |
|
156 |
| - <android.support.v7.widget.AppCompatEditText |
| 156 | + <androidx.appcompat.widget.AppCompatEditText |
157 | 157 | android:id="@+id/project_location"
|
158 | 158 | android:layout_width="match_parent"
|
159 | 159 | android:layout_height="wrap_content"
|
|
192 | 192 | android:layout_height="wrap_content"
|
193 | 193 | android:hint="@string/text_main_file_name">
|
194 | 194 |
|
195 |
| - <android.support.v7.widget.AppCompatEditText |
| 195 | + <androidx.appcompat.widget.AppCompatEditText |
196 | 196 | android:id="@+id/main_file_name"
|
197 | 197 | android:layout_width="match_parent"
|
198 | 198 | android:layout_height="wrap_content"
|
|
0 commit comments