taomenggo init
This commit is contained in:
BIN
locationkit/src/main/res/drawable-xxxhdpi/ic_location_marker.png
Normal file
BIN
locationkit/src/main/res/drawable-xxxhdpi/ic_location_marker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
locationkit/src/main/res/drawable-xxxhdpi/ic_my_location_in.png
Normal file
BIN
locationkit/src/main/res/drawable-xxxhdpi/ic_my_location_in.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
locationkit/src/main/res/drawable-xxxhdpi/ic_my_location_to.png
Normal file
BIN
locationkit/src/main/res/drawable-xxxhdpi/ic_my_location_to.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
10
locationkit/src/main/res/values-en/string.xml
Normal file
10
locationkit/src/main/res/values-en/string.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<string name="location_amap_nav_title">AutoNavi Maps</string>
|
||||
<string name="location_tencent_nav_title">Google Maps</string>
|
||||
</resources>
|
||||
12
locationkit/src/main/res/values-ja/string.xml
Normal file
12
locationkit/src/main/res/values-ja/string.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
|
||||
<string name="location_amap_nav_title">高德地圖</string>
|
||||
<string name="location_tencent_nav_title">Google Maps</string>
|
||||
</resources>
|
||||
12
locationkit/src/main/res/values-zh/string.xml
Normal file
12
locationkit/src/main/res/values-zh/string.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
|
||||
<string name="location_amap_nav_title">高德地图</string>
|
||||
<string name="location_tencent_nav_title">Google地图</string>
|
||||
</resources>
|
||||
4
locationkit/src/main/res/values/colors.xml
Normal file
4
locationkit/src/main/res/values/colors.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="choice_dialog_title">#333333</color>
|
||||
</resources>
|
||||
12
locationkit/src/main/res/values/string.xml
Normal file
12
locationkit/src/main/res/values/string.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
|
||||
<string name="location_amap_nav_title">高德地圖</string>
|
||||
<string name="location_tencent_nav_title">Google地圖</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user