<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <androidx.appcompat.widget.Toolbar
        android:id="@+id/toolbar_calibur"
        android:layout_width="match_parent"
        android:layout_height="?android:attr/actionBarSize"
        android:elevation="4dp"
        app:titleTextColor="@color/white"
        />

    <View
        android:layout_width="match_parent"
        android:layout_height="2dp"
        android:background="@drawable/shadow" />

    <FrameLayout
        android:id="@+id/excalibur_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        tools:context=".ExcaliburActivity">

    </FrameLayout>
</LinearLayout>


<!--    android:background="@color/black"-->
<!--    app:titleTextColor="@color/white"-->



<!--    app:titleTextColor="@color/underline_color"-->

<!--    android:theme="@style/ThemeOverlay.AppCompat.ActionBar"-->
<!--    app:popupTheme="@style/ThemeOverlay.AppCompat.Light"-->