| <?xml version="1.0" encoding="utf-8"?> |
| |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:app="http://schemas.android.com/apk/res-auto" |
| android:orientation="vertical" |
| android:layout_width="match_parent" |
| android:layout_height="match_parent"> |
| |
| <ImageView |
| android:id="@+id/first" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:src="@drawable/normal_src" /> |
| |
| <com.google.android.gms.maps.MapView |
| android:id="@+id/second" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" /> |
| |
| <com.google.android.gms.ads.AdView |
| android:id="@+id/third" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content"/> |
| |
| </LinearLayout> |