mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
19 lines
744 B
XML
19 lines
744 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
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">
|
||
|
|
||
|
<android.support.v7.widget.Toolbar
|
||
|
android:id="@+id/toolbar"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="?attr/actionBarSize"
|
||
|
android:background="?attr/search_toolbar_background"/>
|
||
|
|
||
|
<View android:layout_width="match_parent"
|
||
|
android:layout_height="7dp"
|
||
|
android:background="@drawable/search_toolbar_shadow"/>
|
||
|
|
||
|
</merge>
|