UI
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user