布局调整

This commit is contained in:
tongchenfei
2020-05-27 16:31:05 +08:00
parent 458d5f9cc8
commit 8caa9251df
6 changed files with 10 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<com.mogo.module.extensions.navi.TopView
android:id="@+id/module_entrance_id_top_container"
android:layout_width="@dimen/module_ext_navi_info_panel_width"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
android:clickable="true"
@@ -29,6 +29,7 @@
android:layout_height="@dimen/module_ext_navi_info_panel_height"
android:background="@drawable/module_ext_dw_navi_info_panel_bkg"
app:layout_constraintLeft_toLeftOf="@id/module_entrance_id_top_container"
app:layout_constraintRight_toRightOf="@id/module_entrance_id_top_container"
app:layout_constraintTop_toBottomOf="@id/module_entrance_id_top_container" />
<ImageView