PixelDroid-App-Android/app/src/main/res/menu/post_submission_account_men...

11 lines
398 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_switch_accounts"
android:orderInCategory="100"
android:title="@string/switch_accounts"
android:icon="@drawable/switch_account"
app:showAsAction="ifRoom"/>
</menu>