xref: /aosp_15_r20/development/samples/training/threadsample/res/values-sw600dp/bools.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<?xml version="1.0" encoding="utf-8"?>
2<!-- The reason this is done is that on ICS tablets (>= sw600) , hiding the navigation has no function, but
3causes the side effect of eating a tap that would otherwise be delivered to the framework. -->
4<resources>
5    <bool name="sideBySide">true</bool>
6    <bool name="hideNavigation">false</bool>
7</resources>