Commit b11a2856 authored by Deployer's avatar Deployer

Added cedarmaps MapView attribution

parent 5e943ba2
......@@ -3,6 +3,6 @@ package com.cedarstudios.cedarmaps.sample;
public class Constants {
public static final String MAPID_CEDARMAPS_STREETS = "cedarmaps.streets";
public static final String CLIENT_ID = "user";
public static final String CLIENT_SECRET = "pass";
public static final String CLIENT_ID = "";
public static final String CLIENT_SECRET = "";
}
......@@ -10,5 +10,13 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/cedarmaps_attribution"
android:layout_alignParentBottom="true"
android:padding="3dp"
android:layout_alignParentRight="true" />
</RelativeLayout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment