[Modify]收入统计页面去掉多余表头

This commit is contained in:
wushaocheng
2022-12-09 18:32:47 +08:00
parent f0457e7b2d
commit e19ba2009c
2 changed files with 13 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ public class DayIncomeFragment extends BaseMvpFragment<IIncomeView, IncomePresen
@Override
public int getRootLayoutId() {
return R.layout.fragment_day_income;
return R.layout.fragment_day_income_old;
}
@Override

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<com.yizhuan.erban.common.widget.StatusLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/status_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.yizhuan.erban.common.widget.StatusLayout>