修改‘其他’页面的接口

This commit is contained in:
md
2021-07-08 15:31:54 +08:00
parent 8fc6ed7d2a
commit ce4e734199
6 changed files with 39 additions and 11 deletions

View File

@@ -35,15 +35,23 @@
</com.tencent.tencentmap.mapsdk.maps.MapView>
<ImageView
android:id="@+id/iv_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginTop="60dp"
android:layout_marginLeft="20dp"
android:background="@drawable/fuwu"
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"/>-->
<FrameLayout
android:id="@+id/frame_layout"
android:layout_width="match_parent"