xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.caacsri.generalaviationspecialinspectionsystem.MainActivity">
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:id="@+id/modifytoolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/colorPrimary">
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_marginTop="80dp"
android:background="@drawable/corner_round"
android:orientation="vertical">
android:id="@+id/username_secondlogin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:textColor="#45b5e9"
android:textColorHint="#45b5e9"
android:hint="请输入用户名"
android:inputType="textPersonName" />
android:id="@+id/password_secondlogin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:textColor="#45b5e9"
android:textColorHint="#45b5e9"
android:hint="请输入密码"
android:inputType="textPassword" />
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal">
android:id="@+id/login_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="10dp"
android:background="@drawable/button_shapelogin"
android:text="登录"
android:textColor="#f5f0f0" />
android:id="@+id/btn_phone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:background="@drawable/button_shapelogin"
android:text="注册"
android:textColor="#f5f0f0" />
android:layout_width="wrap_content"android:gravity="bottom"
android:layout_height="wrap_content">
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_above="@+id/textView"
android:layout_centerHorizontal="true"
android:src="@drawable/ceshitupian" />
android:layout_width="match_parent"
android:layout_height="wrap_content"android:layout_alignParentBottom="true"
android:layout_alignParentStart="true"
android:layout_gravity="center_horizontal"
android:gravity="center"
android:text=“我在底部”
android:textSize="15sp"
android:id="@+id/textView" />