mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-06-25 18:29:24 +00:00
PHP server library with example implementation; add 'check now' button on menu
This commit is contained in:
@ -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>
|
@ -3,4 +3,5 @@
|
||||
<string name="app_name">KalSMS 2</string>
|
||||
<string name="settings">Settings</string>
|
||||
<string name="test">Test</string>
|
||||
<string name="check_now">Check Now</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user