mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 14:15:44 +03:00
6 lines
No EOL
239 B
XML
6 lines
No EOL
239 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item android:id="@+id/createAccount" android:title="Create Account" android:showAsAction="ifRoom|withText"></item>
|
|
|
|
|
|
</menu> |