]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/TransactionListAdapter.java
no right padding of the transaction account amount
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / TransactionListAdapter.java
index a6842e27b4f5a5e40e77f4cf69dcceeddb755bd6..0eb5e137cfbcfda1b3d0cb215b600da072f32c3f 100644 (file)
@@ -67,7 +67,7 @@ class TransactionListAdapter
                                     LinearLayout.LayoutParams.WRAP_CONTENT));
                     row.setGravity(Gravity.CENTER_VERTICAL);
                     row.setOrientation(LinearLayout.HORIZONTAL);
-                    row.setPaddingRelative(dp2px(ctx, 8), 0, dp2px(ctx, 8), 0);
+                    row.setPaddingRelative(dp2px(ctx, 8), 0, 0, 8);
                     accName = new TextView(ctx);
                     accName.setLayoutParams(
                             new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT,