你的位置:首页 > 软件开发 > 操作系统 > 网络加载图片 ListView

网络加载图片 ListView

发布时间:2016-08-10 15:00:08
1 <??> 2 <LinearLayout ="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_parent" 4 ...

网络加载图片  ListView网络加载图片  ListView
 1 <??> 2 <LinearLayout ="http://schemas.android.com/apk/res/android" 3   android:layout_width="match_parent" 4   android:layout_height="wrap_content" 5   android:orientation="horizontal" 6   android:padding="5dp"> 7  8   <ImageView 9     android:id="@+id/newsIcon"10     android:layout_width="64dp"11     android:layout_height="64dp"12     android:layout_marginRight="5dp"13     android:src='/images/loading.gif' data-original="@mipmap/ic_launcher" />14 15   <LinearLayout16     android:layout_width="match_parent"17     android:layout_height="wrap_content"18     android:layout_gravity="center"19     android:orientation="vertical">20 21     <TextView22       android:id="@+id/tittle"23       android:layout_width="wrap_content"24       android:layout_height="match_parent"25       android:maxLines="1"26       android:text="Tittle"27       android:textSize="15dp" />28 29     <TextView30       android:id="@+id/content"31       android:layout_width="match_parent"32       android:layout_height="wrap_content"33       android:maxLines="3"34       android:text="content"35       android:textSize="12dp" />36   </LinearLayout>37 38 39 </LinearLayout>

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:网络加载图片 ListView

关键词:网络

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。