mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-23 22:27:15 +00:00
[#36] Add Padding between gold and price
This commit is contained in:
parent
c29e72b481
commit
689d6476de
1 changed files with 1 additions and 0 deletions
|
|
@ -537,6 +537,7 @@ public class HabitItemRecyclerViewAdapter<THabitItem extends Task>
|
|||
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue