Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Jan 22, 2013
1 parent 0beb5a7 commit baf25e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ A sample application is available on Google Play:
src="http://www.android.com/images/brand/get_it_on_play_logo_small.png" />
</a>

![Example Image][1]
![Example Image][1] ![Example Image][2]

The source code is available in this repository.

Expand Down Expand Up @@ -111,6 +111,7 @@ protected void onCreate(Bundle savedInstanceState) {
sideNavigationView = (SideNavigationView) findViewById(R.id.side_navigation_view);
sideNavigationView.setMenuItems(R.menu.side_navigation_menu);
sideNavigationView.setMenuClickCallback(/*ISideNavigationCallback*/);
sideNavigationView.setMode(/*SideNavigationView.Mode*/);

getActionBar().setDisplayHomeAsUpEnabled(true);
}
Expand Down Expand Up @@ -174,4 +175,5 @@ License
See the License for the specific language governing permissions and
limitations under the License.

[1]: http://i45.tinypic.com/f8jzn.png
[1]: http://i45.tinypic.com/f8jzn.png
[2]: http://i48.tinypic.com/2naid6d.png

0 comments on commit baf25e6

Please sign in to comment.