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