Discuz!NT|BBS|论坛

注册

 

发新话题 回复该主题

通讯录、记事本、待办事项等功能 [复制链接]

1#
  1. else if (sPAGE_ID.equals("app_txl")) {
  2. HashMap<String, Object> map = new HashMap<String, Object>();
  3. //添加图像资源的ID
  4. map.put("ItemImage", R.drawable.app_txl);
  5. //按序号做ItemText
  6. map.put("ItemText", sPAGE_NAME);
  7. lstImageItem.add(map);
  8. }
  9. else if (sPAGE_ID.equals("app_jsb")) {
  10. HashMap<String, Object> map = new HashMap<String, Object>();
  11. //添加图像资源的ID
  12. map.put("ItemImage", R.drawable.app_jsb);
  13. //按序号做ItemText
  14. map.put("ItemText", sPAGE_NAME);
  15. lstImageItem.add(map);
  16. }
  17. else if (sPAGE_ID.equals("app_dbsx")) {
  18. HashMap<String, Object> map = new HashMap<String, Object>();
  19. //添加图像资源的ID
  20. map.put("ItemImage", R.drawable.app_dbsx);
  21. //按序号做ItemText
  22. map.put("ItemText", sPAGE_NAME);
  23. lstImageItem.add(map);
  24. }
复制代码
分享 转发
TOP
发新话题 回复该主题