| | |
| | | >
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="61dp"
|
| | | android:layout_height="@dimen/h61dp"
|
| | | android:gravity="center_vertical"
|
| | | android:orientation="horizontal">
|
| | | <TextView
|
| | |
| | | android:layout_height="wrap_content"
|
| | | android:id="@+id/fragment_register_right_field_label"
|
| | | android:textColor="@color/colorText_5"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:textSize="@dimen/w14dp"
|
| | | android:text=""/>
|
| | | <EditText
|
| | | android:id="@+id/fragment_register_right_field_text"
|
| | | android:background="@null"
|
| | | android:paddingLeft="24dp"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:paddingLeft="@dimen/w24dp"
|
| | | android:textSize="@dimen/w14dp"
|
| | | android:gravity="center_vertical"
|
| | | android:hint=""
|
| | | android:textColor="@color/colorText_5"
|