Many bugfixes and some improvements (especially on the map), Some minor design changes, Removed MainActivity from Menu
13 lines
505 B
XML
13 lines
505 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.v7.widget.Toolbar xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
|
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
|
|
android:background="@color/bg_common"
|
|
/>
|
|
|
|
|