| | |
| | | android:orientation="vertical"> |
| | | |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/toolbar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="44dp" |
| | | android:background="@color/white"> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/rl_back" |
| | | android:layout_width="47dp" |
| | | android:layout_height="match_parent"> |
| | | |
| | | <ImageView |
| | | android:layout_width="10dp" |
| | | android:layout_height="17dp" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="16dp" |
| | | android:src="@mipmap/activity_back" /> |
| | | </RelativeLayout> |
| | | </RelativeLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_content" |
| | | android:layout_width="match_parent" |