Interface

RemoteAlignment

A remote equivalent of androidx.compose.ui.Alignment.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public interface RemoteAlignment

A remote equivalent of androidx.compose.ui.Alignment. It is used to define how a layout's children should be positioned.

Pre-defined alignment objects are available through the companion object:

  • Horizontal: Start, CenterHorizontally, End
  • Vertical: Top, CenterVertically, Bottom