Made improvements in Measure Distance and changed colors of RenameMarkerBottomDialogFragment
This commit is contained in:
parent
c69bc751a6
commit
3e858affea
2 changed files with 7 additions and 8 deletions
|
@ -1181,13 +1181,13 @@ public class MeasurementToolFragment extends BaseOsmAndFragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void saveGpx(final File dir,
|
private void saveGpx(final File dir,
|
||||||
final String fileName,
|
final String fileName,
|
||||||
final boolean showOnMap,
|
final boolean showOnMap,
|
||||||
final GPXFile gpx,
|
final GPXFile gpx,
|
||||||
final boolean openTrackActivity,
|
final boolean openTrackActivity,
|
||||||
final NewGpxData.ActionType actionType,
|
final NewGpxData.ActionType actionType,
|
||||||
final SaveType saveType,
|
final SaveType saveType,
|
||||||
final boolean close) {
|
final boolean close) {
|
||||||
|
|
||||||
new AsyncTask<Void, Void, String>() {
|
new AsyncTask<Void, Void, String>() {
|
||||||
|
|
||||||
|
|
|
@ -419,7 +419,6 @@ public class MapInfoWidgetsFactory {
|
||||||
if (topBarSwitchVisible) {
|
if (topBarSwitchVisible) {
|
||||||
switchCompat.setChecked(topBarSwitchChecked);
|
switchCompat.setChecked(topBarSwitchChecked);
|
||||||
view.setTopBarSwitchTrackColor(switchCompat, topBarSwitchChecked);
|
view.setTopBarSwitchTrackColor(switchCompat, topBarSwitchChecked);
|
||||||
|
|
||||||
}
|
}
|
||||||
if (view.getShadowView() != null) {
|
if (view.getShadowView() != null) {
|
||||||
view.getShadowView().setVisibility(View.VISIBLE);
|
view.getShadowView().setVisibility(View.VISIBLE);
|
||||||
|
|
Loading…
Reference in a new issue