Welcome to mirror list, hosted at ThFree Co, Russian Federation.

toolbar_with_search.xml « layout « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9b1e6247e06c4266c6d4db1753fd33220f9ea7d (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.Toolbar
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:id="@+id/toolbar"
  style="@style/MwmWidget.ToolbarStyle"
  android:theme="@style/MwmWidget.ToolbarTheme"
  android:layout_width="match_parent"
  android:layout_height="?attr/actionBarSize">
  <include layout="@layout/toolbar_search_controls"/>
</androidx.appcompat.widget.Toolbar>