Skip to content

RtkControlBarView

Last updated View as MarkdownAgent setup

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

Methods

Method Parameters Description
applyDesignTokens designTokens: RtkDesignTokens Apply 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" />

Was this helpful?