<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>