wjc
2024-11-27 2289b3b709eeb47599b4fbef3cfd2c345f436cac
2024年11月27日21:10:17
7个文件已修改
23 ■■■■ 已修改文件
app/src/main/java/com/hdl/photovoltaic/ui/me/MeFragment.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/asregards.png 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/device_debug.png 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/next.png 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/set.png 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/fragment_me.xml 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/res/layout/fragment_me_line.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/hdl/photovoltaic/ui/me/MeFragment.java
@@ -224,7 +224,6 @@
        });
    }
    /**
@@ -234,14 +233,16 @@
        //设备调试
        viewBinding.fragmentMeLineDeviceDebugIl.fragmentMeLineLeftIconIv.setImageResource(R.drawable.device_debug);
        viewBinding.fragmentMeLineDeviceDebugIl.fragmentMeLineTitleIv.setText(R.string.device_debugging);
        viewBinding.fragmentMeLineDeviceDebugIl.fragmentMeLineV.setVisibility(View.VISIBLE);
        //员工管理
        viewBinding.fragmentMeLineUserManagementIl.fragmentMeLineLeftIconIv.setImageResource(R.drawable.user_management);
        viewBinding.fragmentMeLineUserManagementIl.fragmentMeLineTitleIv.setText(R.string.staff_management);
        viewBinding.fragmentMeLineUserManagementIl.getRoot().setVisibility(View.GONE);//先隐藏,读取到有限权在显示
//        viewBinding.fragmentMeLineUserManagementIl.fragmentMeLineV.setVisibility(View.VISIBLE);
        viewBinding.fragmentMeLineUserManagementIl.fragmentMeLineV.setVisibility(View.VISIBLE);
        //设备
        viewBinding.fragmentMeLineSetIl.fragmentMeLineLeftIconIv.setImageResource(R.drawable.set);
        viewBinding.fragmentMeLineSetIl.fragmentMeLineTitleIv.setText(R.string.me_set);
        viewBinding.fragmentMeLineSetIl.fragmentMeLineV.setVisibility(View.VISIBLE);
        //关于
        viewBinding.fragmentMeLineAsregardsIl.fragmentMeLineLeftIconIv.setImageResource(R.drawable.asregards);
        viewBinding.fragmentMeLineAsregardsIl.fragmentMeLineTitleIv.setText(R.string.me_regard);
app/src/main/res/drawable/asregards.png

app/src/main/res/drawable/device_debug.png

app/src/main/res/drawable/next.png

app/src/main/res/drawable/set.png

app/src/main/res/layout/fragment_me.xml
@@ -33,7 +33,7 @@
                    android:layout_height="wrap_content"
                    android:layout_centerInParent="true"
                    android:text="@string/me"
                    android:textColor="@color/text_030D1C"
                    android:textColor="@color/text_E6FFFFFF"
                    android:textSize="@dimen/text_18" />
@@ -62,7 +62,7 @@
                    android:layout_width="wrap_content"
                    android:layout_height="22dp"
                    android:layout_marginTop="@dimen/dp_16"
                    android:textColor="@color/text_E6000000"
                    android:textColor="@color/text_E6FFFFFF"
                    android:textSize="@dimen/text_18"
                    app:layout_constraintEnd_toEndOf="@+id/fragment_me_icon_iv"
                    app:layout_constraintStart_toStartOf="@+id/fragment_me_icon_iv"
@@ -83,7 +83,7 @@
                    android:layout_width="wrap_content"
                    android:layout_height="17dp"
                    android:layout_marginTop="@dimen/dp_11"
                    android:textColor="@color/text_66000000"
                    android:textColor="@color/text_66FFFFFF"
                    android:textSize="@dimen/text_14"
                    app:layout_constraintEnd_toEndOf="@+id/fragment_me_icon_iv"
                    app:layout_constraintStart_toStartOf="@+id/fragment_me_icon_iv"
@@ -103,10 +103,10 @@
            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="0dp"
                android:layout_marginStart="@dimen/dp_20"
                android:layout_marginTop="@dimen/dp_25"
                android:layout_marginStart="@dimen/dp_16"
                android:layout_marginTop="@dimen/dp_20"
                android:layout_marginEnd="@dimen/dp_16"
                android:background="@drawable/bj_13fffffff"
                android:background="@drawable/search_bj_ff333738"
                android:orientation="vertical"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintStart_toStartOf="parent"
app/src/main/res/layout/fragment_me_line.xml
@@ -21,8 +21,8 @@
        android:layout_height="@dimen/dp_23"
        android:layout_marginStart="@dimen/dp_7"
        android:text="@string/me_set"
        android:textColor="@color/text_E6000000"
        android:textSize="@dimen/text_16"
        android:textColor="@color/text_E6FFFFFF"
        android:textSize="@dimen/text_14"
        app:layout_constraintBottom_toBottomOf="@id/fragment_me_line_left_icon_iv"
        app:layout_constraintStart_toEndOf="@+id/fragment_me_line_left_icon_iv"
        app:layout_constraintTop_toTopOf="@id/fragment_me_line_left_icon_iv" />
@@ -49,7 +49,7 @@
        android:id="@+id/fragment_me_line_v"
        android:layout_width="0dp"
        android:layout_height="0.5dp"
        android:background="@color/text_E1E1E1"
        android:background="@color/text_1AFFFFFF"
        android:visibility="gone"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"