<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical"
    android:gravity="center"
    android:padding="16dp"
    android:background="?attr/fullscreenBackgroundColor"
    android:theme="@style/ThemeOverlay.Tc_banktemplate.FullscreenContainer"
    tools:context=".fragment.HomescreenFragment"
    android:clickable="true"
    android:focusable="true">

    <TextView
        android:id="@+id/tvError"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="An error occurred"
        android:textSize="18sp"
        android:textColor="@android:color/black" />
</LinearLayout>
