摘要:
单击其中的一个item时,让这个item能滚动的listview的顶部。现在用 list.scrollTo(0, item.getTop()); 实现啦android listview滚动到顶部转http://www.cnblogs.com/july2012/p/4081929.html1.为了实现... 阅读全文
摘要:
public static void scrollToListviewTop(final XListView listView) { listView.smoothScrollToPosition(0); final Handler handler = new Handler(); ... 阅读全文
摘要:
1.打开终端,一次输入如下命令cd ~touch .bash_profileopen -e .bash_profile 2.这时候会在TextEdit中打开一个空白文档,输入下面的语句a. 输入export PATH=${PATH}::(其中红字为必须输入, 之间用分号相隔,为Andr... 阅读全文