设置Scrollview滚动位置
appViewContent.post(new Runnable() {@Overridepublic void run() {appViewContent.scrollTo(70, 0);}});
?