This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-04-29 19:27:51 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/plan"
|
|
|
|
|
android:icon="@drawable/ic_writing"
|
|
|
|
|
android:title="@string/plan"
|
|
|
|
|
android:enabled="true"/>
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/personal"
|
|
|
|
|
android:icon="@drawable/ic_idea"
|
|
|
|
|
android:title="@string/personal"
|
|
|
|
|
android:enabled="true"/>
|
|
|
|
|
<item
|
|
|
|
|
android:id="@+id/menu"
|
|
|
|
|
android:icon="@drawable/ic_tomato"
|
|
|
|
|
android:title="@string/menu"
|
|
|
|
|
android:enabled="true"/>
|
2019-05-08 08:08:04 +02:00
|
|
|
<item
|
|
|
|
|
android:id="@+id/openinfopanel"
|
|
|
|
|
android:icon="@drawable/ic_information"
|
2019-06-09 18:35:36 +02:00
|
|
|
android:title="@string/news"
|
2019-05-08 08:08:04 +02:00
|
|
|
android:enabled="true"/>
|
2019-04-29 19:27:51 +02:00
|
|
|
<item
|
|
|
|
|
android:id="@+id/settings"
|
|
|
|
|
android:icon="@drawable/ic_cogwheel"
|
|
|
|
|
android:title="@string/settings"
|
|
|
|
|
android:enabled="true"/>
|
|
|
|
|
</menu>
|