摘要:
先看效果图:主要就是HorizontalScrollView与GridView配合,其余就是UI界面设计(该项目只在320x480下测试)代码里都有注释,不多说了首先写一个GridView,给他数据。/****SubTitleGridView.java*****/protected GridView gvSubTitle; protected SimpleAdapter saSubTitle;// 适配器 protected ArrayList<HashMap<String, String>> srcSubTitle;// 数据源View Code public Sub 阅读全文
posted @ 2011-03-27 18:28
没有代码
阅读(6506)
评论(3)
推荐(0)
摘要:
效果界面图如下: 这里主要可学习有两点,一点是定位的设计。<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="hori 阅读全文
posted @ 2011-03-27 17:11
没有代码
阅读(3670)
评论(0)
推荐(1)
浙公网安备 33010602011771号