OsmAnd/plugins/OsmAnd-AddressPlugin/res/layout/main.xml

13 lines
462 B
XML
Raw Normal View History

2013-05-31 18:48:01 +02:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center_vertical|center_horizontal"
android:text="@string/parking_plugin_installed"
android:textSize="22sp"/>
</FrameLayout>