changed type of divider
This commit is contained in:
parent
6f463efd30
commit
d5cad82b32
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ import net.osmand.plus.base.MenuBottomSheetDialogFragment;
|
|||
import net.osmand.plus.base.bottomsheetmenu.BaseBottomSheetItem;
|
||||
import net.osmand.plus.base.bottomsheetmenu.BottomSheetItemWithCompoundButton;
|
||||
import net.osmand.plus.base.bottomsheetmenu.SimpleBottomSheetItem;
|
||||
import net.osmand.plus.base.bottomsheetmenu.simpleitems.DividerHalfItem;
|
||||
import net.osmand.plus.base.bottomsheetmenu.simpleitems.DividerItem;
|
||||
import net.osmand.plus.base.bottomsheetmenu.simpleitems.TitleItem;
|
||||
import net.osmand.plus.helpers.ColorDialogs;
|
||||
|
@ -150,7 +151,7 @@ public class EditFavoriteGroupDialogFragment extends MenuBottomSheetDialogFragme
|
|||
items.add(showOnMapItem);
|
||||
|
||||
if (group.points.size() > 0) {
|
||||
items.add(new DividerItem(getContext()));
|
||||
items.add(new DividerHalfItem(getContext()));
|
||||
}
|
||||
|
||||
final MapMarkersHelper markersHelper = app.getMapMarkersHelper();
|
||||
|
|
Loading…
Reference in a new issue