Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在为图片制作漫画应用程序,我正在使用滚动视图。由于有很多图片,我想创建一个框,在其中输入图片的名称,然后将您带到包含的活动中的图片。我该怎么做?
ScrollView sv = (ScrollView)findViewById(R.id.scrl); sv.scrollTo(0, sv.getBottom());
或者
sv.scrollTo(5, 10);