/*
- * 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;
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"