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>