
image.png
(圖片自己設(shè)小點)
<?xml version="1.0" encoding="utf-8"?>
xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="20dp"
android:hint="QQ號/微信號/Email"
android:drawableLeft="@mipmap/zhanghao"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="20dp"
android:hint="密碼"
android:drawableLeft="@mipmap/mima"
/>
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="登錄"
android:textColor="#FFFFFFFF"
android:background="#FF009688"
/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="登錄遇到問題?"
android:gravity="center_horizontal"
android:paddingTop="20dp"
/>
</LinearLayout>