From d15ea8af8deca6f5b0671371f030505f83c10104 Mon Sep 17 00:00:00 2001 From: xiaowusky Date: Tue, 4 Jul 2023 11:27:51 +0800 Subject: [PATCH] =?UTF-8?q?desc:=E4=BD=9C=E4=B8=BAlauncher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 3 ++- .../com/yinuo/safetywatcher/watcher/ui/view/CommonTopBar.kt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d36741c..b0f5fd0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -50,8 +50,9 @@ android:screenOrientation="landscape"> - + + 0) VISIBLE else GONE val showLevel = (level + 1) * 20 - mBinding?.wifi?.visibility = if (showLevel > 0) VISIBLE else GONE mBinding?.wifi?.setImageLevel(showLevel) } }