17 lines
596 B
XML
17 lines
596 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical"
|
|
android:gravity="center"
|
|
android:background="#fff" >
|
|
|
|
<TextView
|
|
android:id="@+id/textView1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="18dp"
|
|
android:textColor="#000000"
|
|
android:text="Couldn't load the map. Are you missing Google API support?" />
|
|
|
|
</LinearLayout> |