4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-06-25 18:29:24 +00:00

remove test action to simplify server implementation; add icons from http://www.androidicons.com/freebies.php

This commit is contained in:
Jesse Young
2011-09-12 18:16:44 -07:00
parent 0a0f50ad18
commit da334a04c9
15 changed files with 9 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/settings"
android:icon="@drawable/icon"
android:icon="@drawable/ic_menu_settings"
android:title="@string/settings" />
<item android:id="@+id/test"
android:icon="@drawable/icon"
android:icon="@drawable/ic_menu_link"
android:title="@string/test" />
<item android:id="@+id/check_now"
android:icon="@drawable/icon"
android:icon="@drawable/ic_menu_tick"
android:title="@string/check_now" />
</menu>

View File

@ -2,6 +2,6 @@
<resources>
<string name="app_name">KalSMS 2</string>
<string name="settings">Settings</string>
<string name="test">Test</string>
<string name="check_now">Check Now</string>
<string name="test">Test Connection</string>
<string name="check_now">Check Messages</string>
</resources>