| | |
| | | <TextView |
| | | android:id="@+id/left_title_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="16.5dp" |
| | | android:layout_height="20dp" |
| | | android:layout_alignParentStart="true" |
| | | android:layout_centerInParent="true" |
| | | android:gravity="center" |
| | | android:textColor="@color/text_565758" |
| | | android:textSize="@dimen/text_12" /> |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/right_content_tv" |
| | |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:gravity="end" |
| | | android:textColor="@color/text_565758" |
| | | android:textSize="@dimen/text_12" /> |
| | | android:textColor="@color/text_E6FFFFFF" |
| | | android:textSize="@dimen/text_14" /> |
| | | |
| | | |
| | | </RelativeLayout> |