]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/account_summary_row.xml
UI and machinery for detecting hledger-web version
[mobile-ledger.git] / app / src / main / res / layout / account_summary_row.xml
index 31afa1a1a57fef1f62dbc202a1c3aafc0121a06f..4f345e7dd285141b2a038740d7fa9afd46975136 100644 (file)
@@ -38,7 +38,6 @@
         >
         <TextView
             android:id="@+id/account_row_acc_name"
-            style="@style/account_summary_account_name"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_marginStart="8dp"
                 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>
@@ -96,7 +95,6 @@
         android:layout_marginEnd="8dp"
         android:gravity="center_vertical"
         android:minHeight="@dimen/default_account_row_height"
-        android:onClick="onAccountSummaryRowViewClicked"
         android:text="USD 123,45\n678,90\nIRAUSD -17 000.00"
         android:textAppearance="@style/TextAppearance.AppCompat.Medium"
         app:layout_constrainedWidth="true"
         >
 
     </FrameLayout>
-
+    <include layout="@layout/last_update_layout" />
 </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file