You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.3 KiB

<?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>