1 /* 2 * Copyright 2024 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 17 // VERSION: 7_0_1 18 // GENERATED CODE - DO NOT MODIFY BY HAND 19 20 package androidx.compose.material3.tokens 21 22 import androidx.compose.material3.ShapeDefaults 23 import androidx.compose.ui.unit.dp 24 25 internal object SplitButtonSmallTokens { 26 val BetweenSpace = 2.0.dp 27 val ContainerHeight = 40.0.dp 28 val ContainerShape = ShapeKeyTokens.CornerFull 29 val InnerCornerFocusedSize = ShapeDefaults.CornerMedium 30 val InnerCornerHoveredSize = ShapeDefaults.CornerMedium 31 val InnerCornerPressedSize = ShapeDefaults.CornerMedium 32 val InnerCornerSize = ShapeDefaults.CornerExtraSmall 33 val LeadingButtonLeadingSpace = 16.0.dp 34 val LeadingButtonTrailingSpace = 12.0.dp 35 val TrailingIconSize = 22.0.dp 36 val TrailingInnerCornerSelectedShapePercent = 50.0f 37 val TrailingButtonLeadingSpace = 13.0.dp 38 val TrailingButtonTrailingSpace = 13.0.dp 39 } 40