]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix the shadow under the last update row
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 21 Dec 2018 20:15:10 +0000 (20:15 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 21 Dec 2018 20:15:10 +0000 (20:15 +0000)
app/src/main/res/layout/transaction_list_fragment.xml

index b21a10c8f95790d1b6c4f4f8d2d61cd3d5c580d4..2cd0d99d5d76b67afe42442985dcbdf6dea0e39a 100644 (file)
             tools:ignore="HardcodedText" />
     </LinearLayout>
 
-    <View
-        android:id="@+id/view"
-        android:layout_width="0dp"
-        android:layout_height="6dp"
-        android:background="@drawable/drop_shadow"
-        app:layout_constraintTop_toBottomOf="@+id/last_update_row" />
-
     <ProgressBar
         android:id="@+id/transaction_progress_bar"
         style="?android:attr/progressBarStyleHorizontal"
             android:layout_height="match_parent"
             android:scrollbars="vertical" />
     </android.support.v4.widget.SwipeRefreshLayout>
+
+    <View
+        android:id="@+id/view"
+        android:layout_width="0dp"
+        android:layout_height="4dp"
+        android:background="@drawable/drop_shadow"
+        app:layout_constraintTop_toBottomOf="@+id/last_update_row" />
 </android.support.constraint.ConstraintLayout>