ServersActivity: Move actions to overflow menu.

This commit is contained in:
Sebastian Kaspari 2015-03-17 23:41:39 +01:00
parent 7abdd48094
commit 0256c28391
9 changed files with 4 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 855 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -22,20 +22,14 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/add"
android:title="@string/add_server_menu"
android:icon="@drawable/actionbar_add"
android:showAsAction="ifRoom|withText" />
android:title="@string/add_server_menu" />
<item
android:id="@+id/settings"
android:title="@string/settings_menu"
android:icon="@drawable/actionbar_settings"
android:showAsAction="ifRoom|withText" />
android:title="@string/settings_menu" />
<item
android:id="@+id/disconnect_all"
android:title="@string/disconnect_menu"
android:icon="@android:drawable/ic_menu_close_clear_cancel" />
android:title="@string/disconnect_menu" />
<item
android:id="@+id/about"
android:title="@string/about_menu"
android:icon="@android:drawable/ic_menu_help" />
android:title="@string/about_menu" />
</menu>