首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

(转摘)Android腾讯微薄客户端开发十三:提及篇(与小弟我有关的微博)

2012-06-26 
(转摘)Android腾讯微薄客户端开发十三:提及篇(与我有关的微博)? ? ? ?xml?version1.0?encodingutf-8

(转摘)Android腾讯微薄客户端开发十三:提及篇(与我有关的微博)

?(转摘)Android腾讯微薄客户端开发十三:提及篇(与小弟我有关的微博)(转摘)Android腾讯微薄客户端开发十三:提及篇(与小弟我有关的微博)

    ?(转摘)Android腾讯微薄客户端开发十三:提及篇(与小弟我有关的微博)(转摘)Android腾讯微薄客户端开发十三:提及篇(与小弟我有关的微博)


      ?(转摘)Android腾讯微薄客户端开发十三:提及篇(与小弟我有关的微博)(转摘)Android腾讯微薄客户端开发十三:提及篇(与小弟我有关的微博)
        <?xml?version="1.0"?encoding="utf-8"?> ??<LinearLayout?xmlns:android="http://schemas.android.com/apk/res/android"?android:paddingTop="3.0dip"?android:orientation="horizontal"?android:background="@drawable/listitem_selector"??android:layout_width="fill_parent"?android:layout_height="wrap_content"> ?? ????<RelativeLayout?android:layout_width="50.0dip"?android:layout_height="50.0dip"?android:layout_weight="0.0"> ?? ????????<ImageView?android:id="@+id/refer_headicon"?android:layout_width="45.0dip"?android:layout_height="45.0dip"?android:scaleType="fitCenter"?android:layout_centerInParent="true"?/> ?? ????</RelativeLayout> ??????<RelativeLayout?android:orientation="vertical"?android:layout_width="wrap_content"?android:layout_height="wrap_content"?android:padding="4.0dip"?android:layout_weight="1.0"> ?? ????????<TextView?android:id="@+id/refer_nick"?android:textColor="#000000"?android:layout_width="wrap_content"?android:layout_height="32.0dip"?android:textSize="14.0sp"?android:layout_alignParentLeft="true"/> ?? ????????<TextView?android:id="@+id/refer_timestamp"?android:textColor="#ff000000"?android:layout_width="wrap_content"?android:layout_height="32.0dip"?android:textSize="8.0sp"?android:layout_alignParentRight="true"/> ?? ????????<ImageView?android:id="@+id/refer_hasimage"?android:layout_width="wrap_content"?android:layout_height="wrap_content"?android:layout_toLeftOf="@id/refer_timestamp"/> ?? ????????<TextView?android:id="@+id/refer_origtext"?android:textColor="#081008"?android:layout_width="wrap_content"?android:layout_height="wrap_content"?android:textSize="12.0sp"?android:layout_below="@id/refer_nick"/> ?? ????????<TextView?android:layout_marginLeft="6.0dip"?android:id="@+id/refer_source"?android:textColor="#101810"?android:layout_width="wrap_content"?android:layout_height="wrap_content"?android:textSize="10.0sp"?android:layout_below="@id/refer_origtext"?android:layout_alignParentBottom="true"/> ?? ????</RelativeLayout> ??</LinearLayout>??http://helloandroid.iteye.com/blog/1136767

热点排行