标签:android io 文件 sp cti on c html ad
在Activity的清单文件中,添加属性
android:windowSoftInputMode="adjustUnspecified|stateHidden"
如下
<activity
android:name=".PulishSellInfoActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustUnspecified|stateHidden" >
</activity>标签:android io 文件 sp cti on c html ad
原文地址:http://blog.csdn.net/zhaokaiqiang1992/article/details/39313211