在manifest的activity节点使用
<activity android:windowSoftInputMode="adjustResize" . . . >
当点击EditText控件弹出软键盘的时候,系统会自动调整控件的位置。
代码
http://github.com/shaobin0604/miscandroidapps/tree/master/WindowSoftInputMode/
参考
AppWidget的初始化有两种方式:
目前遇到的问题是:
在Launcher里可以预先配置桌面显示的AppWidget,如果AppWidget有Configure Activity,则系统在AppWidget的初始化过程不会发送android.appwidget.action.APPWIDGET_CONFIGURE Intent,而只是加载appwidget-provider里配置的initialLayout。这样第二种就不可用,只能用第一种方法。
synchronized voidsetTextSize(WebSettings.TextSize t)
Set the text size of the page.
voidsetSupportZoom(boolean support)
Set whether the WebView supports zoom
voidsetInitialScale(int scaleInPercent)
Set the initial scale for the WebView.
booleanzoomIn()
Perform zoom in in the webview
booleanzoomOut()
Perform zoom out in the webview
voidsetBuiltInZoomControls(boolean enabled)
Sets whether the zoom mechanism built into WebView is used.
synchronized voidsetJavaScriptEnabled(boolean flag)
Tell the WebView to enable javascript execution.