1.依据信号强弱,判定是否允许作业;2删除照片、数据逻辑修改,包括——已提交成功,删照片,不删数据 作业界面中途退出采集,删照片,不删数据,待提交页面,提交过程中,点击删除,不允许删除;3.删除所选照片,删除不全问题4.待提交页面,删除任务,解锁重领后,旧数据未释放问题; 5.提交后桩站不匹配问题
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/poiVideo_audit_process_audit_not_through"
|
||||
android:id="@+id/poiVideo_audit_not_through"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="0"
|
||||
|
||||
@@ -68,6 +68,16 @@
|
||||
android:layout_margin="20dp"
|
||||
android:text="筛选结果"
|
||||
android:textSize="20sp" />
|
||||
<TextView
|
||||
android:id="@+id/tv_number"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="全选"
|
||||
android:textSize="17sp"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
@@ -52,6 +52,29 @@
|
||||
app:layout_constraintRight_toRightOf="@+id/iv_message"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_GPS"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:visibility="gone"
|
||||
android:textColor="#F44336"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/iv_message"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/iv_message" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_tencent_GPS"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:textColor="#F44336"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/iv_message"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/iv_message" />
|
||||
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/frame_layout"
|
||||
android:layout_width="match_parent"
|
||||
@@ -158,7 +181,5 @@
|
||||
android:layout_height="wrap_content">
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
</com.sothree.slidinguppanel.SlidingUpPanelLayout>
|
||||
Reference in New Issue
Block a user