aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/org/sufficientlysecure
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-18 21:52:59 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-18 21:52:59 +0100
commite8b9dfe379c17b3d0df39838e57bfb52a98c1fc9 (patch)
treeb2f6045acafcc0e8e68f06b644b23fb4fd77864b /OpenPGP-Keychain/src/org/sufficientlysecure
parent1c5acc9721e0417e03beb57c8f1858d2be1fbe30 (diff)
downloadopen-keychain-e8b9dfe379c17b3d0df39838e57bfb52a98c1fc9.tar.gz
open-keychain-e8b9dfe379c17b3d0df39838e57bfb52a98c1fc9.tar.bz2
open-keychain-e8b9dfe379c17b3d0df39838e57bfb52a98c1fc9.zip
layout fixes
Diffstat (limited to 'OpenPGP-Keychain/src/org/sufficientlysecure')
-rw-r--r--OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/widget/FixedListView.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/widget/FixedListView.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/widget/FixedListView.java
index 277f14b6f..b9dcd0d25 100644
--- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/widget/FixedListView.java
+++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/ui/widget/FixedListView.java
@@ -1,5 +1,3 @@
-package org.sufficientlysecure.keychain.ui.widget;
-
/*
* Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
*
@@ -17,12 +15,14 @@ package org.sufficientlysecure.keychain.ui.widget;
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+package org.sufficientlysecure.keychain.ui.widget;
+
import android.content.Context;
import android.util.AttributeSet;
import android.widget.ListView;
/**
- * Automatically calculate height of listview based on contained items. This enables to put this
+ * Automatically calculate height of ListView based on contained items. This enables to put this
* ListView into a ScrollView without messing up.
*
* from