style(layout): 优化布局文件结构和属性配置
- 统一调整了 activity_setting.xml 中各个 LinearLayout 的属性顺序 - 为 fragment_seasoning_config.xml 和 fragment_vector_collection.xml 添加了工具忽略属性 - 重新排列了 list_item_scale22_row.xml 和 list_item_scale_row.xml 的命名空间和属性顺序 - 在 list_type_scale1.xml 中调整了组件的布局属性顺序 - 为设置页面添加了数据库查看和秤数据监控功能的可见性控制 - 修复了布局文件中的硬编码文本警告问题
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
tools:ignore="HardcodedText,UnusedAttribute">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user