AndroidManifest.xml 458 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="com.yingyang.moca">
  4. <application>
  5. <activity
  6. android:name="com.yingyangfly.moca.activity.MocaActivity"
  7. android:configChanges="keyboardHidden|orientation|screenSize"
  8. android:screenOrientation="landscape"
  9. android:windowSoftInputMode="adjustPan" />
  10. </application>
  11. </manifest>