New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="343dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerHorizontal="true" |
| | | android:background="@drawable/oval_color_white_18"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_description" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_20" |
| | | android:textColor="#0A0A0A" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_purpose" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@id/tv_description" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginTop="@dimen/dp_12" |
| | | android:textColor="#0A0A0A" |
| | | android:textSize="16sp" /> |
| | | |
| | | <View |
| | | android:id="@+id/view_split" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.5dp" |
| | | android:layout_below="@id/tv_purpose" |
| | | android:layout_marginTop="@dimen/dp_20" /> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | </RelativeLayout> |