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

non_elevated_toolbar.xml « layout « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9dd174e2fe42a24250f90627853908147f5782b7 (plain)
1
2
3
4
5
6
7
8
<?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.NoElevation"
  android:layout_width="match_parent"
  android:layout_height="?attr/actionBarSize"
  android:theme="@style/MwmWidget.ToolbarTheme"/>