2017-11-13 12:44:51 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-10-07 15:43:36 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
tools:parentTag="android.widget.LinearLayout"
|
|
|
|
tools:orientation="vertical">
|
2017-11-13 12:44:51 -08:00
|
|
|
|
2019-06-05 15:47:14 -04:00
|
|
|
<androidx.appcompat.widget.Toolbar
|
2017-11-13 12:44:51 -08:00
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
2020-11-10 10:20:54 -05:00
|
|
|
android:background="@color/signal_background_primary"/>
|
2017-11-13 12:44:51 -08:00
|
|
|
|
|
|
|
<View android:layout_width="match_parent"
|
2021-02-10 22:05:09 -05:00
|
|
|
android:layout_height="5dp"
|
|
|
|
android:background="@drawable/toolbar_shadow"/>
|
2017-11-13 12:44:51 -08:00
|
|
|
|
|
|
|
</merge>
|