2011年5月24日

Android点击事件之后跳到界面指定位置

摘要: 首先在布局文件外部添加一个滚动试题,目的是为了跳到指定位置之后还可以向上滚动 ScrollView android:layout_width="280px" android:layout_height="wrap_content" android:id="@+id/reading_choices_scroll" LinearLayout android:id="@+id/reading_choices" android:layout_width="280px" android:layout_he 阅读全文

posted @ 2011-05-24 18:53 neil-zhao 阅读(482) 评论(0) 推荐(0) 编辑

android 初始界面 scrollTo无法执行

摘要: 在Activity 的 onCreate() 方法(貌似在onStart和onResume也一样)中, 调用 mScrollView.scrollTo(0, 100); 是无效, 没有效果的. 找了半天, 终于在 http://stackoverflow.com/questions/3263259/scrollview-scrollto-not-working-saving-scrollview-position-on-rotation 找到答案. (Google 还是好过百度啊, 可惜快照不能用了) scrollTo() 是直接指定滚动条的位置, 但是由于这个动作不是单纯关于 Scroll. 阅读全文

posted @ 2011-05-24 18:46 neil-zhao 阅读(2349) 评论(0) 推荐(0) 编辑

导航