mirror of
https://github.com/etesync/android
synced 2025-03-12 21:46:08 +00:00
18 lines
675 B
XML
18 lines
675 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!--
|
||
~ Copyright © 2013 – 2016 Ricki Hirner (bitfire web engineering).
|
||
~ All rights reserved. This program and the accompanying materials
|
||
~ are made available under the terms of the GNU Public License v3.0
|
||
~ which accompanies this distribution, and is available at
|
||
~ http://www.gnu.org/licenses/gpl.html
|
||
-->
|
||
|
||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
||
<item android:id="@+id/refresh_address_books"
|
||
android:title="@string/account_refresh_address_book_list"/>
|
||
|
||
<item android:id="@+id/create_address_book"
|
||
android:title="@string/account_create_new_address_book"/>
|
||
|
||
</menu> |