|
|
@@ -446,7 +446,7 @@ public class ViewUtil {
|
|
|
|
|
|
}
|
|
|
|
|
|
- public static void setBootomLine(XRecyclerView view_list) {
|
|
|
+ public static void setBottomLine(final XRecyclerView view_list) {
|
|
|
View view = LayoutInflater.from(SheepApp.getInstance()).inflate(R.layout.common_foot_view, null);
|
|
|
view_list.setFootView(view, new CustomFooterViewCallBack() {
|
|
|
@Override
|