44 lines
1.3 KiB
XML
44 lines
1.3 KiB
XML
<?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="wrap_content"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_marginTop="12dp"
|
|
android:gravity="left|center"
|
|
android:layout_marginBottom="12dp"
|
|
android:layout_marginLeft="12dp"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/thumb"
|
|
android:layout_width="19dp"
|
|
android:layout_height="22dp"/>
|
|
|
|
<TextView
|
|
android:id="@+id/name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
tools:text="sdsdsdsd"
|
|
android:gravity="center"
|
|
android:layout_marginLeft="5dp"
|
|
android:textColor="#333333"
|
|
android:textSize="14sp" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<ImageView
|
|
android:layout_width="12dp"
|
|
android:layout_height="14dp"
|
|
android:layout_gravity="left"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginRight="17dp"
|
|
android:layout_marginTop="2dp"
|
|
android:src="@mipmap/tobtn"/>
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
</LinearLayout>
|