| Index: apk/res/values/strings.xml
|
| diff --git a/apk/res/values/strings.xml b/apk/res/values/strings.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fc9bae7ca54cfadecc0f57c1cdbdfb0198b6cd3a
|
| --- /dev/null
|
| +++ b/apk/res/values/strings.xml
|
| @@ -0,0 +1,6 @@
|
| +<resources>
|
| + <string name="app_name">Simple APK</string>
|
| + <string name="title_activity_my">Simple-Activity</string>
|
| + <string name="edit_message">edit msg !!!</string>
|
| + <string name="button_send">Send</string>
|
| +</resources>
|
|
|