[2.8.0-f] 屏幕适配
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -5,5 +5,5 @@
|
||||
android:endColor="#1B2966"
|
||||
android:angle="0"
|
||||
/>
|
||||
<corners android:radius="40px" />
|
||||
<corners android:radius="40dp" />
|
||||
</shape>
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#263869" />
|
||||
<corners android:radius="20px" />
|
||||
<corners android:radius="20dp" />
|
||||
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<size android:width="0px" android:height="50px" />
|
||||
<size android:width="0dp" android:height="50dp" />
|
||||
</shape>
|
||||
@@ -5,5 +5,5 @@
|
||||
android:endColor="#0056FF"
|
||||
android:angle="0"
|
||||
/>
|
||||
<corners android:radius="8px" />
|
||||
<corners android:radius="8dp" />
|
||||
</shape>
|
||||
@@ -5,5 +5,5 @@
|
||||
android:endColor="#0056FF"
|
||||
android:angle="0"
|
||||
/>
|
||||
<corners android:radius="24px" />
|
||||
<corners android:radius="24dp" />
|
||||
</shape>
|
||||
@@ -9,20 +9,20 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/close"
|
||||
android:layout_width="107px"
|
||||
android:layout_height="107px"
|
||||
android:layout_marginTop="66px"
|
||||
android:layout_marginEnd="40px"
|
||||
android:layout_width="107dp"
|
||||
android:layout_height="107dp"
|
||||
android:layout_marginTop="66dp"
|
||||
android:layout_marginEnd="40dp"
|
||||
android:src="@drawable/icon_close_nor"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<View
|
||||
android:id="@+id/blue_block"
|
||||
android:layout_width="14px"
|
||||
android:layout_height="50px"
|
||||
android:layout_marginStart="80px"
|
||||
android:layout_marginTop="92px"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginStart="80dp"
|
||||
android:layout_marginTop="92dp"
|
||||
android:background="#2966EC"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -31,10 +31,10 @@
|
||||
android:id="@+id/title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="19px"
|
||||
android:layout_marginStart="19dp"
|
||||
android:text="请选择本次接管原因"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="42px"
|
||||
android:textSize="42dp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/blue_block"
|
||||
app:layout_constraintStart_toEndOf="@+id/blue_block"
|
||||
app:layout_constraintTop_toTopOf="@+id/blue_block" />
|
||||
@@ -43,10 +43,10 @@
|
||||
android:id="@+id/time_of_take_over"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="113px"
|
||||
android:layout_marginTop="10px"
|
||||
android:layout_marginStart="113dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:textColor="#A7B6F0"
|
||||
android:textSize="32px"
|
||||
android:textSize="32dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/blue_block"
|
||||
tools:text="接管时间:2021.12.21 14:32" />
|
||||
@@ -55,49 +55,49 @@
|
||||
android:id="@+id/rv_take_over"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="101px"
|
||||
android:layout_marginTop="101dp"
|
||||
android:overScrollMode="never"
|
||||
app:layout_constraintBottom_toTopOf="@+id/ok"
|
||||
android:layout_marginBottom="20px"
|
||||
android:layout_marginBottom="20dp"
|
||||
app:layout_constraintTop_toBottomOf="@+id/time_of_take_over" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/ok"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="123px"
|
||||
android:paddingTop="31px"
|
||||
android:paddingEnd="123px"
|
||||
android:paddingBottom="31px"
|
||||
android:paddingStart="123dp"
|
||||
android:paddingTop="31dp"
|
||||
android:paddingEnd="123dp"
|
||||
android:paddingBottom="31dp"
|
||||
android:text="确认"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="42px"
|
||||
android:layout_marginStart="100px"
|
||||
android:layout_marginEnd="100px"
|
||||
android:textSize="42dp"
|
||||
android:layout_marginStart="100dp"
|
||||
android:layout_marginEnd="100dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/cancel"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
android:enabled="false"
|
||||
android:layout_marginBottom="150px"/>
|
||||
android:layout_marginBottom="150dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/cancel"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="123px"
|
||||
android:paddingTop="31px"
|
||||
android:paddingEnd="123px"
|
||||
android:paddingBottom="31px"
|
||||
android:paddingStart="123dp"
|
||||
android:paddingTop="31dp"
|
||||
android:paddingEnd="123dp"
|
||||
android:paddingBottom="31dp"
|
||||
android:text="取消"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="42px"
|
||||
android:layout_marginEnd="100px"
|
||||
android:textSize="42dp"
|
||||
android:layout_marginEnd="100dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintStart_toEndOf="@+id/ok"
|
||||
android:layout_marginBottom="150px"/>
|
||||
android:layout_marginBottom="150dp"/>
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/pb"
|
||||
|
||||
@@ -2,27 +2,27 @@
|
||||
<merge 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"
|
||||
tools:layout_width="960px"
|
||||
tools:layout_width="960dp"
|
||||
tools:layout_height="match_parent"
|
||||
android:background="#F0151D41"
|
||||
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivConfigClose"
|
||||
android:layout_width="107px"
|
||||
android:layout_height="107px"
|
||||
android:layout_marginTop="66px"
|
||||
android:layout_marginEnd="40px"
|
||||
android:layout_width="107dp"
|
||||
android:layout_height="107dp"
|
||||
android:layout_marginTop="66dp"
|
||||
android:layout_marginEnd="40dp"
|
||||
android:src="@drawable/icon_close_nor"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<View
|
||||
android:id="@+id/viewConfigTitleLine"
|
||||
android:layout_width="14px"
|
||||
android:layout_height="50px"
|
||||
android:layout_marginStart="80px"
|
||||
android:layout_marginTop="92px"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginStart="80dp"
|
||||
android:layout_marginTop="92dp"
|
||||
android:background="#2966EC"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -33,36 +33,36 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Case上报"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="42px"
|
||||
android:textSize="42dp"
|
||||
app:layout_constraintTop_toTopOf="@id/viewConfigTitleLine"
|
||||
app:layout_constraintBottom_toBottomOf="@id/viewConfigTitleLine"
|
||||
app:layout_constraintLeft_toLeftOf="@id/viewConfigTitleLine"
|
||||
android:layout_marginStart="50px"
|
||||
android:layout_marginStart="50dp"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvConfigSave"
|
||||
android:layout_width="800px"
|
||||
android:layout_height="126px"
|
||||
android:layout_width="800dp"
|
||||
android:layout_height="126dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
android:text="保存"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="42px"
|
||||
android:textSize="42dp"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/save_button_bg"
|
||||
android:layout_marginBottom="100px"
|
||||
android:layout_marginBottom="100dp"
|
||||
/>
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="800px"
|
||||
android:layout_width="800dp"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/viewConfigTitleLine"
|
||||
app:layout_constraintBottom_toTopOf="@id/tvConfigSave"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:layout_marginTop="100px"
|
||||
android:layout_marginTop="100dp"
|
||||
android:scrollbars="none"
|
||||
>
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="身份"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
/>
|
||||
@@ -90,10 +90,10 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="安全员"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="30px"
|
||||
android:drawablePadding="30dp"
|
||||
android:paddingTop="@dimen/dp_30"
|
||||
android:paddingBottom="@dimen/dp_30"
|
||||
android:paddingEnd="@dimen/dp_30"
|
||||
@@ -107,10 +107,10 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="QA、研发"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="30px"
|
||||
android:drawablePadding="30dp"
|
||||
android:paddingTop="@dimen/dp_30"
|
||||
android:paddingBottom="@dimen/dp_30"
|
||||
android:paddingEnd="@dimen/dp_30"
|
||||
@@ -125,10 +125,10 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="产品、运营、演示"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="30px"
|
||||
android:drawablePadding="30dp"
|
||||
android:paddingTop="@dimen/dp_30"
|
||||
android:paddingBottom="@dimen/dp_30"
|
||||
android:paddingEnd="@dimen/dp_30"
|
||||
@@ -142,7 +142,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="录制窗口"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/rbProduct"
|
||||
app:layout_constraintLeft_toLeftOf="@id/rbProduct"
|
||||
android:layout_marginTop="@dimen/dp_50"
|
||||
@@ -154,7 +154,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="主动:"
|
||||
android:textColor="#FFA7B6F0"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvRecordTitle"
|
||||
app:layout_constraintLeft_toLeftOf="@id/tvRecordTitle"
|
||||
android:layout_marginTop="@dimen/dp_30"
|
||||
@@ -166,7 +166,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="前:"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvInitiativeTitle"
|
||||
app:layout_constraintLeft_toLeftOf="@id/tvInitiativeTitle"
|
||||
android:layout_marginTop="@dimen/dp_50"
|
||||
@@ -174,14 +174,14 @@
|
||||
|
||||
<androidx.appcompat.widget.AppCompatEditText
|
||||
android:id="@+id/etInitiativePreTime"
|
||||
android:layout_width="228px"
|
||||
android:layout_height="84px"
|
||||
android:layout_width="228dp"
|
||||
android:layout_height="84dp"
|
||||
app:layout_constraintTop_toTopOf="@id/tvInitiativePre"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvInitiativePre"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvInitiativePre"
|
||||
android:background="@drawable/badcase_record_edit_bg"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:hint="12s"
|
||||
android:textColorHint="#FFFFFFFF"
|
||||
android:gravity="center"
|
||||
@@ -193,7 +193,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="后:"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvInitiativePre"
|
||||
app:layout_constraintLeft_toLeftOf="@id/tvInitiativePre"
|
||||
android:layout_marginTop="@dimen/dp_60"
|
||||
@@ -201,14 +201,14 @@
|
||||
|
||||
<androidx.appcompat.widget.AppCompatEditText
|
||||
android:id="@+id/etInitiativeAfterTime"
|
||||
android:layout_width="228px"
|
||||
android:layout_height="84px"
|
||||
android:layout_width="228dp"
|
||||
android:layout_height="84dp"
|
||||
app:layout_constraintTop_toTopOf="@id/tvInitiativeAfter"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvInitiativeAfter"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvInitiativeAfter"
|
||||
android:background="@drawable/badcase_record_edit_bg"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:hint="8s"
|
||||
android:textColorHint="#FFFFFFFF"
|
||||
android:gravity="center"
|
||||
@@ -220,7 +220,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="被动:"
|
||||
android:textColor="#FFA7B6F0"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
app:layout_constraintTop_toTopOf="@id/tvInitiativeTitle"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvInitiativeTitle"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvInitiativeTitle"
|
||||
@@ -234,7 +234,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="前:"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvPassiveTitle"
|
||||
app:layout_constraintLeft_toLeftOf="@id/tvPassiveTitle"
|
||||
android:layout_marginTop="@dimen/dp_50"
|
||||
@@ -243,8 +243,8 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/etPassivePreTime"
|
||||
android:layout_width="228px"
|
||||
android:layout_height="84px"
|
||||
android:layout_width="228dp"
|
||||
android:layout_height="84dp"
|
||||
app:layout_constraintTop_toTopOf="@id/tvPassivePre"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvPassivePre"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvPassivePre"
|
||||
@@ -252,7 +252,7 @@
|
||||
android:alpha="0.5"
|
||||
android:text="12s"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="后:"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
app:layout_constraintTop_toBottomOf="@id/tvPassivePre"
|
||||
app:layout_constraintLeft_toLeftOf="@id/tvPassivePre"
|
||||
android:layout_marginTop="@dimen/dp_60"
|
||||
@@ -271,8 +271,8 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/etPassiveAfterTime"
|
||||
android:layout_width="228px"
|
||||
android:layout_height="84px"
|
||||
android:layout_width="228dp"
|
||||
android:layout_height="84dp"
|
||||
app:layout_constraintTop_toTopOf="@id/tvPassiveAfter"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvPassiveAfter"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvPassiveAfter"
|
||||
@@ -280,14 +280,14 @@
|
||||
android:alpha="0.5"
|
||||
android:text="8s"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivRecordTemplate"
|
||||
android:layout_width="19px"
|
||||
android:layout_height="15px"
|
||||
android:layout_width="19dp"
|
||||
android:layout_height="15dp"
|
||||
android:src="@drawable/icon_expand"
|
||||
app:layout_constraintLeft_toLeftOf="@id/tvInitiativeAfter"
|
||||
app:layout_constraintTop_toBottomOf="@id/etInitiativeAfterTime"
|
||||
@@ -300,7 +300,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="预置录制模板"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:gravity="center_vertical"
|
||||
app:layout_constraintTop_toTopOf="@id/ivRecordTemplate"
|
||||
app:layout_constraintBottom_toBottomOf="@id/ivRecordTemplate"
|
||||
|
||||
@@ -5,22 +5,22 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
tools:ignore="HardcodedText,PxUsage,ContentDescription">
|
||||
tools:ignore="HardcodedText,dpUsage,ContentDescription">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/check"
|
||||
android:layout_width="70px"
|
||||
android:layout_height="70px"
|
||||
android:layout_marginStart="113px" />
|
||||
android:layout_width="70dp"
|
||||
android:layout_height="70dp"
|
||||
android:layout_marginStart="113dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/reason"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#ffffff"
|
||||
android:layout_marginStart="30px"
|
||||
android:layout_marginEnd="20px"
|
||||
android:textSize="42px"
|
||||
android:layout_marginStart="30dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:textSize="42dp"
|
||||
android:lines="1"
|
||||
android:ellipsize="end"
|
||||
tools:text="转弯过于靠近路侧转弯过于靠近路侧转弯过于靠近路侧转弯过于靠近路侧转弯过于靠近路侧转弯过于靠近路侧转弯过于靠近路侧转弯过于靠近路侧"/>
|
||||
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/close"
|
||||
android:layout_width="107px"
|
||||
android:layout_height="107px"
|
||||
android:layout_marginTop="66px"
|
||||
android:layout_marginEnd="40px"
|
||||
android:layout_width="107dp"
|
||||
android:layout_height="107dp"
|
||||
android:layout_marginTop="66dp"
|
||||
android:layout_marginEnd="40dp"
|
||||
android:src="@drawable/icon_close_nor"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:ignore="PxUsage" />
|
||||
tools:ignore="dpUsage" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/pb"
|
||||
@@ -40,7 +40,7 @@
|
||||
<View
|
||||
android:id="@+id/top_mask"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="80px"
|
||||
android:layout_height="80dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"/>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
tools:ignore="HardcodedText,PxUsage">
|
||||
tools:ignore="HardcodedText,dpUsage">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_title"
|
||||
@@ -14,20 +14,20 @@
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginTop="92px"
|
||||
android:layout_marginStart="80px"
|
||||
android:layout_marginTop="92dp"
|
||||
android:layout_marginStart="80dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<View
|
||||
android:layout_width="14px"
|
||||
android:layout_height="50px"
|
||||
android:layout_width="14dp"
|
||||
android:layout_height="50dp"
|
||||
android:background="#2966EC"
|
||||
android:layout_marginEnd="19px"/>
|
||||
android:layout_marginEnd="19dp"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="42px"
|
||||
android:textSize="42dp"
|
||||
android:textColor="#ffffff"
|
||||
android:text="Case上报"/>
|
||||
</LinearLayout>
|
||||
@@ -44,8 +44,8 @@
|
||||
app:dividerDrawable="@drawable/flex_divider"
|
||||
app:showDivider="middle"
|
||||
app:justifyContent="flex_start"
|
||||
android:layout_marginStart="80px"
|
||||
android:layout_marginTop="54px" />
|
||||
android:layout_marginStart="80dp"
|
||||
android:layout_marginTop="54dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/supply"
|
||||
@@ -53,25 +53,25 @@
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toBottomOf="@+id/flex"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
android:layout_marginStart="80px"
|
||||
android:layout_marginTop="86px"
|
||||
android:layout_marginStart="80dp"
|
||||
android:layout_marginTop="86dp"
|
||||
android:text="补充"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="36px" />
|
||||
android:textSize="36dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/et_root"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="396px"
|
||||
android:layout_height="396dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/supply"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:paddingTop="30px"
|
||||
android:paddingStart="25px"
|
||||
android:paddingEnd="45px"
|
||||
android:layout_marginStart="75px"
|
||||
android:layout_marginEnd="95px"
|
||||
android:layout_marginTop="32px"
|
||||
android:paddingTop="30dp"
|
||||
android:paddingStart="25dp"
|
||||
android:paddingEnd="45dp"
|
||||
android:layout_marginStart="75dp"
|
||||
android:layout_marginEnd="95dp"
|
||||
android:layout_marginTop="32dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<EditText
|
||||
@@ -84,7 +84,7 @@
|
||||
android:gravity="start"
|
||||
android:focusableInTouchMode="true"
|
||||
android:inputType="text"
|
||||
android:textSize="36px"
|
||||
android:textSize="36dp"
|
||||
android:textColorHint="#4CFFFFFF"
|
||||
android:imeOptions="actionDone"
|
||||
android:hint="Case细节描述"
|
||||
@@ -94,23 +94,23 @@
|
||||
android:id="@+id/words_count"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="28px"
|
||||
android:textSize="28dp"
|
||||
android:layout_gravity="end"
|
||||
tools:text="126/200"
|
||||
android:layout_marginBottom="30px"/>
|
||||
android:layout_marginBottom="30dp"/>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/record"
|
||||
android:layout_width="0px"
|
||||
android:layout_height="126px"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="126dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:layout_marginStart="75px"
|
||||
android:layout_marginEnd="95px"
|
||||
android:layout_marginTop="40px"
|
||||
android:layout_marginStart="75dp"
|
||||
android:layout_marginEnd="95dp"
|
||||
android:layout_marginTop="40dp"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="42px"
|
||||
android:textSize="42dp"
|
||||
android:gravity="center"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintTop_toBottomOf="@+id/et_root"
|
||||
|
||||
@@ -8,32 +8,32 @@
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv"
|
||||
android:layout_width="611px"
|
||||
android:layout_height="271px"
|
||||
android:layout_width="611dp"
|
||||
android:layout_height="271dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/iv"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginEnd="42px"
|
||||
android:layout_marginEnd="42dp"
|
||||
android:overScrollMode="never"
|
||||
app:layout_constraintBottom_toBottomOf="parent"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/iv"
|
||||
android:layout_width="107px"
|
||||
android:layout_height="107px"
|
||||
android:layout_marginBottom="20px"
|
||||
android:layout_width="107dp"
|
||||
android:layout_height="107dp"
|
||||
android:layout_marginBottom="20dp"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginTop="12px"
|
||||
android:layout_marginTop="12dp"
|
||||
app:layout_constraintStart_toEndOf="@+id/rv"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
android:background="@drawable/icon_dev_status_un_fold"/>
|
||||
|
||||
<View
|
||||
android:id="@+id/dot"
|
||||
android:layout_width="20px"
|
||||
android:layout_height="20px"
|
||||
android:layout_marginEnd="5px"
|
||||
android:layout_marginTop="5px"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:layout_marginTop="5dp"
|
||||
app:layout_constraintEnd_toEndOf="@+id/iv"
|
||||
app:layout_constraintTop_toTopOf="@+id/iv"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/iv"
|
||||
android:layout_width="96px"
|
||||
android:layout_height="96px" />
|
||||
android:layout_width="96dp"
|
||||
android:layout_height="96dp" />
|
||||
@@ -2,26 +2,26 @@
|
||||
<com.mogo.eagle.core.widget.RoundConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="924px"
|
||||
android:layout_height="668px"
|
||||
app:roundLayoutRadius="40px"
|
||||
android:layout_width="924dp"
|
||||
android:layout_height="668dp"
|
||||
app:roundLayoutRadius="40dp"
|
||||
android:background="#1B2966">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="113px"
|
||||
android:layout_height="113dp"
|
||||
android:background="@drawable/ai_collect_title_bg"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvCollectNum"
|
||||
android:layout_width="120px"
|
||||
android:layout_height="113px"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="113dp"
|
||||
android:background="@drawable/icon_num_bg"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="46px"
|
||||
android:textSize="46dp"
|
||||
android:gravity="center"
|
||||
android:text="1"
|
||||
/>
|
||||
@@ -35,7 +35,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvCollectNum"
|
||||
android:text="时间:14:23:10"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:layout_marginStart="@dimen/dp_50"
|
||||
/>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="大型车:大货、大巴、特种车辆"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -64,7 +64,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="交通灯:水平、箭头、雨天交通灯"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -79,7 +79,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="积水:距离10米内,面积大于1平米"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -94,7 +94,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="施工:锥桶、路障"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -109,7 +109,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="车祸路段:有三角板"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -125,7 +125,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="中雨交通流"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -140,7 +140,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="夜间交通流"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -151,29 +151,29 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvCollectReport"
|
||||
android:layout_width="270px"
|
||||
android:layout_height="70px"
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="70dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/tvCollectCancel"
|
||||
android:background="@drawable/report_button_bg"
|
||||
android:text="上报"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="30px"
|
||||
android:textSize="30dp"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="@dimen/dp_40"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvCollectCancel"
|
||||
android:layout_width="270px"
|
||||
android:layout_height="70px"
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="70dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvCollectReport"
|
||||
android:text="取消"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="30px"
|
||||
android:textSize="30dp"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/icon_cancel_bg"
|
||||
android:layout_marginBottom="@dimen/dp_40"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivBadCaseTools"
|
||||
android:layout_width="120px"
|
||||
android:layout_height="120px"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
android:src="@drawable/bad_case_selector"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@@ -16,13 +16,13 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivAiCollectTools"
|
||||
android:layout_width="120px"
|
||||
android:layout_height="120px"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
android:src="@drawable/ai_collect_selector"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toRightOf="@id/ivBadCaseTools"
|
||||
android:layout_marginStart="50px"
|
||||
android:layout_marginStart="50dp"
|
||||
/>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -2,26 +2,26 @@
|
||||
<com.mogo.eagle.core.widget.RoundConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="924px"
|
||||
android:layout_height="668px"
|
||||
app:roundLayoutRadius="40px"
|
||||
android:layout_width="924dp"
|
||||
android:layout_height="668dp"
|
||||
app:roundLayoutRadius="40dp"
|
||||
android:background="#1B2966">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="113px"
|
||||
android:layout_height="113dp"
|
||||
android:background="@drawable/ai_collect_title_bg"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvInitiativeNum"
|
||||
android:layout_width="120px"
|
||||
android:layout_height="113px"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="113dp"
|
||||
android:background="@drawable/icon_num_bg"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="46px"
|
||||
android:textSize="46dp"
|
||||
android:gravity="center"
|
||||
android:text="1"
|
||||
/>
|
||||
@@ -35,7 +35,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvInitiativeNum"
|
||||
android:text="时间:14:23:10"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:layout_marginStart="@dimen/dp_50"
|
||||
/>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:text="身份:QA"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:layout_marginEnd="@dimen/dp_50"
|
||||
/>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="严重画龙"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_10"
|
||||
@@ -74,7 +74,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="速度过慢"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_10"
|
||||
@@ -90,7 +90,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="感知、定位、地图等其他"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -106,7 +106,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="速度过快"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_10"
|
||||
@@ -121,7 +121,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="存在碰撞风险"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -136,7 +136,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="点刹、顿挫"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="34px"
|
||||
android:textSize="34dp"
|
||||
android:button="@null"
|
||||
android:drawableLeft="@drawable/badcase_radio_button_style"
|
||||
android:drawablePadding="@dimen/dp_20"
|
||||
@@ -148,29 +148,29 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvInitiativeReport"
|
||||
android:layout_width="270px"
|
||||
android:layout_height="70px"
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="70dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/tvInitiativeCancel"
|
||||
android:background="@drawable/report_button_bg"
|
||||
android:text="上报"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="30px"
|
||||
android:textSize="30dp"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="@dimen/dp_40"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvInitiativeCancel"
|
||||
android:layout_width="270px"
|
||||
android:layout_height="70px"
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="70dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvInitiativeReport"
|
||||
android:text="取消"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="30px"
|
||||
android:textSize="30dp"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/icon_cancel_bg"
|
||||
android:layout_marginBottom="@dimen/dp_40"
|
||||
@@ -178,8 +178,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/viewAudioBg"
|
||||
android:layout_width="824px"
|
||||
android:layout_height="174px"
|
||||
android:layout_width="824dp"
|
||||
android:layout_height="174dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toTopOf="@id/tvInitiativeReport"
|
||||
@@ -189,8 +189,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/viewAudioButton"
|
||||
android:layout_width="120px"
|
||||
android:layout_height="120px"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
app:layout_constraintLeft_toLeftOf="@id/viewAudioBg"
|
||||
app:layout_constraintRight_toRightOf="@id/viewAudioBg"
|
||||
app:layout_constraintTop_toTopOf="@id/viewAudioBg"
|
||||
@@ -203,7 +203,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="30px"
|
||||
android:textSize="30dp"
|
||||
app:layout_constraintTop_toTopOf="@id/viewAudioButton"
|
||||
app:layout_constraintBottom_toBottomOf="@id/viewAudioButton"
|
||||
app:layout_constraintLeft_toRightOf="@id/viewAudioButton"
|
||||
|
||||
@@ -2,26 +2,26 @@
|
||||
<com.mogo.eagle.core.widget.RoundConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="924px"
|
||||
android:layout_height="668px"
|
||||
app:roundLayoutRadius="40px"
|
||||
android:layout_width="924dp"
|
||||
android:layout_height="668dp"
|
||||
app:roundLayoutRadius="40dp"
|
||||
android:background="#1B2966">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="113px"
|
||||
android:layout_height="113dp"
|
||||
android:background="@drawable/ai_collect_title_bg"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvPassiveNum"
|
||||
android:layout_width="120px"
|
||||
android:layout_height="113px"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="113dp"
|
||||
android:background="@drawable/icon_num_bg"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="46px"
|
||||
android:textSize="46dp"
|
||||
android:gravity="center"
|
||||
android:text="1"
|
||||
/>
|
||||
@@ -35,7 +35,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvPassiveNum"
|
||||
android:text="时间:14:23:10"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:layout_marginStart="@dimen/dp_50"
|
||||
/>
|
||||
|
||||
@@ -48,35 +48,35 @@
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:text="身份:QA"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="38px"
|
||||
android:textSize="38dp"
|
||||
android:layout_marginEnd="@dimen/dp_50"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvPassiveReport"
|
||||
android:layout_width="270px"
|
||||
android:layout_height="70px"
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="70dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toLeftOf="@id/tvPassiveCancel"
|
||||
android:background="@drawable/report_button_bg"
|
||||
android:text="上报"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="30px"
|
||||
android:textSize="30dp"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="@dimen/dp_40"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvPassiveCancel"
|
||||
android:layout_width="270px"
|
||||
android:layout_height="70px"
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="70dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintLeft_toRightOf="@id/tvPassiveReport"
|
||||
android:text="取消"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="30px"
|
||||
android:textSize="30dp"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/icon_cancel_bg"
|
||||
android:layout_marginBottom="@dimen/dp_40"
|
||||
@@ -84,8 +84,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/viewAudioBg"
|
||||
android:layout_width="824px"
|
||||
android:layout_height="174px"
|
||||
android:layout_width="824dp"
|
||||
android:layout_height="174dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toTopOf="@id/tvPassiveReport"
|
||||
@@ -95,8 +95,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/viewAudioButton"
|
||||
android:layout_width="120px"
|
||||
android:layout_height="120px"
|
||||
android:layout_width="120dp"
|
||||
android:layout_height="120dp"
|
||||
app:layout_constraintLeft_toLeftOf="@id/viewAudioBg"
|
||||
app:layout_constraintRight_toRightOf="@id/viewAudioBg"
|
||||
app:layout_constraintTop_toTopOf="@id/viewAudioBg"
|
||||
@@ -109,7 +109,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#FFFFFFFF"
|
||||
android:textSize="30px"
|
||||
android:textSize="30dp"
|
||||
app:layout_constraintTop_toTopOf="@id/viewAudioButton"
|
||||
app:layout_constraintBottom_toBottomOf="@id/viewAudioButton"
|
||||
app:layout_constraintLeft_toRightOf="@id/viewAudioButton"
|
||||
|
||||