Added keep screen on to TimeScreen

This commit is contained in:
2022-08-11 15:50:52 +08:00
parent 46f86b8cca
commit 87fe99575c

View File

@@ -6,6 +6,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/app_show_background_theme" android:background="?attr/app_show_background_theme"
android:keepScreenOn="true"
tools:context=".tools.timescreen.MainActivity"> tools:context=".tools.timescreen.MainActivity">
<ImageView <ImageView