整合SDK成功
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="GridMapView">
|
||||
<attr name="columns" format="integer" />
|
||||
<attr name="rows" format="integer" />
|
||||
<attr name="spacing" format="dimension" />
|
||||
<attr name="initCenterX" format="float" />
|
||||
<attr name="initCenterY" format="float" />
|
||||
<attr name="initViewWidth" format="dimension" />
|
||||
<attr name="initViewHeight" format="dimension" />
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- WinBoll 默认方案 -->
|
||||
<color name="colorPrimary">#FF196ABC</color>
|
||||
<color name="colorPrimaryDark">#FF002B57</color>
|
||||
<color name="colorAccent">#FF80BFFF</color>
|
||||
<color name="colorPrimary">#1033F6</color>
|
||||
<color name="colorPrimaryDark">#131313</color>
|
||||
<color name="colorAccent">#FF4081</color>
|
||||
<color name="style">#4ddad589</color>
|
||||
<color name="color_C71585">#C71585</color>
|
||||
</resources>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">Positions</string>
|
||||
<string name="app_name">腾讯地图示例</string>
|
||||
|
||||
<string name="title_main_basic">基础地图</string>
|
||||
<string name="title_main_interactive">地图交互</string>
|
||||
@@ -41,4 +39,5 @@
|
||||
<string name="menu_title_marker_general">普通点聚合</string>
|
||||
<string name="menu_title_marker_massive">海量点聚合</string>
|
||||
<string name="menu_title_marker_custom">自定义点聚合</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="MyAppTheme" parent="APPBaseTheme">
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
|
||||
Reference in New Issue
Block a user