Consolidate toolbar_basic usage to single location.
This commit is contained in:
parent
adb24d480a
commit
2253e25ae1
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/toolbar_basic"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="@null"
|
||||
|
|
|
@ -129,6 +129,7 @@
|
|||
android:id="@+id/toolbar_basic"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:inflatedId="@id/toolbar_basic"
|
||||
android:layout="@layout/conversation_list_archive_toolbar"
|
||||
android:minHeight="?attr/actionBarSize"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
Loading…
Add table
Reference in a new issue