update:2020.08.31
fix:增加设备锁图标,增加结束进程和打开OTA,增加重启功能
add:
This commit is contained in:
2020-08-31 14:06:57 +08:00
parent ec61380fcc
commit 2340af523e
9 changed files with 100 additions and 24 deletions

View File

@@ -40,6 +40,19 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="@+id/textView3"
app:layout_constraintTop_toTopOf="@+id/textView3" />
<ImageView
android:id="@+id/locked"
android:layout_width="@dimen/dp_16"
android:layout_height="@dimen/dp_16"
android:layout_marginEnd="@dimen/dp_8"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
android:src="@drawable/locked"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@+id/textView3"
app:layout_constraintTop_toTopOf="@+id/textView3" />
</android.support.constraint.ConstraintLayout>
<ImageView