item_gender.xml 652 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="@dimen/rmrb_dp55"
    android:gravity="center"
    android:background="@color/res_color_common_C8"
    android:orientation="vertical">

    <com.wd.foundation.wdkit.view.customtextview.RegularTextView
        android:id="@+id/tv_gender"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Twitter"
        android:textColor="@color/rmrb_333333_light"
        android:textSize="@dimen/rmrb_dp16" />

</LinearLayout>