摘要:
Android中几个常用的Layout虽然有scrollbar属性,但是并不能实现当其中内容太多时自动在Activity上出现Scrollbar,后来发现对于这种情况其实是需要使用ScrollView来处理的,具体配置可以如下: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical 阅读全文
posted @ 2010-10-20 21:37
程序员天下
阅读(781)
评论(0)
推荐(0)
浙公网安备 33010602011771号