﻿<?xml version="1.0" encoding="utf-8"?>
<layout>
  <grid>
    <row>
      <button text="Eject" ontap="eject" color="green" />
    </row>
    <row>
      <button text="Close" ontap="close" color="red" />
    </row>
  </grid>
</layout>