| | |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| | | android:orientation="vertical" android:layout_width="match_parent"
|
| | | android:duplicateParentState="true"
|
| | | android:layout_height="match_parent">
|
| | | android:layout_height="match_parent"
|
| | | >
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="61dp"
|
| | |
| | | <TextView
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:id="@+id/register_et_title"
|
| | | android:id="@+id/fragment_register_right_field_label"
|
| | | android:textColor="@color/colorText_5"
|
| | | android:textSize="@dimen/text_size_normal"
|
| | | android:text=""/>
|
| | | <EditText
|
| | | android:id="@+id/register_et_content"
|
| | | android:id="@+id/fragment_register_right_field_text"
|
| | | android:background="@null"
|
| | | android:paddingLeft="24dp"
|
| | | android:textSize="@dimen/text_size_normal"
|