diff --git a/Habitica/src/com/habitrpg/android/habitica/ui/adapter/HabitItemRecyclerViewAdapter.java b/Habitica/src/com/habitrpg/android/habitica/ui/adapter/HabitItemRecyclerViewAdapter.java index 5ea66c611..7ec262968 100644 --- a/Habitica/src/com/habitrpg/android/habitica/ui/adapter/HabitItemRecyclerViewAdapter.java +++ b/Habitica/src/com/habitrpg/android/habitica/ui/adapter/HabitItemRecyclerViewAdapter.java @@ -537,6 +537,7 @@ public class HabitItemRecyclerViewAdapter gold.setImageDrawable(context.getResources().getDrawable(R.drawable.ic_header_gold)); gold.setMinimumHeight(50); gold.setMinimumWidth(50); + gold.setPadding(0,0,20,0); bottomLayout.addView(gold); bottomLayout.addView(priceTextView);