markers resizing

This commit is contained in:
Adam Domagalski 2018-11-21 00:43:42 +01:00
parent 549c2f6484
commit ffcc68c107
3 changed files with 4 additions and 3 deletions

View File

@ -147,6 +147,7 @@ public class MapActivity extends BaseActivity
manualLocHandler.removeCallbacks(manualLocStatusChecker); manualLocHandler.removeCallbacks(manualLocStatusChecker);
rmButton.setVisibility(View.GONE); rmButton.setVisibility(View.GONE);
Toast.makeText(MapActivity.this, "Your marker will disappear in next couple minutes", Toast.LENGTH_SHORT).show();
}); });
} else { } else {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB