]> git.ktnx.net Git - mobile-ledger-staging.git/commitdiff
whitespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 14 Jun 2020 12:10:41 +0000 (15:10 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 16 Jun 2020 05:23:36 +0000 (05:23 +0000)
app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionRowHolder.java
app/src/main/res/layout/account_summary_fragment.xml
app/src/main/res/layout/transaction_list_row.xml

index 93ff0edc88722684beac0b65f5545d8780e7abde..a39fb9fd1eeffef3dd956ca7a72215e32d5ee55a 100644 (file)
@@ -21,13 +21,13 @@ import android.view.View;
 import android.widget.LinearLayout;
 import android.widget.TextView;
 
-import net.ktnx.mobileledger.R;
-
 import androidx.annotation.NonNull;
 import androidx.cardview.widget.CardView;
 import androidx.constraintlayout.widget.ConstraintLayout;
 import androidx.recyclerview.widget.RecyclerView;
 
+import net.ktnx.mobileledger.R;
+
 class TransactionRowHolder extends RecyclerView.ViewHolder {
     TextView tvDescription;
     TextView tvComment;
index 449d4d2d17a4df037db501b1714e381f993f8a66..296b1c47e97e2d7184881e227acf0cfc807f1848 100644 (file)
     android:id="@+id/account_summary_frame"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    tools:context=".ui.account_summary.AccountSummaryFragment">
+    tools:context=".ui.account_summary.AccountSummaryFragment"
+    >
 
     <androidx.constraintlayout.widget.ConstraintLayout
         android:id="@+id/content_account_summary_layout"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         app:layout_behavior="@string/appbar_scrolling_view_behavior"
-        tools:context=".ui.activity.MainActivity">
+        tools:context=".ui.activity.MainActivity"
+        >
 
         <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
             android:id="@+id/account_swiper"
             android:layout_width="match_parent"
-            android:layout_height="match_parent">
+            android:layout_height="match_parent"
+            >
 
             <androidx.recyclerview.widget.RecyclerView
                 android:id="@+id/account_root"
@@ -42,7 +45,8 @@
                 android:choiceMode="multipleChoice"
                 android:drawSelectorOnTop="true"
                 android:orientation="vertical"
-                android:scrollbars="vertical">
+                android:scrollbars="vertical"
+                >
 
             </androidx.recyclerview.widget.RecyclerView>
         </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
index e2d0013287a2782bbd9a32089acac8b2de0f9ef8..6cfe719de829c2927e960f154ba4dfa7ed3dc7cc 100644 (file)
 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
-    android:measureAllChildren="false"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content">
+    android:layout_height="wrap_content"
+    android:measureAllChildren="false"
+    >
 
     <com.google.android.material.card.MaterialCardView
         android:id="@+id/transaction_card_view"
@@ -44,7 +45,8 @@
             android:gravity="center_vertical"
             android:minHeight="36dp"
             android:orientation="horizontal"
-            android:padding="8dp">
+            android:padding="8dp"
+            >
 
             <LinearLayout
                 android:id="@+id/transaction_row_head"
@@ -53,7 +55,8 @@
                 android:orientation="vertical"
                 app:layout_constraintEnd_toEndOf="parent"
                 app:layout_constraintStart_toStartOf="parent"
-                app:layout_constraintTop_toTopOf="parent">
+                app:layout_constraintTop_toTopOf="parent"
+                >
 
                 <TextView
                     android:id="@+id/transaction_row_description"
@@ -87,8 +90,8 @@
                 app:layout_constraintTop_toBottomOf="@+id/transaction_row_head"
                 >
 
-                <include layout="@layout/transaction_list_row_accounts_table_row"/>
-                <include layout="@layout/transaction_list_row_accounts_table_row"/>
+                <include layout="@layout/transaction_list_row_accounts_table_row" />
+                <include layout="@layout/transaction_list_row_accounts_table_row" />
 
             </LinearLayout>
 
         android:layout_height="wrap_content"
         android:layout_marginStart="8dp"
         android:layout_marginTop="16dp"
-        android:layout_marginEnd="8dp">
+        android:layout_marginEnd="8dp"
+        >
 
         <TextView
             android:id="@+id/transaction_delimiter_month"
             android:textColor="?colorPrimary"
             android:textStyle="bold"
             app:layout_constraintEnd_toEndOf="parent"
-            tools:ignore="HardcodedText" />
+            tools:ignore="HardcodedText"
+            />
 
         <TextView
             android:id="@+id/transaction_delimiter_date"
             android:textColor="?colorPrimary"
             android:textStyle="bold"
             app:layout_constraintStart_toStartOf="parent"
-            tools:ignore="HardcodedText" />
+            tools:ignore="HardcodedText"
+            />
 
         <View
             android:id="@+id/transaction_delimiter_thick"