| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginEnd="@dimen/dp_25"> |
| | | android:layout_marginEnd="@dimen/dp_16"> |
| | | |
| | | <TextView |
| | | android:id="@+id/left_title_tv" |
| | |
| | | android:layout_alignParentStart="true" |
| | | android:layout_centerInParent="true" |
| | | android:gravity="center" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_12" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/right_content_tv" |
| | |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:gravity="end" |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_12" /> |
| | | |
| | | |
| | | </RelativeLayout> |