app_home_item.xml 2

来源:互联网 发布:c语言算法教程 编辑:程序博客网 时间:2024/05/17 09:02
    
        <LinearLayout android:id="@+id/home_item_center_view"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10.0dip"
            android:layout_toRightOf="@id/home_item_title"
            android:layout_centerHorizontal="true"
            android:layout_centerVertical="true" />
       
        <ImageView android:id="@+id/home_item_right_icon"
            android:layout_width="13.0dip"
            android:layout_height="13.0dip"
            android:layout_marginRight="10.0dip"
            android:src="@drawable/android_order_trace_info_more"
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true" />
    </RelativeLayout>
</LinearLayout>