Revision 28dc0ca1 src/com/rackspacecloud/android/ContainerObjectsActivity.java

b/src/com/rackspacecloud/android/ContainerObjectsActivity.java
143 143
    private void displayNoServersCell() {
144 144
    	String a[] = new String[1];
145 145
    	a[0] = "No Files";
146
        setListAdapter(new ArrayAdapter<String>(this, R.layout.noviewfilescell, R.id.no_files_label, a));
146
        setListAdapter(new ArrayAdapter<String>(this, R.layout.noobjectscell, R.id.no_files_label, a));
147 147
        getListView().setTextFilterEnabled(true);
148 148
        getListView().setDividerHeight(0); // hide the dividers so it won't look like a list row
149 149
        getListView().setItemsCanFocus(false);

Also available in: Unified diff