调整登录页UI间距
This commit is contained in:
parent
9d8bef398a
commit
0586360408
@ -87,7 +87,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="25dp"
|
android:layout_marginLeft="35dp"
|
||||||
android:text="@string/user_login_google"
|
android:text="@string/user_login_google"
|
||||||
android:textColor="@color/black1"
|
android:textColor="@color/black1"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
@ -121,7 +121,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/login_use_phone"
|
android:text="@string/login_use_phone"
|
||||||
android:layout_marginLeft="25dp"
|
android:layout_marginLeft="35dp"
|
||||||
android:textColor="@color/black1"
|
android:textColor="@color/black1"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
@ -171,6 +171,7 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/lt_login_other"
|
android:id="@+id/lt_login_other"
|
||||||
|
android:layout_marginTop="100dp"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="25dp"
|
android:layout_marginLeft="25dp"
|
||||||
|
Loading…
Reference in New Issue
Block a user