Files
FLYSN/app/src/main/res/layout-port/activity_screen_lock.xml
tongtongstudio b1645f0fae version:beta
fix:
update:接口优化
2022-11-04 09:33:43 +08:00

47 lines
2.0 KiB
XML

<?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"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/float_window_color">
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="屏幕已锁定"
android:textColor="@color/white"
android:textSize="24sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<!-- <EditText-->
<!-- android:id="@+id/et_password"-->
<!-- android:layout_width="@dimen/dp_200"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_16"-->
<!-- android:background="@drawable/edit_background"-->
<!-- android:gravity="center"-->
<!-- android:hint="请输入密码解锁"-->
<!-- android:maxEms="20"-->
<!-- android:maxLines="1"-->
<!-- android:singleLine="true"-->
<!-- app:layout_constraintEnd_toEndOf="parent"-->
<!-- app:layout_constraintStart_toStartOf="parent"-->
<!-- app:layout_constraintTop_toBottomOf="@+id/textView" />-->
<!-- <TextView-->
<!-- android:id="@+id/tv_confirm"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_16"-->
<!-- android:text="确定"-->
<!-- android:textColor="@color/white"-->
<!-- android:textSize="24sp"-->
<!-- app:layout_constraintEnd_toEndOf="@+id/et_password"-->
<!-- app:layout_constraintStart_toStartOf="@+id/et_password"-->
<!-- app:layout_constraintTop_toBottomOf="@+id/et_password" />-->
</androidx.constraintlayout.widget.ConstraintLayout>