Files
rudder-unity-sdk/Assets/LiveOpsExamples/UI/ShopOfferRow.uxml
T

8 lines
665 B
Plaintext
Raw Normal View History

2026-08-12 14:03:44 +03:00
<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>