| | |
| | | android:orientation="vertical" |
| | | android:layout_marginBottom="6dp" |
| | | android:background="@color/white" |
| | | android:paddingBottom="6dp" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <RelativeLayout |
| | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <include layout="@layout/include_line_left_12"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_time" |
| | |
| | | android:layout_marginStart="15dp" |
| | | android:textColor="#ff666666" |
| | | android:drawablePadding="4dp" |
| | | android:layout_marginTop="10dp" |
| | | android:drawableStart="@mipmap/icon_time_gray" |
| | | android:textSize="14sp" |
| | | /> |
| | |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="6dp" |
| | | android:layout_marginTop="8dp" |
| | | android:background="@color/bg_main"/> |
| | | |
| | | </LinearLayout> |