diff --git a/collect_app/src/main/AndroidManifest.xml b/collect_app/src/main/AndroidManifest.xml
index c326c28af4c..30803e2ee55 100644
--- a/collect_app/src/main/AndroidManifest.xml
+++ b/collect_app/src/main/AndroidManifest.xml
@@ -127,7 +127,8 @@ the specific language governing permissions and limitations under the License.
android:name="org.odk.collect.draw.DrawActivity"
android:theme="@style/Theme.Collect"
tools:replace="android:theme"
- android:screenOrientation="landscape" />
+ android:screenOrientation="landscape"
+ android:resizeableActivity="false"/>