Skip to content

Commit

Permalink
formatting readme markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Jan 4, 2010
1 parent 8081638 commit 04fc3d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Expand Up @@ -23,6 +23,7 @@ Implementation

Due to the resource file dependencies, there unfortunately isn't a single redistributable file package. You must copy the following into your project:

<pre>
src/com/readystatesoftware/mapviewballoons/BalloonItemizedOverlay.java
src/com/readystatesoftware/mapviewballoons/BalloonOverlayView.java
res/drawable/balloon_overlay_bg_selector.xml
Expand All @@ -33,6 +34,7 @@ res/drawable-mdpi/balloon_overlay_close.png
res/drawable-mdpi/balloon_overlay_focused.9.png
res/drawable-mdpi/balloon_overlay_unfocused.9.png
res/layout/balloon_map_overlay.xml
</pre>

Ensure your projects auto-generated R class is imported within BalloonItemizedOverlay.java and BalloonOverlayView.java.

Expand All @@ -43,7 +45,7 @@ Whats Missing?
* Long press support
* Trackball support (not tested)
* Focus events (not tested)

<br />
License
_______

Expand Down

0 comments on commit 04fc3d4

Please sign in to comment.