<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <TextView android:textSize="30.0sp" android:textColor="#ffffffff" android:gravity="center" android:id="@id/txtBye" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Bye Text" android:layout_centerInParent="true" android:fontFamily="sans-serif-condensed" />
</RelativeLayout>