diff --git a/app/src/main/res/layout/item_account_exempted.xml b/app/src/main/res/layout/item_account_exempted.xml index 7937694791..052352ab82 100644 --- a/app/src/main/res/layout/item_account_exempted.xml +++ b/app/src/main/res/layout/item_account_exempted.xml @@ -13,6 +13,7 @@ android:id="@+id/cbExempted" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginVertical="6dp" android:text="account" android:textAppearance="@style/TextAppearance.AppCompat.Small" app:layout_constraintEnd_toEndOf="parent"