Drop shadow below conversation title bar.

This commit is contained in:
Alan Evans 2019-07-03 10:51:56 -04:00
parent a17d3e1b47
commit 4a1f39f4be

View File

@ -5,6 +5,10 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<androidx.appcompat.widget.Toolbar <androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -21,6 +25,7 @@
<include layout="@layout/conversation_title_view" /> <include layout="@layout/conversation_title_view" />
</androidx.appcompat.widget.Toolbar> </androidx.appcompat.widget.Toolbar>
</com.google.android.material.appbar.AppBarLayout>
<org.thoughtcrime.securesms.components.InputAwareLayout <org.thoughtcrime.securesms.components.InputAwareLayout
android:id="@+id/layout_container" android:id="@+id/layout_container"