mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-11 06:44:18 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
9 lines
342 B
XML
9 lines
342 B
XML
<?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:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:theme="@style/MwmWidget.ToolbarTheme"/>
|