| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="@dimen/dp_16" |
| | | android:layout_marginEnd="@dimen/dp_16"> |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/left_title_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="20dp" |
| | | android:layout_alignParentStart="true" |
| | | android:layout_centerInParent="true" |
| | | android:gravity="center" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_12" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/right_content_tv" |
| | | android:layout_width="240dp" |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:gravity="end" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_12" /> |
| | | android:gravity="center_vertical" |
| | | android:minHeight="50dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:id="@+id/left_title_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center" |
| | | android:paddingStart="@dimen/dp_16" |
| | | android:paddingEnd="@dimen/dp_0" |
| | | android:paddingTop="@dimen/dp_6" |
| | | android:paddingBottom="@dimen/dp_6" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_12" /> |
| | | |
| | | </RelativeLayout> |
| | | <TextView |
| | | android:id="@+id/right_content_tv" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="end" |
| | | android:paddingStart="@dimen/dp_30" |
| | | android:paddingEnd="@dimen/dp_16" |
| | | android:paddingTop="@dimen/dp_6" |
| | | android:paddingBottom="@dimen/dp_6" |
| | | android:textColor="@color/text_FFACACAC" |
| | | android:textSize="@dimen/text_12" /> |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:id="@+id/line_v" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.5dp" |
| | | android:background="@color/text_1AFFFFFF" /> |
| | | |
| | | </LinearLayout> |