<?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:padding="@dimen/dp_15"> <TextView android:id="@+id/countryNameView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:singleLine="true" android:text="河北中测计量检测有限公司" android:textColor="@color/black" android:textSize="@dimen/sp_16" /> <ImageView android:layout_width="@dimen/pngSize" android:layout_height="@dimen/pngSize" android:layout_alignParentEnd="true" android:layout_centerVertical="true" android:src="@drawable/tag_iv_selector" /> </RelativeLayout>