imag_layout_item_user.xml
1.02 KB
<?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="match_parent"
android:orientation="vertical"
android:paddingBottom="10dp"
android:paddingTop="10dp">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:layout_centerVertical="true"
android:id="@+id/img_user_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:text="游客" />
<ImageView
android:layout_toLeftOf="@+id/img_user_name"
android:layout_marginRight="5dp"
android:id="@+id/img_content"
android:layout_width="40dp"
android:layout_height="40dp"
android:src="@drawable/vod_detail_good_on"/>
</RelativeLayout>
</LinearLayout>