Skip to content

Commit

Permalink
update RxArcGisKit .
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamsiree committed Nov 23, 2019
1 parent 1b640cd commit e4574ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

import android.content.Context;
import android.location.Location;
import android.support.annotation.NonNull;
import android.util.Log;
import android.widget.TextView;

import androidx.annotation.NonNull;

import com.esri.arcgisruntime.ArcGISRuntimeEnvironment;
import com.esri.arcgisruntime.concurrent.ListenableFuture;
import com.esri.arcgisruntime.data.TileCache;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
import android.graphics.Point;
import android.graphics.Rect;
import android.graphics.Typeface;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.DisplayMetrics;
import android.view.View;

import androidx.annotation.Nullable;

import com.esri.arcgisruntime.mapping.view.MapView;
import com.vondear.rxarcgiskit.R;

Expand Down

0 comments on commit e4574ae

Please sign in to comment.