aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/layout/toolbar.xml
blob: ef6aea8f1fc08a92ddedb9990e61b6e642b8ed5a (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.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">

</androidx.appcompat.widget.Toolbar>