From 38ea01dc1e9c29b8842926c07bdec43798c67e68 Mon Sep 17 00:00:00 2001 From: jabarros Date: Wed, 21 Jan 2015 17:51:16 +0100 Subject: [PATCH] Move GridViewWithHeaderAndFooter class to third_parties/in/srain/cube/ --- res/layout/list_fragment.xml | 2 +- src/com/owncloud/android/ui/adapter/LocalFileListAdapter.java | 2 +- src/com/owncloud/android/ui/fragment/ExtendedListFragment.java | 2 +- .../{liaohuqiu => in/srain/cube}/GridViewWithHeaderAndFooter.java | 2 +- src/third_parties/{liaohuqiu => in/srain/cube}/lapache-2.0.txt | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename src/third_parties/{liaohuqiu => in/srain/cube}/GridViewWithHeaderAndFooter.java (99%) rename src/third_parties/{liaohuqiu => in/srain/cube}/lapache-2.0.txt (100%) diff --git a/res/layout/list_fragment.xml b/res/layout/list_fragment.xml index cb933911..d45b7008 100644 --- a/res/layout/list_fragment.xml +++ b/res/layout/list_fragment.xml @@ -30,7 +30,7 @@ android:layout_weight="1" android:footerDividersEnabled="false" > -