<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
  <Preference
      app:title="Touch test result"
      app:summary="This is the result of the touch test. If you are not happy with the result, swipe back to rerun the test."
      app:selectable="false"/>
  <Preference
      app:key="Good"
      app:title="The touch sensor worked well"
      app:selectable="false"
      app:isPreferenceVisible="false"/>
  <Preference
      app:key="Bad"
      app:title="The touch sensor is defective in some way"
      app:selectable="false"
      app:isPreferenceVisible="false"/>
  <Preference
      app:key="Continue"
      app:title="Continue"/>
</PreferenceScreen>
