| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginLeft="@dimen/x8" |
| | | android:layout_toRightOf="@+id/iv1" |
| | | android:background="@color/red_txt" /> |
| | | android:background="@color/blue_txt" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_phone" |
| | |
| | | android:paddingLeft="@dimen/x10" |
| | | android:paddingRight="@dimen/x10" |
| | | android:layout_centerVertical="true" |
| | | android:textColor="@color/red_txt" |
| | | android:textColorHint="@color/red_txt" |
| | | android:textColor="@color/blue_txt" |
| | | android:textColorHint="@color/blue_txt" |
| | | android:textSize="16sp" /> |
| | | </RelativeLayout> |
| | | |
| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginLeft="@dimen/x8" |
| | | android:layout_toRightOf="@+id/iv2" |
| | | android:background="@color/red_txt" /> |
| | | android:background="@color/blue_txt" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_pwd" |
| | |
| | | android:inputType="textPassword" |
| | | android:paddingLeft="@dimen/x10" |
| | | android:paddingRight="@dimen/x10" |
| | | android:textColor="@color/red_txt" |
| | | android:textColorHint="@color/red_txt" |
| | | android:textColor="@color/blue_txt" |
| | | android:textColorHint="@color/blue_txt" |
| | | android:textSize="16sp" /> |
| | | </RelativeLayout> |
| | | <TextView |
| | |
| | | android:layout_marginLeft="@dimen/x40" |
| | | android:layout_marginRight="@dimen/x40" |
| | | android:layout_marginTop="@dimen/x24" |
| | | android:background="@mipmap/bt_red" |
| | | android:background="@mipmap/bt_blue" |
| | | android:text="登录" |
| | | android:gravity="center" |
| | | android:textColor="@color/white" |
| | |
| | | android:layout_height="match_parent" |
| | | android:text="新用户注册" |
| | | android:gravity="bottom|center_horizontal" |
| | | android:textColor="@color/red_txt" |
| | | android:textColor="@color/blue_txt" |
| | | android:layout_marginBottom="@dimen/x30" |
| | | android:textSize="16sp" /> |
| | | </LinearLayout> |