]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/account_summary_row.xml
drop unused empty style
[mobile-ledger.git] / app / src / main / res / layout / account_summary_row.xml
index 31afa1a1a57fef1f62dbc202a1c3aafc0121a06f..8112c2a72e6d27642c53a79f7c3728031b17ccbb 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"
@@ -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"