莫名其妙的东西又增加了
This commit is contained in:
@@ -88,18 +88,6 @@
|
||||
android:textSize="16sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/change_type"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/dp40"
|
||||
android:layout_below="@id/invcode_et"
|
||||
android:layout_alignRight="@id/pass_et"
|
||||
android:layout_marginRight="@dimen/dp10"
|
||||
android:gravity="center_vertical"
|
||||
android:text="Register"
|
||||
android:textColor="#ffe12d48"
|
||||
android:textSize="16sp"
|
||||
android:visibility="visible" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/login_bt"
|
||||
@@ -107,22 +95,12 @@
|
||||
android:layout_height="50dp"
|
||||
android:layout_below="@id/invcode_et"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="70dp"
|
||||
android:layout_marginTop="40dp"
|
||||
android:background="@drawable/item_bg_default1"
|
||||
android:text="login"
|
||||
android:textColor="#ffffffff"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/forget_pass_tv"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/login_bt"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp40"
|
||||
android:text="忘记密码"
|
||||
android:textColor="#ffffffff"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
@@ -130,6 +108,22 @@
|
||||
android:layout_alignParentBottom="true"
|
||||
android:src="@mipmap/login_bot" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/change_type"
|
||||
|
||||
android:layout_width="210dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_below="@id/login_bt"
|
||||
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp30"
|
||||
android:gravity="center"
|
||||
android:background="@mipmap/edit_false"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="16sp"
|
||||
android:visibility="visible" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user