nextcloud-android/res/menu/account_picker.xml

6 lines
239 B
XML
Raw Normal View History

<?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>