优化顶部view接口及实现
This commit is contained in:
@@ -5,6 +5,19 @@
|
||||
android:layout_height="@dimen/dp_350"
|
||||
android:background="#000">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/tvIndex"
|
||||
android:text="1"
|
||||
android:textSize="24sp"
|
||||
android:textColor="#fff"
|
||||
android:padding="10dp"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent" />
|
||||
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv1"
|
||||
android:layout_width="@dimen/dp_150"
|
||||
|
||||
@@ -238,7 +238,7 @@
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/module_ext_north_textSize"
|
||||
app:layout_constraintRight_toRightOf="@+id/module_entrance_id_upload_road_condition"
|
||||
app:layout_constraintTop_toBottomOf="@+id/module_entrance_id_navi_info_panel"
|
||||
app:layout_constraintTop_toBottomOf="@+id/module_map_id_navi_bg"
|
||||
app:layout_goneMarginTop="@dimen/module_ext_north_goneMarginTop" />
|
||||
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
<dimen name="module_ext_button_width">120px</dimen>
|
||||
<dimen name="module_ext_button_height">120px</dimen>
|
||||
<dimen name="module_ext_camera_button_marginTop">30px</dimen>
|
||||
<dimen name="module_ext_display_overview_textSize">122px</dimen>
|
||||
<dimen name="module_ext_display_overview_textSize">22px</dimen>
|
||||
<dimen name="module_ext_north_textSize">28px</dimen>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user