Skip to content

Commit

Permalink
AndroidManifest.xml: Application: Set resizeableActivity.
Browse files Browse the repository at this point in the history
Because this is apparently necessary for split-screen use and to
support larger screens.
  • Loading branch information
murraycu committed Apr 20, 2017
1 parent c1a1e8b commit 711c3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
android:theme="@style/AppTheme"
android:supportsRtl="true"
android:name="GalaxyZooApplication"
android:resizeableActivity="true"
android:fullBackupContent="false"> <!-- We have nothing worth backing up. -->

<!-- We use launchMode="singleTop" because we don't need multiple instances of the list.
Expand Down

0 comments on commit 711c3fe

Please sign in to comment.