| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical"> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/h87"> |
| | | |
| | | <TextView |
| | | android:layout_width="@dimen/w212" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_marginLeft="@dimen/w9" |
| | | android:gravity="right" |
| | | android:text="未注册:" |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/font_size_21" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/et_no_register_message" |
| | | style="@style/editText2" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/h50" |
| | | android:layout_gravity="center" |
| | | android:layout_marginLeft="@dimen/w24" |
| | | android:layout_marginRight="@dimen/w60" |
| | | android:gravity="center" |
| | | android:hint="请注册" |
| | | android:textColor="@color/colorWhite" |
| | | android:textSize="@dimen/font_size_21" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |