Stay organized with collections
Save and categorize content based on your preferences.
@RequiresSchemaVersion(major = 1, minor = 0)
public interface LayoutElementBuilders.ArcLayoutElement
Interface defining the root of all elements that can be used in an Arc
. This exists to act as a holder for all of the actual arc layout elements above.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-15 UTC."],[],[],null,["# LayoutElementBuilders.ArcLayoutElement\n======================================\n\nArtifact: [androidx.wear.protolayout:protolayout](/jetpack/androidx/releases/wear-protolayout) \n[View Source](https://cs.android.com/search?q=file:androidx/wear/protolayout/LayoutElementBuilders.java+class:androidx.wear.protolayout.LayoutElementBuilders.ArcLayoutElement) \nAdded in [1.0.0](/jetpack/androidx/releases/wear-protolayout#1.0.0)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/wear/protolayout/LayoutElementBuilders.ArcLayoutElement \"View this page in Kotlin\") \\|Java\n\n\n```\n@RequiresSchemaVersion(major = 1, minor = 0)\npublic interface LayoutElementBuilders.ArcLayoutElement\n```\n\n\u003cbr /\u003e\n\nKnown direct subclasses \n[LayoutElementBuilders.ArcAdapter](/reference/androidx/wear/protolayout/LayoutElementBuilders.ArcAdapter), [LayoutElementBuilders.ArcLine](/reference/androidx/wear/protolayout/LayoutElementBuilders.ArcLine), [LayoutElementBuilders.ArcSpacer](/reference/androidx/wear/protolayout/LayoutElementBuilders.ArcSpacer), [LayoutElementBuilders.ArcText](/reference/androidx/wear/protolayout/LayoutElementBuilders.ArcText), [LayoutElementBuilders.DashedArcLine](/reference/androidx/wear/protolayout/LayoutElementBuilders.DashedArcLine) \n\n|-----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [LayoutElementBuilders.ArcAdapter](/reference/androidx/wear/protolayout/LayoutElementBuilders.ArcAdapter) | A container that allows a standard [LayoutElement](/reference/androidx/wear/protolayout/LayoutElementBuilders.LayoutElement) to be added to an [Arc](/reference/androidx/wear/protolayout/LayoutElementBuilders.Arc). |\n| [LayoutElementBuilders.ArcLine](/reference/androidx/wear/protolayout/LayoutElementBuilders.ArcLine) | A line that can be used in an [Arc](/reference/androidx/wear/protolayout/LayoutElementBuilders.Arc) and renders as a round progress bar. |\n| [LayoutElementBuilders.ArcSpacer](/reference/androidx/wear/protolayout/LayoutElementBuilders.ArcSpacer) | A simple spacer used to provide padding between adjacent elements in an [Arc](/reference/androidx/wear/protolayout/LayoutElementBuilders.Arc). |\n| [LayoutElementBuilders.ArcText](/reference/androidx/wear/protolayout/LayoutElementBuilders.ArcText) | A text element that can be used in an [Arc](/reference/androidx/wear/protolayout/LayoutElementBuilders.Arc). |\n| [LayoutElementBuilders.DashedArcLine](/reference/androidx/wear/protolayout/LayoutElementBuilders.DashedArcLine) | A dashed arc line. |\n\n*** ** * ** ***\n\nInterface defining the root of all elements that can be used in an [Arc](/reference/androidx/wear/protolayout/LayoutElementBuilders.Arc). This exists to act as a holder for all of the actual arc layout elements above."]]