- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.yingyang.push">
- <application>
- <activity
- android:name=".activity.MessgeListActivity"
- android:configChanges="keyboardHidden|orientation|screenSize"
- android:launchMode="singleTask"
- android:screenOrientation="landscape"
- android:windowSoftInputMode="adjustResize|adjustPan" />
- </application>
- </manifest>
|