forked from organicmaps/organicmaps
Some obsolete things.
This commit is contained in:
parent
338984fd5a
commit
772479dfde
2 changed files with 3 additions and 13 deletions
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue