This commit is contained in:
zhangyuanzhen
2020-02-26 16:08:49 +08:00
parent 4f2d2fe1e5
commit 4d90ac92b3
4 changed files with 4 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ public abstract class BaseFragment extends Fragment {
* 移动地图中心点到屏幕右侧
*/
protected void moveMapToRight(){
SearchServiceHolder.INSTANCE.getMapUIController().setPointToCenter(0.66145, 0.590688);
SearchServiceHolder.INSTANCE.getMapUIController().setPointToCenter(0.66145, 0.661094);
}
}

View File

@@ -55,7 +55,7 @@ public class BitmapUtils {
}
} else {
if (i == 1) {
canvas.drawText(text, (width - bounds.width()*1.5F) / 2.0F,
canvas.drawText(text, (width - bounds.width()*1.8F) / 2.0F,
(float) (bounds.height() * 1.9),
paint);
}else {