]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/transaction_list_row.xml
transaction list: add a hollow placeholder at the bottom of the list
[mobile-ledger.git] / app / src / main / res / layout / transaction_list_row.xml
index dea0bfd240b5c087778cd85d1fd1a43434ce3998..28864be95a189ce54b3ea534720a9ece9ef39264 100644 (file)
             app:layout_constraintTop_toTopOf="parent" />
 
     </android.support.constraint.ConstraintLayout>
+
+    <view
+        android:id="@+id/transaction_list_trailer"
+        class="android.support.constraint.Placeholder"
+        id="@+id/view"
+        android:layout_width="match_parent"
+        android:layout_height="80dp" />
 </android.support.v7.widget.ContentFrameLayout>
\ No newline at end of file