Revision b2a2d2f1 src/com/rackspacecloud/android/AddNodesActivity.java

b/src/com/rackspacecloud/android/AddNodesActivity.java
194 194
	private void displayNoServersCell() {
195 195
		String a[] = new String[1];
196 196
		a[0] = "No Nodes";
197
		setListAdapter(new ArrayAdapter<String>(this, R.layout.noserverscell, R.id.no_servers_label, a));
197
		setListAdapter(new ArrayAdapter<String>(this, R.layout.nonodescell, R.id.no_nodes_label, a));
198 198
		getListView().setTextFilterEnabled(true);
199 199
		getListView().setDividerHeight(0); // hide the dividers so it won't look like a list row
200 200
		getListView().setItemsCanFocus(false);

Also available in: Unified diff