item_base_line.xml
1.2 KB
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="@dimen/rmrb_dp12"
android:paddingVertical="@dimen/rmrb_dp12">
<View
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp1"
android:layout_centerVertical="true"
android:layout_marginEnd="@dimen/rmrb_dp10"
android:layout_toStartOf="@id/tv_title"
android:background="#19000000" />
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:ellipsize="end"
android:maxLines="1"
android:textColor="@color/color_999999"
android:textSize="@dimen/rmrb_dp15" />
<View
android:layout_width="match_parent"
android:layout_height="@dimen/rmrb_dp1"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/rmrb_dp10"
android:layout_toEndOf="@id/tv_title"
android:background="#19000000" />
</RelativeLayout>