修改‘其他’页面的接口
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user