aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/layout/toolbar.xml
blob: d02028dee1c0287bb4e4992aa33ffe25f27750e3 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@color/ColorPrimary"
    android:elevation="4dp">

</android.support.v7.widget.Toolbar>