1. 修改项目对CarSeries类的依赖
This commit is contained in:
@@ -73,7 +73,7 @@ public class MarkerUtils {
|
||||
final int paddingBottom;
|
||||
final int paddingRight;
|
||||
final int paddingLeft;
|
||||
if (CarSeries.getSeries() == CarSeries.CAR_SERIES_F80X) {
|
||||
if (CarSeries.isF8xxSeries()) {
|
||||
paddingTop = WindowUtils.dip2px(context, 250);
|
||||
paddingBottom = WindowUtils.dip2px(context, 100);
|
||||
paddingRight = WindowUtils.dip2px(context, 100);
|
||||
|
||||
Reference in New Issue
Block a user