Commit 15e93d5b by Tonk

update fig to portrait mode

parent 8ec5f1f1
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
android:name=".MainActivity" android:name=".MainActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize"
android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
...@@ -37,22 +37,16 @@ ...@@ -37,22 +37,16 @@
</dict> </dict>
</dict> </dict>
</dict> </dict>
<key>NSCameraUsageDescription</key>
<string>Your message to user when the camera is accessed for the first time</string>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string/> <string></string>
<key>UILaunchStoryboardName</key> <key>NSMicrophoneUsageDescription</key>
<string>LaunchScreen</string> <string>Your message to user when the microphone is accessed for the first time</string>
<key>UIRequiredDeviceCapabilities</key> <key>NSPhotoLibraryAddUsageDescription</key>
<array> <string>Your message to user when the photo library is accessed for the first time</string>
<string>armv7</string> <key>NSPhotoLibraryUsageDescription</key>
</array> <string>Your message to user when the photo library is accessed for the first time</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIAppFonts</key> <key>UIAppFonts</key>
<array> <array>
<string>AntDesign.ttf</string> <string>AntDesign.ttf</string>
...@@ -77,13 +71,17 @@ ...@@ -77,13 +71,17 @@
<string>Avenir-Roman.ttf</string> <string>Avenir-Roman.ttf</string>
<string>SpaceMono-Regular.ttf</string> <string>SpaceMono-Regular.ttf</string>
</array> </array>
<key>NSCameraUsageDescription</key> <key>UILaunchStoryboardName</key>
<string>Your message to user when the camera is accessed for the first time</string> <string>LaunchScreen</string>
<key>NSPhotoLibraryUsageDescription</key> <key>UIRequiredDeviceCapabilities</key>
<string>Your message to user when the photo library is accessed for the first time</string> <array>
<key>NSMicrophoneUsageDescription</key> <string>armv7</string>
<string>Your message to user when the microphone is accessed for the first time</string> </array>
<key>NSPhotoLibraryAddUsageDescription</key> <key>UISupportedInterfaceOrientations</key>
<string>Your message to user when the photo library is accessed for the first time</string> <array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict> </dict>
</plist> </plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment