|
|
@@ -2,7 +2,7 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- xmlns:whatever="http://schemas.android.com/tools"
|
|
|
+ xmlns:whatever="http://schemas.android.com/apk/res-auto"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@drawable/personalreg">
|
|
|
|
|
|
@@ -108,7 +108,7 @@
|
|
|
android:layout_width="@dimen/line"
|
|
|
android:layout_height="30dp"
|
|
|
android:background="@color/white"/>
|
|
|
- <com.andreabaccega.widget.FormEditText xmlns:editTextFormExample="http://schemas.android.com/apk/res-auto"
|
|
|
+ <com.andreabaccega.widget.FormEditText
|
|
|
android:id="@+id/name_et"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp"
|