wjc
1 天以前 e7e48e1a65fdaa361e14e7e77e24043a63126bd6
app/src/main/res/layout/fragment_home_page.xml
@@ -35,6 +35,18 @@
            android:layout_alignParentEnd="true"
            android:layout_centerVertical="true"
            android:src="@drawable/add" />
        <TextView
            android:id="@+id/exit_tv"
            android:layout_width="wrap_content"
            android:layout_height="@dimen/dp_20"
            android:text="@string/exit"
            android:textColor="@color/text_38C494"
            android:textSize="@dimen/text_14"
            android:layout_alignParentEnd="true"
            android:layout_centerVertical="true"
            android:visibility="gone"
            />
    </RelativeLayout>
    <com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout