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