05 2012 档案
摘要:如果图片的ImageView设为wrap_content,是可以居中的,但对于我是相册,需要设为fill_parent才能进行缩放。通过网上找资料,只要把组件放到一个LinearLayout下就可以了。项目中的代码是:<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent&quo
阅读全文
摘要:WebSettings ws = tv.getSettings(); ws.setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);
阅读全文