]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/account_summary_row.xml
go to transactions for the account when an account is clicked in the account summary
[mobile-ledger.git] / app / src / main / res / layout / account_summary_row.xml
index 21cfec197b5d2c203c4ce67ba6815bfe46925aaa..05813dabae7d9dc4fa5645348ad023712392381a 100644 (file)
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:gravity="center_vertical"
-    android:minHeight="36dp"
+    android:minHeight="?attr/android:actionBarSize"
     android:orientation="horizontal"
     android:paddingStart="8dp"
     android:paddingEnd="8dp"
-    tools:showIn="@layout/content_account_summary">
+    tools:showIn="@id/account_root">
 
     <CheckBox
         android:id="@+id/account_row_check"