X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/d0f7de3ce01c71edcc6c5ed2c9cb95abe4377ef7..e4bc3bdadc47c01e88dd1de94a4666d3753ee90e:/src/com/owncloud/android/ui/FragmentListView.java diff --git a/src/com/owncloud/android/ui/FragmentListView.java b/src/com/owncloud/android/ui/FragmentListView.java index 95292bb7..3dbe16da 100644 --- a/src/com/owncloud/android/ui/FragmentListView.java +++ b/src/com/owncloud/android/ui/FragmentListView.java @@ -1,3 +1,21 @@ +/* ownCloud Android client application + * Copyright (C) 2012 Bartek Przybylski + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + package com.owncloud.android.ui; import com.actionbarsherlock.app.SherlockFragment; @@ -40,7 +58,7 @@ public class FragmentListView extends SherlockFragment implements mList = (ExtendedListView)(v.findViewById(R.id.list_root)); mList.setOnItemClickListener(this); mList.setOnItemLongClickListener(this); - mList.setEmptyView(v.findViewById(R.id.empty_list_view)); + //mList.setEmptyView(v.findViewById(R.id.empty_list_view)); // looks like it's not a cool idea mList.setDivider(getResources().getDrawable(R.drawable.uploader_list_separator)); mList.setDividerHeight(1); return v;