From 63f68f102066b63f62160c6b0d76e4eda6de900b Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Fri, 25 May 2012 21:32:20 +0200 Subject: [PATCH] use view instead of dialog about no setup account --- res/layout/files.xml | 3 +- res/layout/no_account_available.xml | 33 ++++++++++++++++++++ res/values/strings.xml | 2 +- .../owncloud/ui/activity/FileDisplayActivity.java | 35 ++++++++++++---------- 4 files changed, 55 insertions(+), 18 deletions(-) create mode 100644 res/layout/no_account_available.xml diff --git a/res/layout/files.xml b/res/layout/files.xml index 3ff60121..9f868cab 100644 --- a/res/layout/files.xml +++ b/res/layout/files.xml @@ -20,7 +20,8 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@color/owncloud_white" - android:orientation="vertical" > + android:orientation="vertical" + android:id="@+id/file_list_view"> + + + + + + +