mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
[#36] Decrease padding between gold image and price
This commit is contained in:
parent
eae09bb222
commit
29a8d965a9
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ public class HabitItemRecyclerViewAdapter<THabitItem extends Task>
|
||||||
gold.setImageDrawable(context.getResources().getDrawable(R.drawable.ic_header_gold));
|
gold.setImageDrawable(context.getResources().getDrawable(R.drawable.ic_header_gold));
|
||||||
gold.setMinimumHeight(50);
|
gold.setMinimumHeight(50);
|
||||||
gold.setMinimumWidth(50);
|
gold.setMinimumWidth(50);
|
||||||
gold.setPadding(0, 0, 10, 0);
|
gold.setPadding(0, 0, 5, 0);
|
||||||
|
|
||||||
goldPriceLayout.addView(gold);
|
goldPriceLayout.addView(gold);
|
||||||
goldPriceLayout.addView(priceTextView);
|
goldPriceLayout.addView(priceTextView);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue