Some obsolete things.

This commit is contained in:
vng 2011-06-25 21:28:09 +03:00 committed by Alex Zolotarev
parent 338984fd5a
commit 772479dfde
2 changed files with 3 additions and 13 deletions

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
</LinearLayout>

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, MWMActivity!</string>
<string name="download_maps">Download Maps</string>
<string name="my_position">My Position</string>
<string name="travel_guide">Travel Guide</string>
<string name="app_name">MapsWithMe</string>
</resources>