Context-detection API for Android developed as a university project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.xml 601B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/mainlayout"
  4. android:orientation="vertical"
  5. android:layout_width="fill_parent"
  6. android:layout_height="fill_parent">
  7. <com.google.android.maps.MapView
  8. android:id="@+id/mapview"
  9. android:layout_width="fill_parent"
  10. android:layout_height="fill_parent"
  11. android:clickable="true"
  12. android:apiKey="0KzG1rzUUefLZarPbJSTxy0ylRAn1H9TXTBYTog"/>
  13. <!-- Release: 0KzG1rzUUefJ3130w4_blsnYWEcFIqensY5_QYg -->
  14. </RelativeLayout>