]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/account_summary_row.xml
rework showing of account's transactions with a context menu
[mobile-ledger.git] / app / src / main / res / layout / account_summary_row.xml
index 2ff3b4e6621b25d77d28f4c92f1e1fcf41f67ec3..1fb4588c5207dd174bdeb480af0ba7c44ab1a42b 100644 (file)
@@ -23,6 +23,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/account_summary_row"
     android:layout_width="match_parent"
+    android:longClickable="true"
     android:layout_height="wrap_content">
 
     <CheckBox
@@ -88,6 +89,7 @@
         android:gravity="center_vertical"
         android:onClick="onAccountSummaryRowViewClicked"
         android:text="123,45\n678,90"
+        android:minWidth="@dimen/thumb_row_height"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintTop_toTopOf="parent"