Created
March 17, 2016 23:42
-
-
Save gustavomdsantos/2eec4e23bcbcf6ce2861 to your computer and use it in GitHub Desktop.
'androidmanifest.xml' snippet to better support both Landscape and Portrait mode, without recreating activity again. Link: http://stackoverflow.com/a/28718002
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<activity | |
android:configChanges="keyboardHidden|orientation|screenSize" | |
android:name=".testActivity" | |
android:label="@string/app_name"> | |
</activity> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment