更新应用图标,优化状态栏UI。

This commit is contained in:
ZhanGSKen
2025-05-06 20:36:51 +08:00
parent 9a3383a43b
commit be85ef923e
6 changed files with 10 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -17,10 +17,10 @@
android:layout_weight="1.0"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="复制时间戳"
android:id="@+id/btn_copytimestamp"/>
android:layout_width="60dp"
android:layout_height="60dp"
android:id="@+id/btn_copytimestamp"
android:background="@drawable/ic_launcher"/>
</LinearLayout>