]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
whitespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 9 Nov 2019 23:16:47 +0000 (01:16 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 9 Nov 2019 23:16:47 +0000 (01:16 +0200)
app/src/main/java/net/ktnx/mobileledger/utils/Colors.java

index 65a3a503d986572a18c78309b434a25ad6afcf65..277de9ff0c99c172c13c7262c78479fdfafaae4e 100644 (file)
@@ -22,6 +22,11 @@ import android.content.res.ColorStateList;
 import android.content.res.Resources;
 import android.util.TypedValue;
 
+import androidx.annotation.ColorInt;
+import androidx.annotation.ColorLong;
+import androidx.annotation.NonNull;
+import androidx.lifecycle.MutableLiveData;
+
 import net.ktnx.mobileledger.R;
 import net.ktnx.mobileledger.model.Data;
 import net.ktnx.mobileledger.model.MobileLedgerProfile;
@@ -29,11 +34,6 @@ import net.ktnx.mobileledger.ui.HueRing;
 
 import java.util.Locale;
 
-import androidx.annotation.ColorInt;
-import androidx.annotation.ColorLong;
-import androidx.annotation.NonNull;
-import androidx.lifecycle.MutableLiveData;
-
 import static java.lang.Math.abs;
 import static net.ktnx.mobileledger.utils.Logger.debug;