guoshen
2024-07-01 caead5ad019c24b9a7958f01fa663ea8159aee6c
app/src/main/res/layout/fragment_function.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layout
<layout xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:android="http://schemas.android.com/apk/res/android"
    >
@@ -113,6 +113,7 @@
                        android:orientation="vertical"
                        app:layout_constraintGuide_percent="0.25"
                        />
                    <TextView
                        android:id="@+id/tv_core_module"
@@ -372,12 +373,13 @@
                            android:textSize="@dimen/sp_14" />
                    </LinearLayout>
                    <TextView
                        android:id="@+id/tv_personal_module"
                        android:id="@+id/tv_family_module"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="@dimen/dp_20"
                        android:text="个人模块"
                        android:layout_marginTop="20dp"
                        android:text="家庭会议"
                        android:textColor="@color/black"
                        android:textSize="@dimen/sp_18"
                        android:textStyle="bold"
@@ -385,6 +387,161 @@
                        app:layout_constraintTop_toBottomOf="@+id/layout_income_and_expenses" />
                    <LinearLayout
                        android:id="@+id/layout_family_meeting"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="15dp"
                        android:gravity="center"
                        android:orientation="vertical"
                        app:layout_constraintEnd_toStartOf="@+id/gl_v_0.25"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintTop_toBottomOf="@id/tv_family_module">
                        <ImageView
                            android:layout_width="24dp"
                            android:layout_height="24dp"
                            android:background="?attr/icFunctionLittleDoctor"
                            />
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginTop="@dimen/dp_4"
                            android:text="会议申请"
                            android:textColor="@color/black"
                            android:textSize="@dimen/sp_14" />
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_meeting_approve"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:gravity="center"
                        android:orientation="vertical"
                        app:layout_constraintEnd_toStartOf="@+id/gl_v_0.5"
                        app:layout_constraintStart_toStartOf="@+id/gl_v_0.25"
                        app:layout_constraintTop_toTopOf="@id/layout_family_meeting">
                        <ImageView
                            android:layout_width="24dp"
                            android:layout_height="24dp"
                            android:background="?attr/icFunctionLittleDoctor"
                            />
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginTop="@dimen/dp_4"
                            android:text="会议审批"
                            android:textColor="@color/black"
                            android:textSize="@dimen/sp_14" />
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_meeting_sta"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:gravity="center"
                        android:orientation="vertical"
                        app:layout_constraintEnd_toEndOf="@+id/layout_contacts"
                        app:layout_constraintStart_toStartOf="@+id/layout_contacts"
                        app:layout_constraintTop_toTopOf="@id/layout_family_meeting">
                        <ImageView
                            android:layout_width="24dp"
                            android:layout_height="24dp"
                            android:background="?attr/icFunctionLittleDoctor"
                            />
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginTop="@dimen/dp_4"
                            android:text="会议统计"
                            android:textColor="@color/black"
                            android:textSize="@dimen/sp_14" />
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_webcast"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:gravity="center"
                        android:orientation="vertical"
                        app:layout_constraintEnd_toEndOf="@+id/layout_pet"
                        app:layout_constraintStart_toStartOf="@+id/layout_pet"
                        app:layout_constraintTop_toTopOf="@id/layout_family_meeting">
                        <ImageView
                            android:layout_width="24dp"
                            android:layout_height="24dp"
                            android:background="?attr/icFunctionLittleDoctor"
                            />
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginTop="@dimen/dp_4"
                            android:text="直播申请"
                            android:textColor="@color/black"
                            android:textSize="@dimen/sp_14" />
                    </LinearLayout>
                    <LinearLayout
                        android:id="@+id/layout_webback"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:orientation="vertical"
                        app:layout_constraintStart_toStartOf="@id/layout_family_meeting"
                        app:layout_constraintEnd_toEndOf="@id/layout_family_meeting"
                        app:layout_constraintTop_toBottomOf="@id/layout_family_meeting"
                        android:layout_marginTop="@dimen/dp_20"
                        android:gravity="center"
                        >
                        <ImageView
                            android:layout_width="24dp"
                            android:layout_height="24dp"
                            android:background="?attr/icFunctionLittleDoctor"
                            />
                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginTop="@dimen/dp_4"
                            android:textSize="@dimen/sp_14"
                            android:text="直播回放"
                            android:textColor="@color/black"
                            />
                    </LinearLayout>
                    <TextView
                        android:id="@+id/tv_personal_module"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="90dp"
                        android:text="个人模块"
                        android:textColor="@color/black"
                        android:textSize="@dimen/sp_18"
                        android:textStyle="bold"
                        app:layout_constraintStart_toStartOf="@+id/tv_family_module"
                        app:layout_constraintTop_toBottomOf="@+id/layout_family_meeting" />
                    <LinearLayout
                        android:id="@+id/layout_growing_up"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"