Keep 4x4 layout for FP2 with gesture navigation

Change the bounds when the 5x5 layout is being used to avoid the phone
switching from 4x4 to 5x5 when changing from 3-button navigation to
Gesture navigation on FP2.

Bounds w/ button navigation: minWidthDps=368.72726, minHeightDps=626.1818
Bounds w/ gesture navigation: minWidthDps=352.72726, minHeightDps=658.1818

Issue: FP2A10-103
Change-Id: Iebf1a9bf2c36224946c3db5b3ec6cb3225bdb3e3
diff --git a/res/xml/device_profiles.xml b/res/xml/device_profiles.xml
index dfa8d81..8c5cc14 100644
--- a/res/xml/device_profiles.xml
+++ b/res/xml/device_profiles.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
      Copyright (C) 2016 The Android Open Source Project
+     Copyright (C) 2021 Fairphone B.V.
 
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
@@ -107,7 +108,7 @@
         <display-option
             launcher:name="Large Phone"
             launcher:minWidthDps="406"
-            launcher:minHeightDps="694"
+            launcher:minHeightDps="750"
             launcher:iconImageSize="56"
             launcher:iconTextSize="14.4"
             launcher:canBeDefault="true" />