Signal-Android/app/src/main/res/layout/search_toolbar.xml

18 lines
676 B
XML
Raw Normal View History

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"
xmlns:tools="http://schemas.android.com/tools"
2022-08-09 13:29:04 -03:00
tools:viewBindingIgnore="true"
android:layout_width="match_parent"
2022-05-26 17:32:52 -03:00
android:layout_height="wrap_content"
tools:orientation="vertical"
tools:parentTag="android.widget.LinearLayout">
2017-11-13 12:44:51 -08:00
2019-06-05 15:47:14 -04:00
<androidx.appcompat.widget.Toolbar
2022-05-26 17:32:52 -03:00
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@drawable/search_toolbar_background"
android:paddingTop="0dp"
android:paddingHorizontal="8dp" />
2017-11-13 12:44:51 -08:00
</merge>