mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 15:48:34 +00:00
Drop shadow below conversation title bar.
This commit is contained in:
parent
a17d3e1b47
commit
4a1f39f4be
@ -5,6 +5,10 @@
|
||||
android:layout_width="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
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
@ -21,6 +25,7 @@
|
||||
<include layout="@layout/conversation_title_view" />
|
||||
|
||||
</androidx.appcompat.widget.Toolbar>
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
<org.thoughtcrime.securesms.components.InputAwareLayout
|
||||
android:id="@+id/layout_container"
|
||||
|
Loading…
x
Reference in New Issue
Block a user