FANGLH 8 лет назад
Родитель
Сommit
668ec14989
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      WeiChat/src/main/res/layout/personal_reg_activity.xml

+ 2 - 2
WeiChat/src/main/res/layout/personal_reg_activity.xml

@@ -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"