添加消息通知接口

This commit is contained in:
md
2021-09-02 18:38:19 +08:00
parent 7dd98af97d
commit ddfea1b990
6 changed files with 230 additions and 51 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="50dp" />
<solid android:color="#D0021B" />
</shape>

View File

@@ -37,8 +37,10 @@
</LinearLayout>
<CheckBox
android:id="@+id/cb_unSubmit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="30dp"
android:layout_height="30dp"
android:scaleX="1.5"
android:scaleY="1.5"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintRight_toRightOf="parent"/>

View File

@@ -11,18 +11,19 @@
sothree:umanoOverlay="false"
sothree:umanoPanelHeight="0dp"
sothree:umanoShadowHeight="0dp">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.tencent.tencentmap.mapsdk.maps.MapView
android:id="@+id/treasure_map"
android:layout_width="10dp"
android:layout_height="10dp"
android:layout_marginTop="?attr/actionBarSize"
android:focusable="false"
android:focusableInTouchMode="false"
android:gravity="center"
android:focusable="false">
</com.tencent.tencentmap.mapsdk.maps.MapView>
android:gravity="center"></com.tencent.tencentmap.mapsdk.maps.MapView>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
@@ -34,13 +35,21 @@
android:id="@+id/iv_message"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_marginTop="80dp"
android:layout_marginLeft="20dp"
android:layout_marginTop="80dp"
android:background="@drawable/iv_message"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent">
</ImageView>
app:layout_constraintTop_toTopOf="parent"></ImageView>
<ImageView
android:id="@+id/iv_mas_notification"
android:layout_width="10dp"
android:layout_height="10dp"
android:src="@drawable/ic_red_point"
android:visibility="gone"
app:layout_constraintTop_toTopOf="@+id/iv_message"
app:layout_constraintRight_toRightOf="@+id/iv_message"
/>
<FrameLayout
android:id="@+id/frame_layout"
@@ -50,8 +59,7 @@
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"
@@ -63,8 +71,7 @@
android:checked="false"
app:layout_constraintBottom_toTopOf="@+id/iv_submit"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="@+id/iv_zoom_add"
/>
app:layout_constraintTop_toTopOf="@+id/iv_zoom_add" />
<ImageView
@@ -74,8 +81,7 @@
android:src="@mipmap/submit"
app:layout_constraintBottom_toBottomOf="@id/iv_refrish"
app:layout_constraintLeft_toLeftOf="@id/cb_map_type"
app:layout_constraintTop_toTopOf="@id/iv_zoom_del"
/>
app:layout_constraintTop_toTopOf="@id/iv_zoom_del" />
<ImageView
android:id="@+id/iv_filter"
@@ -84,8 +90,7 @@
android:layout_marginTop="15dp"
android:src="@mipmap/filter"
app:layout_constraintLeft_toLeftOf="@id/cb_map_type"
app:layout_constraintTop_toBottomOf="@id/iv_submit"
/>
app:layout_constraintTop_toBottomOf="@id/iv_submit" />
<ImageView
android:id="@+id/iv_zoom_add"
@@ -94,10 +99,9 @@
android:layout_marginLeft="15dp"
android:layout_marginTop="15dp"
android:src="@mipmap/zoom_add"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
/>
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/iv_zoom_del"
@@ -106,8 +110,7 @@
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"
@@ -116,8 +119,7 @@
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"
@@ -126,8 +128,7 @@
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>
</FrameLayout>
@@ -139,20 +140,21 @@
android:focusable="true"
android:orientation="vertical">
<!-- <ScrollView
<!-- <ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"> </ScrollView>-->
<LinearLayout
android:id="@+id/scroll_parent_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<FrameLayout
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"></FrameLayout>
</LinearLayout>
android:layout_height="wrap_content"> </ScrollView>-->
<LinearLayout
android:id="@+id/scroll_parent_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<FrameLayout
android:id="@+id/scroll_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"></FrameLayout>
</LinearLayout>
</LinearLayout>