marker图形修改,接口联调,以及上报marker的处理
BIN
app/src/main/res/drawable/marker_charge_centre_bg.png
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
app/src/main/res/drawable/marker_charge_have_bg.png
Normal file
|
After Width: | Height: | Size: 893 B |
BIN
app/src/main/res/drawable/marker_other_have_bg.png
Normal file
|
After Width: | Height: | Size: 894 B |
BIN
app/src/main/res/drawable/marker_pile_bg.png
Normal file
|
After Width: | Height: | Size: 802 B |
BIN
app/src/main/res/drawable/marker_pile_centre_bg.png
Normal file
|
After Width: | Height: | Size: 806 B |
BIN
app/src/main/res/drawable/marker_pile_have_bg.png
Normal file
|
After Width: | Height: | Size: 832 B |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 844 B |
BIN
app/src/main/res/drawable/marker_poi_have_bg.png
Normal file
|
After Width: | Height: | Size: 844 B |
|
Before Width: | Height: | Size: 5.6 KiB |
BIN
app/src/main/res/drawable/marker_road_have_bg.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 296 B |
|
Before Width: | Height: | Size: 844 B |
|
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 391 B |
BIN
app/src/main/res/drawable/poi_video_bg.png
Normal file
|
After Width: | Height: | Size: 873 B |
BIN
app/src/main/res/drawable/poi_video_have_bg.png
Normal file
|
After Width: | Height: | Size: 878 B |
|
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 716 B |
@@ -23,9 +23,9 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="?attr/actionBarSize"
|
||||
android:focusable="false"
|
||||
android:focusableInTouchMode="false"
|
||||
android:gravity="center"
|
||||
android:focusable="false"
|
||||
app:layout_constraintBottom_toTopOf="@+id/frame_layout"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
@@ -42,16 +42,17 @@
|
||||
android:background="@drawable/ic_baseline_add_alert"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
</ImageView>
|
||||
<!-- <TextView-->
|
||||
<!-- android:layout_width="wrap_content"-->
|
||||
<!-- android:layout_height="wrap_content"-->
|
||||
<!-- android:text="10"-->
|
||||
<!-- android:background="@drawable/small_bell_text"-->
|
||||
<!-- android:textColor="@color/white"-->
|
||||
<!-- app:layout_constraintTop_toTopOf="@+id/iv_message"-->
|
||||
<!-- app:layout_constraintLeft_toRightOf="@+id/iv_message"/>-->
|
||||
|
||||
<!--<TextView-->
|
||||
<!--android:layout_width="wrap_content"-->
|
||||
<!--android:layout_height="wrap_content"-->
|
||||
<!--android:text="10"-->
|
||||
<!--android:background="@drawable/small_bell_text"-->
|
||||
<!--android:textColor="@color/white"-->
|
||||
<!--app:layout_constraintTop_toTopOf="@+id/iv_message"-->
|
||||
<!--app:layout_constraintLeft_toRightOf="@+id/iv_message"/>-->
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/frame_layout"
|
||||
android:layout_width="match_parent"
|
||||
@@ -60,7 +61,8 @@
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/cb_map_type"
|
||||
@@ -72,7 +74,8 @@
|
||||
android:checked="false"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/cb_foot_type"
|
||||
@@ -83,7 +86,8 @@
|
||||
android:button="@null"
|
||||
android:checked="false"
|
||||
app:layout_constraintRight_toRightOf="@id/cb_map_type"
|
||||
app:layout_constraintTop_toBottomOf="@id/cb_map_type" />
|
||||
app:layout_constraintTop_toBottomOf="@id/cb_map_type"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_submit"
|
||||
@@ -92,7 +96,8 @@
|
||||
android:src="@mipmap/submit"
|
||||
app:layout_constraintBottom_toBottomOf="@id/iv_refrish"
|
||||
app:layout_constraintLeft_toLeftOf="@id/cb_foot_type"
|
||||
app:layout_constraintTop_toTopOf="@id/iv_zoom_del" />
|
||||
app:layout_constraintTop_toTopOf="@id/iv_zoom_del"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_filter"
|
||||
@@ -101,7 +106,8 @@
|
||||
android:layout_marginTop="15dp"
|
||||
android:src="@mipmap/filter"
|
||||
app:layout_constraintLeft_toLeftOf="@id/cb_foot_type"
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_submit" />
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_submit"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_zoom_add"
|
||||
@@ -111,7 +117,8 @@
|
||||
android:layout_marginTop="15dp"
|
||||
android:src="@mipmap/zoom_add"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/cb_foot_type" />
|
||||
app:layout_constraintTop_toBottomOf="@id/cb_foot_type"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_zoom_del"
|
||||
@@ -120,7 +127,8 @@
|
||||
android:layout_marginTop="15dp"
|
||||
android:src="@mipmap/zoom_del"
|
||||
app:layout_constraintLeft_toLeftOf="@id/iv_zoom_add"
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_zoom_add" />
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_zoom_add"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_refrish"
|
||||
@@ -129,7 +137,8 @@
|
||||
android:layout_marginTop="15dp"
|
||||
android:src="@mipmap/refresh"
|
||||
app:layout_constraintLeft_toLeftOf="@id/iv_zoom_del"
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_zoom_del" />
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_zoom_del"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_location"
|
||||
@@ -138,7 +147,8 @@
|
||||
android:layout_marginTop="15dp"
|
||||
android:src="@mipmap/mine_location"
|
||||
app:layout_constraintLeft_toLeftOf="@id/iv_refrish"
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_refrish" />
|
||||
app:layout_constraintTop_toBottomOf="@id/iv_refrish"
|
||||
/>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
||||