4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-07-01 12:56:17 +00:00

PHP server library with example implementation; add 'check now' button on menu

This commit is contained in:
Jesse Young
2011-09-12 16:53:38 -07:00
parent d5b973411b
commit cb8d95ebd5
16 changed files with 442 additions and 29 deletions

View File

@ -6,4 +6,7 @@
<item android:id="@+id/test"
android:icon="@drawable/icon"
android:title="@string/test" />
<item android:id="@+id/check_now"
android:icon="@drawable/icon"
android:title="@string/check_now" />
</menu>