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
4
LocationLib/res/drawable-hdpi/.directory
Normal file
@@ -0,0 +1,4 @@
|
||||
[Dolphin]
|
||||
ShowPreview=true
|
||||
Timestamp=2011,12,8,10,59,54
|
||||
Version=2
|
||||
BIN
LocationLib/res/drawable-hdpi/map_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
LocationLib/res/drawable-hdpi/map_mode_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
LocationLib/res/drawable-hdpi/mark_my_location_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
LocationLib/res/drawable-hdpi/my_location_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
LocationLib/res/drawable-hdpi/nav_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
4
LocationLib/res/drawable-ldpi/.directory
Normal file
@@ -0,0 +1,4 @@
|
||||
[Dolphin]
|
||||
ShowPreview=true
|
||||
Timestamp=2011,12,8,10,59,27
|
||||
Version=2
|
||||
BIN
LocationLib/res/drawable-ldpi/map_action_bar.png
Normal file
|
After Width: | Height: | Size: 621 B |
BIN
LocationLib/res/drawable-ldpi/map_mode_action_bar.png
Normal file
|
After Width: | Height: | Size: 529 B |
BIN
LocationLib/res/drawable-ldpi/mark_my_location_action_bar.png
Normal file
|
After Width: | Height: | Size: 569 B |
BIN
LocationLib/res/drawable-ldpi/my_location_action_bar.png
Normal file
|
After Width: | Height: | Size: 603 B |
BIN
LocationLib/res/drawable-ldpi/nav_action_bar.png
Normal file
|
After Width: | Height: | Size: 713 B |
4
LocationLib/res/drawable-mdpi/.directory
Normal file
@@ -0,0 +1,4 @@
|
||||
[Dolphin]
|
||||
ShowPreview=true
|
||||
Timestamp=2011,12,8,10,59,43
|
||||
Version=2
|
||||
BIN
LocationLib/res/drawable-mdpi/map_action_bar.png
Normal file
|
After Width: | Height: | Size: 823 B |
BIN
LocationLib/res/drawable-mdpi/map_mode_action_bar.png
Normal file
|
After Width: | Height: | Size: 752 B |
BIN
LocationLib/res/drawable-mdpi/mark_my_location_action_bar.png
Normal file
|
After Width: | Height: | Size: 743 B |
BIN
LocationLib/res/drawable-mdpi/my_location_action_bar.png
Normal file
|
After Width: | Height: | Size: 769 B |
BIN
LocationLib/res/drawable-mdpi/nav_action_bar.png
Normal file
|
After Width: | Height: | Size: 1009 B |
4
LocationLib/res/drawable-xhdpi/.directory
Normal file
@@ -0,0 +1,4 @@
|
||||
[Dolphin]
|
||||
ShowPreview=true
|
||||
Timestamp=2011,12,8,11,0,5
|
||||
Version=2
|
||||
BIN
LocationLib/res/drawable-xhdpi/map_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
LocationLib/res/drawable-xhdpi/map_mode_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
LocationLib/res/drawable-xhdpi/mark_my_location_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
LocationLib/res/drawable-xhdpi/my_location_action_bar.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
LocationLib/res/drawable-xhdpi/nav_action_bar.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
@@ -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>
|
||||