chore: 移除废弃的打印节点功能及无用设置菜单项

1. 移除左右悬浮菜单中的打印节点按钮及相关点击逻辑
2. 调整悬浮菜单截图按钮的布局间距与logo图标位置,修复XML文件末尾换行问题
3. 删除设置页面的检查更新、赞助、分享应用菜单项及对应代码
This commit is contained in:
2026-05-11 16:08:15 +08:00
parent ccc0c3c4ae
commit 2ae2ab0ff5
6 changed files with 6 additions and 254 deletions

View File

@@ -15,18 +15,11 @@
android:layout_height="190dp"
android:visibility="visible">
<ImageView
android:id="@+id/iv_start_right"
android:layout_width="@dimen/float_size"
android:layout_height="@dimen/float_size"
android:layout_marginStart="@dimen/float_margin_start"
android:src="@drawable/float_icon_record" />
<ImageView
android:id="@+id/iv_shot_right"
android:layout_width="@dimen/float_size"
android:layout_height="@dimen/float_size"
android:layout_marginTop="29dp"
android:layout_marginTop="0dp"
android:src="@drawable/float_icon_pause" />
<ImageView
@@ -41,7 +34,7 @@
android:id="@+id/iv_logo_right"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_below="@id/iv_start_right"
android:layout_below="@id/iv_shot_right"
android:layout_marginStart="55dp"
android:layout_marginTop="10dp"
android:src="@mipmap/ic_launcher_round" />
@@ -91,4 +84,4 @@
</FrameLayout>
</FrameLayout>
</FrameLayout>