I want to download the close session below everything like the image but I can not do it, I'm left below the last item in the menu
add this line to add a footer to the listview but leave it below the next element but not below as I want it.
View footerView = ((LayoutInflater) this.getSystemService(this.LAYOUT_INFLATER_SERVICE)).inflate(R.layout.footer, null, false);
listViewSliding.addFooterView(footerView);
in the side menu is a listview and each item is a menu item.