<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/mContent"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center_horizontal"
|
android:layout_marginStart="20dip"
|
android:layout_marginEnd="20dip"
|
android:layout_marginTop="10dip"
|
android:background="@drawable/bjskres_autologin_bg"
|
android:gravity="center"
|
android:orientation="horizontal"
|
android:padding="10dip"
|
>
|
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center_vertical"
|
android:text="@string/bjskres_login_auto_success_welcome"
|
android:textColor="@color/bjskres_login_text_black"
|
android:textSize="@dimen/bjskres_input_text_size"
|
/>
|
|
<TextView
|
android:id="@+id/login_auto_success_name"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center_vertical"
|
android:text="小王子"
|
android:textColor="@color/bjskres_login_text_black"
|
android:textSize="@dimen/bjskres_input_text_size"
|
/>
|
|
</LinearLayout>
|