parent
55ebccabaa
commit
05da350aac
@ -0,0 +1,38 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:paddingLeft="16dp"
|
||||||
|
android:paddingRight="16dp"
|
||||||
|
android:orientation="vertical"
|
||||||
|
android:gravity="center">
|
||||||
|
¡¶
|
||||||
|
<!-- Include other widget or layout tags here. These are considered
|
||||||
|
"child views" or "children" of the linear layout -->
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="200dp"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:gravity="center"
|
||||||
|
android:text="QQ"
|
||||||
|
android:textSize="80sp" />
|
||||||
|
|
||||||
|
<EditText
|
||||||
|
android:layout_marginTop="10dp"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:hint="ÇëÊäÈëÕ˺Å"
|
||||||
|
android:textColor="@android:color/darker_gray"
|
||||||
|
android:inputType="numberPassword"
|
||||||
|
/>
|
||||||
|
<EditText
|
||||||
|
android:layout_marginTop="10dp"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:hint="ÇëÊäÈëÃÜÂë"
|
||||||
|
android:textColor="@android:color/darker_gray"
|
||||||
|
android:inputType="numberPassword"
|
||||||
|
/>
|
||||||
|
|
||||||
|
</LinearLayout>
|
Loading…
Reference in new issue