[Modify]收入统计页面去掉多余表头
This commit is contained in:
@@ -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
|
||||
|
@@ -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>
|
Reference in New Issue
Block a user