| | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="@color/bg_color" |
| | | android:orientation="vertical"> |
| | | |
| | | <include |
| | |
| | | |
| | | |
| | | <EditText |
| | | android:id="@+id/contentET" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp" |
| | | android:text="" |
| | | android:gravity="start" |
| | | android:background="@drawable/edittext_backgroud" |
| | | android:minHeight="100dp" /> |
| | | android:minHeight="100dp" |
| | | android:maxHeight="200dp"/> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:id="@+id/recycler" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="5dp" |
| | | android:background="@color/white" |
| | | android:layout_marginTop="10dp" |
| | | android:overScrollMode="never" /> |
| | | |