登录
首页 » Java » Android TableLayout 布局实例

Android TableLayout 布局实例

于 2013-03-16 发布
0 357
下载积分: 1 下载次数: 0

代码说明:

Android_TableLayout.zip 布局实例下载

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 仪表盘 示例源码
    android 仪表盘 示例源码
    2014-09-05下载
    积分:1
  • Android文本阅读器
    Android文本阅读器
    2014-11-01下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • android 省市区三级联动
    android 省市区三级联动
    2017-07-18下载
    积分:1
  • android 控制LED灯以及门禁关例子(智能家居)
    android 控制LED灯以及门禁开关例子(智能家居)
    2015-08-11下载
    积分:1
  • android 转盘抽奖程序源码 很容易扩展
    android 转盘抽奖程序源码 很容易扩展
    2014-01-02下载
    积分:1
  • 高仿京东商城
    高仿京东商城
    2015-10-13下载
    积分:1
  • 断点续传 单任务断点下载
    断点续传_单任务断点下载 断点续传_单任务断点下载
    2014-04-10下载
    积分:1
  • android 九宫格滑动解锁实例源码下载
    android 九宫格滑动解锁实例源码下载
    2014-09-02下载
    积分:1
  • android 读取通讯录/短信,短信删除 例子源码下载( 智能短信)
    读取通讯录,短信,编辑短信
    2015-04-09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载