forked from organicmaps/organicmaps
[android] Small fixes.
This commit is contained in:
parent
e10b7b4635
commit
20bec294d3
3 changed files with 2 additions and 10 deletions
|
@ -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>
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue