]> git.ktnx.net Git - mobile-ledger.git/commitdiff
remove unused LinearLayout
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 19 Jan 2019 12:49:43 +0000 (12:49 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 19 Jan 2019 12:49:43 +0000 (12:49 +0000)
app/src/main/res/layout/activity_main.xml
app/src/main/res/layout/transaction_list_fragment.xml

index 0f66ac3859d5d4773a67d40805bea8dba8003d33..43a1132a8aee541ff28c65a38f41d8db48fd29dc 100644 (file)
                         android:padding="0dp"
                         android:progressTint="@color/colorPrimary"
                         app:layout_constraintEnd_toEndOf="parent"
-                        app:layout_constraintStart_toStartOf="parent"
-                        app:layout_constraintTop_toBottomOf="@+id/transaction_list_head" />
+                        app:layout_constraintStart_toStartOf="parent" />
 
                     <TextView
                         android:id="@+id/transaction_list_cancel_download"
index 919b590be73b4bca7f8401670d713b9209aa5a9d..27b39fcd4df65446d36f438ece87361cee13693f 100644 (file)
     app:layout_constraintBottom_toBottomOf="parent"
     tools:context="net.ktnx.mobileledger.ui.activity.MainActivity">
 
-    <LinearLayout
-        android:id="@+id/transaction_list_head"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:orientation="vertical"
-        app:layout_constraintEnd_toEndOf="parent"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toTopOf="parent">
-
-
-    </LinearLayout>
-
     <android.support.v4.widget.SwipeRefreshLayout
         android:id="@+id/transaction_swipe"
         android:layout_width="match_parent"
@@ -44,7 +32,7 @@
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toBottomOf="@+id/transaction_list_head">
+        app:layout_constraintTop_toTopOf="parent">
 
         <android.support.v7.widget.RecyclerView
             android:id="@+id/transaction_root"