【发布时间】:2011-05-18 14:21:22
【问题描述】:
<activity android:name="com.jony.ViewMessages"
android:label="@string/app_name" android:screenOrientation="landscape"
android:configChanges="orientation"
android:windowSoftInputMode="stateUnspecified|adjustUnspecified" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">
</activity>
调整平移或调整大小不起作用,它隐藏了我所有的文本视图并且我不想要。这是另一个声明它是一个错误的帖子。 See This related post please
【问题讨论】:
标签: android keyboard android-manifest