mirror of
https://github.com/etesync/android
synced 2024-11-15 20:38:58 +00:00
1986837be8
* allow to enter account name at the end of account setup (fixes #13) * advise user to enter email address as account name (closes #24) * support for iCal TRANSP (availability free/busy field) * create better UIDs using iCal4j UidGenerator and Settings.Secure.ANDROID_ID * better ORGANIZER/ATTENDEE support, but there are big Android issues yet * various improvements and bug fixes
11 lines
305 B
XML
11 lines
305 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/next"
|
|
android:icon="@drawable/navigation_forward"
|
|
android:showAsAction="always|withText"
|
|
android:title="@string/next">
|
|
</item>
|
|
|
|
</menu> |