]> git.ktnx.net Git - mobile-ledger.git/commitdiff
whitespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 10 Jul 2020 06:46:32 +0000 (09:46 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 10 Jul 2020 06:46:32 +0000 (09:46 +0300)
app/src/main/java/net/ktnx/mobileledger/model/LedgerAccount.java
app/src/main/res/layout/main_app_layout.xml

index a762e3a9dba1d8a3dc295d605b3ee73bb56fbec7..7510576a81a65fdd31792158514f40c474f8c8ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2019 Damyan Ivanov.
+ * Copyright © 2020 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
 
 package net.ktnx.mobileledger.model;
 
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+
 import java.util.ArrayList;
 import java.util.List;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
-import androidx.annotation.NonNull;
-import androidx.annotation.Nullable;
-
 public class LedgerAccount {
     static Pattern reHigherAccount = Pattern.compile("^[^:]+:");
     private String name;
index e9c7138b9f1593044167f8899d6e3689ed27de4d..8eeba2d9b5b1ba711bfa70b089544fb29f53b70c 100644 (file)
@@ -36,7 +36,8 @@
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:maxImageSize="36dp"
-        app:srcCompat="@drawable/ic_add_white_24dp" />
+        app:srcCompat="@drawable/ic_add_white_24dp"
+        />
 
     <androidx.drawerlayout.widget.DrawerLayout
         android:id="@+id/drawer_layout"