Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<UXML xmlns="UnityEngine.UIElements">
|
||||
<VisualElement name="shop-offer-row" class="row" style="flex-direction: row; align-items: center; padding-left: 12px; padding-right: 8px; padding-top: 6px; padding-bottom: 6px;">
|
||||
<Label name="offer-name" text="Offer name" style="flex-grow: 1; flex-shrink: 1; font-size: 14px;" />
|
||||
<Label name="offer-price" text="$0.99" class="value-accent" style="width: 72px; font-size: 13px; -unity-text-align: middle-right; flex-shrink: 0;" />
|
||||
<Button name="offer-buy-button" text="Buy" class="btn btn-primary" style="width: 72px; height: 32px; margin-left: 12px; flex-shrink: 0;" />
|
||||
</VisualElement>
|
||||
</UXML>
|
||||
Reference in New Issue
Block a user