diff options
author | sjtufs <[email protected]> | 2013-09-01 05:57:40 +0800 |
---|---|---|
committer | sjtufs <[email protected]> | 2013-09-01 05:57:40 +0800 |
commit | 49d2e9d74fbf95e5b287dc8e9179e8d3d977a527 (patch) | |
tree | 57c672ed1bb809ed1bea8c852f61f464c5c1b74c /client/Piztor/res/menu | |
parent | 0410d0b9c6bb502f8467c3f2c62183e9a74e69fc (diff) |
stable version
Diffstat (limited to 'client/Piztor/res/menu')
-rw-r--r-- | client/Piztor/res/menu/update_info.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/Piztor/res/menu/update_info.xml b/client/Piztor/res/menu/update_info.xml new file mode 100644 index 0000000..c002028 --- /dev/null +++ b/client/Piztor/res/menu/update_info.xml @@ -0,0 +1,9 @@ +<menu xmlns:android="http://schemas.android.com/apk/res/android" > + + <item + android:id="@+id/action_settings" + android:orderInCategory="100" + android:showAsAction="never" + android:title="@string/action_settings"/> + +</menu> |