Android HorizontalScrollView 水平滑动 listview 上动态添加图片
最近遇到了个 在listview展示广告的需要动态添加图片
如图:
使用了 horizontalScrollView 在listview上进行添加
java代码:
package com.baozi.bzhorizontalscrollview;
import java.util.ArrayList;
import android.app.Activity;
import ...
分类:
移动开发 时间:
2015-01-24 21:26:47
阅读次数:
240
最近在项目中用到动态添加图片,然后换行的实现。刚开始想用GridView,但是没用,什么原因到是忘了。下面我记录一下我的实现方式。
看代码xml:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
androi...
分类:
移动开发 时间:
2014-09-16 15:57:50
阅读次数:
345