<?xml version="1.0" encoding="utf-8"?><RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical"> <TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/coLocation" android:textSize="14dip" android:textColor="#FF000000" android:paddingBottom="5dip" android:textStyle="bold"/> <TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/coPIN" android:layout_below="@id/coLocation" android:textSize="12dip" android:textColor="#FF000000"/> <TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/coOwner" android:layout_below="@id/coPIN" android:textSize="12dip" android:textColor="#FF000000" android:singleLine="false"/> <TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/coClass" android:layout_below="@id/coOwner" android:textSize="12dip" android:textColor="#FF000000"/> <TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/coDistrict" android:layout_below="@id/coClass" android:textSize="12dip" android:textColor="#FF000000" android:singleLine="false"/> <TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/coAcreage" android:layout_below="@id/coDistrict" android:textSize="12dip" android:textColor="#FF000000"/> <TextView android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/coZone" android:layout_below="@id/coAcreage" android:textSize="12dip" android:textColor="#FF000000"/> </RelativeLayout>
05-03 10:45:41.080: D/BounceScrollRunnableDefault(5613): run(), TimeFraction=0.36, mBounceExtent=-1.28849
I just changed the max height and width of the callout now. Still no scrolling but at least I can show all my data.
I checked out the link you posted but I'm not sure what I should do. Your thread is pointing out a bug, but I don't see what to do. Am I missing something?
Callout callout = mMapView.getCallout(); callout.setStyle(R.xml.calloutstyle_searchresult); callout.setContent(mCalloutView); callout.setCoordinates(addressPoint); callout.setMaxHeight(400); callout.setMaxWidth(500); callout.show();
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.