Subversion Repository Public Repository

Nextrek

Diff Revisions 658 vs 665 for /Android/SmartCharging/SmartCharging/app/src/main/res/layout/activity_register_locale.xml

Diff revisions: vs.
  @@ -190,6 +190,20 @@
190 190 android:maxLength="100" />
191 191 </android.support.design.widget.TextInputLayout>
192 192
193 +
194 + <!-- Email-->
195 + <android.support.design.widget.TextInputLayout
196 + android:id="@+id/to_text_input_layout"
197 + android:layout_width="match_parent"
198 + android:layout_height="wrap_content">
199 + <EditText
200 + android:layout_width="match_parent"
201 + android:layout_height="wrap_content"
202 + android:id="@+id/editText199"
203 + android:hint="@string/email_locale"
204 + android:singleLine="true"
205 + android:maxLength="100" />
206 + </android.support.design.widget.TextInputLayout>
193 207 <!-- DESCRIZIONE -->
194 208 <android.support.design.widget.TextInputLayout
195 209 android:id="@+id/to_text_input_layout"