dynamic_item_topicdetail_member_head.xml 458 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:layout_marginLeft="5dp">

    <ImageView
        android:id="@+id/item_topic_member_head_iv"
        android:layout_width="30dp"
        android:layout_height="30dp"
        android:scaleType="fitXY" />
</LinearLayout>