<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.4.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.1.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-io-2.0.1.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/commons-httpclient-contrib-3.0.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/httpclient-4.1.2.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/httpcore-4.1.2.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/httpmime-4.1.2.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/httpclient-cache-4.1.2.jar"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
android:layout_width="fill_parent"\r
android:layout_height="fill_parent"\r
android:background="#F7F7F7"\r
- android:orientation="vertical" \r
- android:id="@+id/file_list_container">\r
-\r
+ android:orientation="vertical" >\r
+ <fragment\r
+ android:id="@+id/fileList"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="fill_parent"\r
+ class="eu.alefzero.owncloud.ui.fragment.FileList" >\r
+ <!-- Preview: layout=@layout/list_layout -->\r
+ </fragment>\r
</LinearLayout>
\ No newline at end of file
import android.database.Cursor;\r
import android.net.Uri;\r
import android.os.Bundle;\r
+import android.util.Log;\r
import android.view.View;\r
import android.widget.AdapterView;\r
import android.widget.TextView;\r
}\r
\r
private void populateFileList() {\r
+ Log.d("ASD", mAccount.name + "");\r
if (mParentsIds.empty()) {\r
mCursor = getActivity().getContentResolver().query(ProviderTableMeta.CONTENT_URI,\r
null,\r