修改bug

This commit is contained in:
wds
2021-07-29 10:41:04 +08:00
parent 91862b4734
commit e0e53d69fd
4 changed files with 7 additions and 9 deletions

View File

@@ -22,13 +22,7 @@
android:layout_marginTop="?attr/actionBarSize"
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"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
android:focusable="false">
</com.tencent.tencentmap.mapsdk.maps.MapView>
<androidx.constraintlayout.widget.ConstraintLayout