上海工程测量
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

204 lines
9.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView
android:layout_width="match_parent"
android:layout_height="@dimen/sw_209dp"
android:background="@drawable/bg_top_blue"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tvProject"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/sw_20dp"
android:layout_marginTop="@dimen/sw_20dp"
android:textColor="@color/text_color_fff"
android:textSize="@dimen/sw_20sp"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="某工程" />
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/layoutFirst"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/sw_20dp"
android:layout_marginTop="@dimen/sw_16dp"
android:background="@drawable/bg_section_r_8_top"
android:paddingHorizontal="@dimen/sw_22dp"
android:paddingTop="@dimen/sw_18dp"
android:paddingBottom="@dimen/sw_6dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/tvProject">
<TextView
android:id="@+id/tvTitle1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/beidou_application"
android:textColor="@color/text_color_main"
android:textSize="@dimen/sw_14sp"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<com.project.survey.widget.SectionItemWidget
android:id="@+id/itemPointMeasure"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sw_6dp"
app:layout_constraintEnd_toStartOf="@id/itemLofting"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvTitle1"
app:siw_icon="@drawable/icon_point_measurement"
app:siw_name="@string/point_measurement" />
<com.project.survey.widget.SectionItemWidget
android:id="@+id/itemLofting"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintEnd_toStartOf="@id/viewSpacer1"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toEndOf="@id/itemPointMeasure"
app:layout_constraintTop_toTopOf="@id/itemPointMeasure"
app:siw_icon="@drawable/icon_lofting"
app:siw_name="@string/stakeout" />
<View
android:id="@+id/viewSpacer1"
android:layout_width="0dp"
android:layout_height="1dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toEndOf="@id/itemLofting"
app:layout_constraintTop_toTopOf="@id/itemPointMeasure" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/layoutSecond"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/sw_20dp"
android:layout_marginTop="@dimen/sw_16dp"
android:background="@drawable/bg_section_r_8"
android:paddingHorizontal="@dimen/sw_22dp"
android:paddingTop="@dimen/sw_18dp"
android:paddingBottom="@dimen/sw_6dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/layoutFirst">
<TextView
android:id="@+id/tvTitle2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/process_approval"
android:textColor="@color/text_color_main"
android:textSize="@dimen/sw_14sp"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<com.project.survey.widget.SectionItemWidget
android:id="@+id/itemToBeProcessed"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sw_6dp"
app:layout_constraintEnd_toStartOf="@id/itemProcessed"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvTitle2"
app:siw_icon="@drawable/icon_to_be_processed"
app:siw_name="@string/to_be_processed" />
<com.project.survey.widget.SectionItemWidget
android:id="@+id/itemProcessed"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintEnd_toStartOf="@id/itemInitiated"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toEndOf="@id/itemToBeProcessed"
app:layout_constraintTop_toTopOf="@id/itemToBeProcessed"
app:siw_icon="@drawable/icon_processed"
app:siw_name="@string/processed" />
<com.project.survey.widget.SectionItemWidget
android:id="@+id/itemInitiated"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toEndOf="@id/itemProcessed"
app:layout_constraintTop_toTopOf="@id/itemToBeProcessed"
app:siw_icon="@drawable/icon_initiated"
app:siw_name="@string/initiated" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/llThird"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/sw_20dp"
android:layout_marginTop="@dimen/sw_16dp"
android:background="@drawable/bg_section_r_8"
android:paddingHorizontal="@dimen/sw_22dp"
android:paddingTop="@dimen/sw_18dp"
android:paddingBottom="@dimen/sw_6dp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/layoutSecond">
<TextView
android:id="@+id/tvTitle3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/engineering_control_network"
android:textColor="@color/text_color_main"
android:textSize="@dimen/sw_14sp"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<com.project.survey.widget.SectionItemWidget
android:id="@+id/itemControlNetFirst"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sw_6dp"
app:layout_constraintEnd_toStartOf="@id/itemControlNetSpecial"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvTitle3"
app:siw_icon="@drawable/icon_head_control_network"
app:siw_name="@string/head_control_network" />
<com.project.survey.widget.SectionItemWidget
android:id="@+id/itemControlNetSpecial"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintEnd_toStartOf="@id/viewSpacer3"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toEndOf="@id/itemControlNetFirst"
app:layout_constraintTop_toTopOf="@id/itemControlNetFirst"
app:siw_icon="@drawable/icon_dedicated_control_network"
app:siw_name="@string/dedicated_control_network" />
<View
android:id="@+id/viewSpacer3"
android:layout_width="0dp"
android:layout_height="1dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_weight="1"
app:layout_constraintStart_toEndOf="@id/itemControlNetSpecial"
app:layout_constraintTop_toTopOf="@id/itemControlNetFirst" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>