[android] Small fixes.

This commit is contained in:
Dmitry Kunin 2013-06-07 18:31:25 +03:00 committed by Alex Zolotarev
parent e10b7b4635
commit 20bec294d3
3 changed files with 2 additions and 10 deletions

View file

@ -1,8 +0,0 @@
<resources>
<!--
Customize dimensions originally defined in res/values/dimens.xml (such as
screen margins) for sw600dp devices (e.g. 7" tablets) here.
-->
</resources>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="icon_size">32dp</dimen>
<dimen name="icon_size">24dp</dimen>
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>

View file

@ -78,7 +78,7 @@ public class MapObjectFragment extends Fragment
UiUtils.show(mEditBmk);
UiUtils.hide(mOpenWith);
setTexts(bookmark.getName(), bookmark.getCategoryName(), null, bookmark.getLat(), bookmark.getLon());
setTexts(bookmark.getName(), bookmark.getCategoryName(), bookmark.getBookmarkDescription(), bookmark.getLat(), bookmark.getLon());
@SuppressWarnings("deprecation")
Drawable icon = new BitmapDrawable(bookmark.getIcon().getIcon());