app/src/main/res/layout/fragment_setting.xml
@@ -3,7 +3,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    tools:context="cn.flightfeather.thirdapp.fragment.SettingFragment">
    tools:context="cn.flightfeather.thirdappmodule.fragment.SettingFragment">
    <RelativeLayout
        android:id="@+id/rl_container1"
@@ -24,13 +24,13 @@
            android:id="@+id/text_version"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="版本 V1.1.7"
            android:textSize="@dimen/textSize_notes"
            android:textColor="@color/white"
            android:layout_alignParentEnd="true"
            android:layout_alignParentBottom="true"
            android:layout_marginEnd="16dp"
            android:layout_marginBottom="@dimen/dimen8"/>
            android:layout_marginBottom="@dimen/dimen8"
            android:text="版本 V1.1.7"
            android:textColor="@color/white"
            android:textSize="@dimen/textSize_notes" />
        <LinearLayout
            android:id="@+id/ll_container_usericon"
@@ -77,14 +77,14 @@
                android:background="@color/white"
                android:orientation="vertical">
                <cn.flightfeather.thirdapp.view.SettingCommItemView
                <cn.flightfeather.thirdappmodule.view.SettingCommItemView
                    android:id="@+id/sc_edit_password"
                    style="@style/settingItemStyle"
                    app:img_src="@drawable/icon_change_password"
                    app:is_divider_visibility="true"
                    app:item_text="修改密码" />
                <cn.flightfeather.thirdapp.view.SettingCommItemView
                <cn.flightfeather.thirdappmodule.view.SettingCommItemView
                    android:id="@+id/sc_logout"
                    style="@style/settingItemStyle"
                    app:img_src="@drawable/icon_logout"
@@ -100,7 +100,7 @@
                android:background="@color/white"
                android:orientation="vertical">
                <cn.flightfeather.thirdapp.view.SettingCommItemView
                <cn.flightfeather.thirdappmodule.view.SettingCommItemView
                    android:id="@+id/contactcompany"
                    style="@style/settingItemStyle"
                    app:img_src="@drawable/contactcompany"
@@ -108,7 +108,7 @@
                    app:item_text="Debug功能"
                    android:visibility="gone"/>
                <cn.flightfeather.thirdapp.view.SettingCommItemView
                <cn.flightfeather.thirdappmodule.view.SettingCommItemView
                    android:id="@+id/advise"
                    style="@style/settingItemStyle"
                    app:img_src="@drawable/icon_logout"
@@ -116,14 +116,14 @@
                    app:item_text="建议木箱"
                    android:visibility="gone"/>
                <cn.flightfeather.thirdapp.view.SettingCommItemView
                <cn.flightfeather.thirdappmodule.view.SettingCommItemView
                    android:id="@+id/comment"
                    style="@style/settingItemStyle"
                    app:img_src="@drawable/icon_evaluate"
                    app:is_divider_visibility="true"
                    app:item_text="我要评价" />
                <cn.flightfeather.thirdapp.view.SettingCommItemView
                <cn.flightfeather.thirdappmodule.view.SettingCommItemView
                    android:id="@+id/joinus"
                    style="@style/settingItemStyle"
                    app:img_src="@drawable/icon_join_us"