皮肤设置修改

This commit is contained in:
wangcongtao
2020-08-27 14:00:49 +08:00
parent 9107933389
commit b7110045e6
8 changed files with 60 additions and 146 deletions

View File

@@ -37,7 +37,7 @@ public abstract class MogoBaseMapView extends FrameLayout implements ILifeCycle
init( context );
}
private void init( Context context ) {
protected void init( Context context ) {
mMapView = createMapView( context );
if ( mMapView != null ) {
final View mapView = mMapView.getMapView();