mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 20:29:02 +00:00
improve spacing in rewards dialog
This commit is contained in:
parent
0249dc3af2
commit
2406ffcc20
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ public class HabitItemRecyclerViewAdapter<THabitItem extends Task>
|
|||
goldPriceLayout.setGravity(Gravity.CENTER_HORIZONTAL);
|
||||
LinearLayout.LayoutParams goldPriceLayoutParams = new LinearLayout.LayoutParams(
|
||||
LinearLayout.LayoutParams.WRAP_CONTENT, LinearLayout.LayoutParams.WRAP_CONTENT);
|
||||
goldPriceLayoutParams.setMargins(0, 40, 0, 0);
|
||||
goldPriceLayoutParams.setMargins(0, 0, 0, 16);
|
||||
goldPriceLayoutParams.gravity = Gravity.CENTER_HORIZONTAL | Gravity.CENTER_VERTICAL;
|
||||
|
||||
goldPriceLayout.setOrientation(LinearLayout.HORIZONTAL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue