Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89d88a2e authored by Oren Blasberg's avatar Oren Blasberg
Browse files

Enable cascading submenus for screensizes >= 720dp.

This reflects a decision we'd agreed upon with UX, and will enable
larger tablets like N9 and Pixel C to get the cascading feature.

Bug: 20127825
Change-Id: If3d54d60bc4ca0c7fff37857bbb12dcc6fb7d79a
parent b2d8e4f0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,4 +19,7 @@
         used for picking activities to handle an intent. -->
    <integer name="config_maxResolverActivityColumns">4</integer>

    <!-- Enable cascading submenus. -->
    <bool name="config_enableCascadingSubmenus">true</bool>

</resources>