Twidere-App-Android-Twitter.../twidere/src/main/res/menu/action_dashboard_timeline_t...

39 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?><!--
~ Twidere - Twitter client for Android
~
~ Copyright (C) 2012-2015 Mariotaku Lee <mariotaku.lee@gmail.com>
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@id/compose"
android:icon="@drawable/ic_action_status_compose"
android:title="@string/compose"
app:showAsAction="always" />
<item
android:id="@id/select_account"
android:enabled="false"
android:icon="@drawable/ic_action_more_vertical"
android:title="@string/select_account"
android:visible="false"
app:actionProviderClass="org.mariotaku.twidere.menu.support.AccountToggleProvider"
app:showAsAction="always" />
</menu>