删除无用资源

修复Handler 导致的 anr

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-20 18:36:13 +08:00
parent 0e90cee85d
commit 42fdea16dc
8 changed files with 6 additions and 106 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/dp_900"
android:layout_height="match_parent"
android:layout_height="@dimen/dp_900"
android:background="#FFFFFF">
<ScrollView
@@ -139,6 +139,7 @@
android:layout_height="wrap_content"
android:background="#32009688"
android:gravity="center"
android:minHeight="48dp"
android:padding="@dimen/dp_5"
android:text="192.168.1.199"
android:textSize="@dimen/dp_34" />