Skip to content

Instantly share code, notes, and snippets.

@VincentH-Net
Created October 23, 2013 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentH-Net/7115286 to your computer and use it in GitHub Desktop.
Save VincentH-Net/7115286 to your computer and use it in GitHub Desktop.
Main view menu markup for Android Cloud Auction example app, built with MvvmQuickCross
<?xml version="1.0" encoding="utf-8" ?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/LogoutMenuItem"
android:title="Logout"
android:showAsAction="ifRoom" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment