• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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