]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/account_summary_row.xml
convert the last update global header to a list header
[mobile-ledger.git] / app / src / main / res / layout / account_summary_row.xml
index 8112c2a72e6d27642c53a79f7c3728031b17ccbb..4f345e7dd285141b2a038740d7fa9afd46975136 100644 (file)
                 android:background="@drawable/ic_expand_less_black_24dp"
                 android:backgroundTint="?colorPrimary"
                 android:clickable="true"
+                android:contentDescription="@string/sub_accounts_expand_collapse_trigger_description"
                 android:focusable="true"
                 app:layout_constraintBottom_toBottomOf="parent"
                 app:layout_constraintEnd_toEndOf="parent"
                 app:layout_constraintStart_toStartOf="parent"
                 app:layout_constraintTop_toTopOf="parent"
-                android:contentDescription="@string/sub_accounts_expand_collapse_trigger_description"
                 />
         </androidx.constraintlayout.widget.ConstraintLayout>
     </androidx.constraintlayout.widget.ConstraintLayout>
         >
 
     </FrameLayout>
-
+    <include layout="@layout/last_update_layout" />
 </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file