added compass drawables to the lib
CompasOverlay.java updated all methods that set mX and mY to use dip instead of px updated default drawables to compass_sm.png and needle_sm.png added RadiusOverlay.java and LocationSelectedListener.java to the library
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:oneshot="false" >
|
||||
<item
|
||||
android:drawable="@drawable/user_arrow_animation_1"
|
||||
android:duration="500" />
|
||||
<item
|
||||
android:drawable="@drawable/user_arrow_animation_2"
|
||||
android:duration="200" />
|
||||
<item
|
||||
android:drawable="@drawable/user_arrow_animation_3"
|
||||
android:duration="200" />
|
||||
</animation-list>
|
||||
Reference in New Issue
Block a user