diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-26 14:35:41 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-26 14:35:41 +0100 |
commit | 8672b318c3dc8b7e0cac47014e5bbb3527d0db87 (patch) | |
tree | 093d2aa177eac5eafd9897cdbde93f65c68d3d67 /same-android/res/menu | |
parent | 930596730c3df733dc5c5601579fd044f55682c8 (diff) |
Add a graphics demo.
Uses a variable to hold a position and draws graphics based on the
variable. Works on multiple devices.
Diffstat (limited to 'same-android/res/menu')
-rw-r--r-- | same-android/res/menu/main_menu.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/same-android/res/menu/main_menu.xml b/same-android/res/menu/main_menu.xml index 670ebac..4235d2b 100644 --- a/same-android/res/menu/main_menu.xml +++ b/same-android/res/menu/main_menu.xml @@ -10,5 +10,9 @@ <item android:id="@+id/state_viewer" android:title="State Monitor"/> + + <item + android:id="@+id/graphics_demo" + android:title="Graphics demo"/> </menu>
\ No newline at end of file |