摘要: 当ScrollView中有类似GridView的控件时,当数据加载后ScrollView会自动滚动。要阻止这种事情发生,我们需要做的是在ScrollView的下层容器中添加android:descendantFocusability="blocksDescendants"属性。例如: 阅读全文
posted @ 2015-06-17 17:30 GreatK 阅读(395) 评论(0) 推荐(0) 编辑
摘要: Intent intent = new Intent(); intent.setClass(SetActivity.this, RegisterLoginActivity.class); intent.setFlags(Intent.FLA... 阅读全文
posted @ 2015-06-17 14:08 GreatK 阅读(469) 评论(0) 推荐(0) 编辑