Skip to content

RtkControlBarView

A base container for control bar buttons. Provides design token support and background styling.

Methods

MethodParametersDescription
applyDesignTokensdesignTokens: RtkDesignTokensApply custom design tokens for theming

Usage Examples

Basic Usage

<com.cloudflare.realtimekit.ui.view.controlbars.RtkControlBarView
android:id="@+id/rtk_control_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />