Jetpack compose background color kotlin. merge(TextStyle(color = LocalContentColor.
Jetpack compose background color kotlin. background function can be used to set the background .
Jetpack compose background color kotlin implementation 'androidx. Apr 29, 2021 · @Composable fun OutlinedTextFieldBackground( color: Color, content: @Composable -> Unit ) { // This box just wraps the background and the OutlinedTextField Box { // This box works as background Box( modifier = Modifier . val localStyle = LocalTextStyle. You can change the background by wrapping the Button component inside a Box and setting the background colour for the Box: Oct 26, 2020 · You can use the TextField:. background() for the Column modifier parameter. The DatePickerModal composable function displays a modal date picker. Black),) Feb 6, 2024 · In this article, I will cover three methods to change the color of the status bar and navigation bar from composable function in Android Jetpack Compose. copy(alpha) less than 1f – Nov 21, 2022 · Jetpack Compose Text Background Color. background in the same way as with any other view that has no custom decoration(as in case of TextField) BasicTextField( value = text, onValueChange = { text = it }, modifier = Modifier. Red, onSecondary = Color. However, using Modifier. If you've enabled dynamic color in your app, use the wallpaper attribute to switch wallpapers and see how your UI reacts to different users' chosen wallpaper. current)) BasicTextField( textStyle = mergedStyle, cursorBrush = SolidColor(MaterialTheme. kt (here, in DarkColorPalette, I set onSur Sep 30, 2023 · I am trying to pass message from viewModel into my Screen Activity using collect in Android Jetpack compose, where I am trying to show snackbar but for some reason it is not changing background color and action button color (nor going in if condition) on snackbar and also it is not comparing to my string which I am passing and going in else . To change the colors for a Switch composable, in Android Jetpack Compose, set the colors parameter of the Switch composable with the required SwitchColors object. Jan 9, 2025 · Jetpack Compose is built around Kotlin. Unspecified is black. val MyColor = Color(0,5,5,255) MainActivity. Transparent), shape = RoundedCornerShape(corner = CornerSize(2. outlinedButtonColors(backgroundColor = Color. background. To set background color for a Button in Android Jetpack Compose, set colors parameter with the required ButtonColors value. 14. If you think in another programming language and mentally translate that language to Kotlin, you're likely to miss out on some of the strength of Compose, and you might find it difficult to understand idiomatically-written Kotlin code. See the code snippet given below. Jan 9, 2025 · SpanStyle sets text decoration, font style, and color for the links. Add this modifier to the element to make it clickable within its bounds. In this tutorial, we shall learn how to set colors for a Card composable in Android Jetpack Compose, using colors property. ; adding in the onValueChange a function to fix the max number of characters as described here Aug 1, 2022 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Feb 20, 2024 · Have a look at the combinedClickable Modifier:. Card Colors in Android Jetpack Compose. We can set container color, content color, container color when card is disabled, and content color when card is disabled. . I want it to start and stop at a designated portion of the screen but currently it's fill-in the whole screen. buttonColors( background = Color. Modifier. AppCompatImageView android:background="@drawable/ Jun 10, 2023 · This snippet will generate a card containing the text “Hello from Jetpack Compose!”. Example: color of NavigationBar is #f1edf7 but background color is #fffbfe. 0-alpha16" And: drawerContainerColor = Color. With a more intuitive and functional approach, it offers a wide range of tools to manage and style text. Red ) ) Note: for the font colors to take effect, you must set the main colors (primary, secondary and so on). See full list on developer. Taken the idea from this post, you'll have to create an xml drawable that will match the colors and orientation of your gradient background you use in your composable container/layout. The Text composable displays the resulting AnnotatedString. background(brush=), the best I can find is linearGradient which calculates the angle from a fixed start and end point of a gradient. kt file from SDK and create something similar but disable the tonalColor(Thanks for hint @ianhanniballake that it is using tonalelevation) Aug 13, 2021 · The text in the app still remains black even if the theme is set to dark and background is dark. surface color(see Material 3 Guidelines), background color of app and color of NavigationBar differs. Jan 3, 2023 · I'm trying to start with jetpack compose and it's getting complicated to be able to change the background automatically according to the theme chosen by the user (light dark). background( Brush. 0-alpha03, you can use: . I'm trying to stick as closely as possible to the documentation and make it as simple as possible https://dev Jun 11, 2023 · In android-jetpack-compose, the Button component does not have a parameter called backgroundColor. Black, background = Color. Jetpack Compose propose des API qui permettent de sécuriser les coroutines dans la couche de l'UI. Prerequisites: Familiar with Kotlin and OOP Concepts as well; Basic understanding of Jetpack Compose; Android Studio Canary Version Nov 24, 2020 · To use color in jetpack compose using recommended create a package ui. I simply don't understand how come when I run the app, the background color remains to be white, even i specify it to be my own custom color ? Column Background Color – Android Compose. The issue comes out when you have a different color in your background layer (BLUE). 1. background(color = AppWhite), not only the TextField is white, but also what's surrounding it (see first attached image) and when I remove the modifier, everything is green (like the second image). colors: Uses the CardColors type to set the default color of both the container and any children. The problem is that when I run the app, the background color is still grey. Default onSecondary color is Color. Compose でのスコープの安全性. Whether you’re a seasoned developer or just getting started, this guide will walk you… Oct 23, 2021 · I added an image inside a card with a background color and I want some part of my image to overflow outside the container and be visible. Unspecified in this case. kt and Theme. How do I do this? Extend by device; Build apps that give your users seamless experiences from phones to tablets, watches, headsets, and more. copy(0. enabled: If you pass false for this parameter, the card appears as disabled and does not respond to user input. My question is about changing the color of the background for Mar 23, 2022 · I'm working with a linear gradient background color in compose. Nov 28, 2022 · I'm using a Jetpack Compose Material 3 CenterAlignedTopAppBar, with TopAppBarDefaults. Dec 14, 2022 · It looks like CoPilot or chatGPT need some time to take our jobs 😁. Transparent) draws transparent background with 0f alpha. Jan 27, 2021 · There's a Surface composable in Jetpack Compose which represents a material surface. fillMaxSize() . Ask Question Asked 2 years, 11 months ago. smallTopAppBarColors() with the containerColor attribute. Mar 2, 2024 · In this article, we will create a simple shimmer loading effect with Jetpack Compose. This is the standard code that comes out if you create a new compose project, but with the block in the middle added: Aug 14, 2022 · I am making an app that basically allows the user to search through a list of card composables, each with a heading and a body of text. kt kotlin files if they are not present in your project. <app_name> which will likely be present by default if you are creating empty compose project. ; The onDateSelected lambda expression executes when the user selects a date. This then function returns a new modifier that you have not used it. Green ) ) ), title = { Text("UI Components") }, backgroundColor = Color. But the numbers in val guestNumbers changes on startup. Black, onPrimary = Color. What is wrong with my code? Preview code @Preview(showBackground = true) @Composable fun Jun 19, 2023 · Now, let’s look at how to change the background color of this versatile Box composable. You can customize the Row background color using Modifier. kt add the colors you need Oct 21, 2021 · To fix this either use the same 'on' color for identical background colors, or use a different background color for each 'on' color. Jul 1, 2023 · In this blog post, we will walk you through how to change Surface background color in Jetpack Compose. dp)), elevation = 5. onCreate(savedInstanceState) } override fun onViewCreated(view: View Apr 15, 2022 · I cant get the Card in the LazyColumn to check if the number is in val guestNumbers and then change the color on the Card. kt. For background use container color and for border use indicator color Jan 7, 2021 · Here's my solution without accompanist and pretty minimal. In Jetpack Compose, changing the background color of a card has been made straightforward. Green ) ?? Jan 9, 2025 · A Brush in Compose describes how something is drawn on screen: it determines the color(s) that are drawn in the drawing area (i. primary), ) Feb 1, 2022 · When I`m trying to force NavigationBar to be MaterialTheme. In this tutorial, we will learn how to set a background color for a Button in Android Compose. textFieldColors( focusedTextColor = Color. Compose には、特定のコンポーザブルの子に適用される場合にのみ使用できる修飾子があります。Compose はカスタム スコープによって、これを可能にしています。 Sep 1, 2023 · I try to set the background color for the Material 3 Card in Android Jetpack Compose, using the backgroundColor parameter, "colors" also. Aug 31, 2022 · I have such an implemenation Surface( modifier = Modifier. appcompat. In this post, we will look at how to create such background color transition effects. In Color. but make the color solid but light using compositeOver, then it will work fine. textFieldColors parameter to hide the indicator. dp) // adding some space to the label . Note: If you need to set the background color of an element, prefer using a parent Surface to do this, which sets an Mar 3, 2021 · With compose androidx. You now use the CardDefaults. android. Jan 9, 2025 · elevation: Adds a shadow to the component that makes it appear elevated above the background. This includes setting the background color for the Box composable. Jun 14, 2022 · I want to change the background color of a scaffold composable function in android jetpack compose. background function can be used to set the background Jan 9, 2025 · Dynamic color preview. padding(top = 8. Note: Only one item will select at a time. Android Compose – Button Background Color. ScanDeviceList Jan 21, 2022 · Jetpack Compose Spacer with background color not shown on screen. Kotlin JetPack Compose, changing Dec 1, 2024 · If you set a non-theme background color, you should also specify an appropriate content color. xml file for localization and translation purposes. Nov 16, 2022 · Jetpack Compose simplifies the UI development process by allowing developers to build UI components declaratively in Kotlin. com Sep 7, 2023 · If you wish to change the background on runtime in your Kotlin code, you can use the ContextCompat utility class to retrieve the color resource and set it as the background color of your To change the background color of the TopAppBar in Android Jetpack Compose, you can use containerColor parameter of the colors parameter of the TopAppBar composable. In the following example, we set an Yellow background color for the text of the Text composable using Modifier. Color. P. theme in com. Grey) By usging background can set a background color. MediumTopAppBar(title = {Text(text = "")}) Oct 7, 2022 · With M3 the default value of the background color in the TopAppBar is defined in the TopAppBarDefaults. Une interface utilisateur réactive est intrinsèquement asynchrone et Jetpack Compose résout cela en adoptant des coroutines au niveau de l'API au lieu d'utiliser des rappels. Even though text can be added directly to a Compose function, it’s recommended to add text in the strings. Note: Many of these modifiers are designed to help you arrange your UI's layout just the way you need it. Nov 24, 2022 · I want to make a background color change when user select a item on Surface. Jan 9, 2025 · Jetpack Compose offers an implementation of Material Design 3, the next evolution of Material Design. If the background layer contains a map you have the same issue. How to Set Card Background Color. Red, Color. compose. surface too. The default value is the surface color defined in your theme. See the code snippet given below where the yellow color is given as the background color of the Row. Still, you can use them by just appending 0xFF to… Nov 15, 2021 · this way you can create transparent bottomsheet in compose, extend below custombottomsheet. 4. Yellow background color on Button in Jetpack Compose. Jan 9, 2025 · Key points about the code. e. If we check the code, Color. But there is an orange background color when the tab is pressed. Custom2, this means corresponding background colors should be the same too. matchParentSize() . fillMaxWidth() . background( color, // rounded corner to match with Sep 11, 2021 · From the below code snippet set full background color Modifier. Background app color is MaterialTheme. There’s no straightforward way to give hex color codes in Jetpack Compose. Required Color object can be passed to background() function for color paramet How to parse hex string e. As you can see the BackdropScaffold background is correctly applied (RED). abstract class CustomBottomSheeet : BottomSheetDialogFragment() { var isDraggable: Boolean = true abstract fun init() @Composable abstract fun BuildContentComposable() override fun onCreate(savedInstanceState: Bundle?) { super. The color of the tab row Jul 28, 2024 · To create an animated radial gradient color, you can use the radialGradient brush along with an animated list of colors. How to Set Background Color. Most Material components will use these colors as default values, but you can also use these colors in your views using, for example, MaterialTheme. To set background color of Text composable in Android Jetpack Compose, you can use Modifier. In this tutorial, we shall learn how to change the colors for a Switch composable. Jan 29, 2024 · You can use this parameter to achieve your desired color. background(color = MaterialTheme. This guide should give you a solid foundation for creating and customizing Surfaces in your Jetpack Compose application. Explore the Kotlin reference for Color in the Android Compose UI graphics section on Android Developers. And what I want to achieve is that when there is enough space for them to be displayed, no fading is provided (just on visual, not on code); when the space there is not enough, fading is provided. MainActivity. removing the label with label = null; applying custom color with the TextFieldDefaults. I am editing the colors from theme. Viewed 6k times Nov 5, 2021 · The MaterialTheme only provides colors for all views inside the container, it does not create or render the view. merge(TextStyle(color = LocalContentColor. Here are some common modifiers you'll use to adjust your layouts. material3:material3:1. 3. How would I go about the Feb 9, 2021 · MaterialTheme( colors = Colors( primary = Color. I am using Column in my parent, so I can't make LazyColumn. compose:compose-bom:2023. Aug 31, 2022 · We demonstrated the application in Kotlin, so make sure you select Kotlin as the primary language while creating a New Project. background() and pass the required Color value. Sep 6, 2021 · TopAppBar( modifier = Modifier. 01 Now you need to use colors. background) ) { // } But in background there is no option to specify an image. JetPack Compose make background color fill only a portion of the screen. widget. Introduction: Jetpack Compose, the modern UI toolkit for Android app development, offers powerful tools and Mar 12, 2011 · I have an ImageView, in which I am programmaticly creating drawables and presenting them to the user. To set background color for Button in Android Jetpack Compose, you can set the colors parameter with the required ButtonColors instance. Now create Color. 0-alpha14' // * Card Apr 24, 2023 · The principle underlying such bars/tags/coupons color shifting UI is the background color transition effect. Aug 26, 2021 · How to set a drawable resource as a background to an Image in Jetpack compose? Corresponding view XML code <androidx. In your case, you have both primaryVariant and secondary set to CustomColors. The thing is, when I add modifier = Modifier. horizontalGradient( colors = listOf( Color. 05f) // the noise level of the Jun 27, 2023 · Welcome to this all-encompassing guide on Jetpack Compose Text! Jetpack Compose has revolutionized the way we think about UI development in Android. background(Blue1, shape = RoundedCornerShape(10. This snippet enables "Jetpack Compose" as a clickable link, styled with blue color, underlined, and italicized: Figure 2. Here is my code. In some cases, Kotlin provides special idioms that make it easier to write good Compose code. Oct 5, 2021 · You can use Modifier. It exposes the selected date to the parent composable. Provide details and share your research! But avoid …. Jan 30, 2024 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Nov 29, 2022 · I think the only way for a status bar to have and match a gradient color of the content is to resort back to old window/drawable config. If you mean translucent color you should either set first 2 digits after 0x less than FF(255) or set color for instance with Color. #9CCC65 in Color class in jetpack compose. background(Color. Oct 1, 2021 · I have a simple Jetpack Compose TabRow example on Kotlin from documentation, where I just changed a text and underline color. 04. Sep 24, 2023 · I'm just learnig Compose. To set a specific background color for a Column in Android Compose, use Modifier. How do I do it? Currently I'm doing: Box( modifier = Modifier . kt Oct 18, 2024 · I have an OutlinedTextField and I want it to have a white background but only the TextField. You have to re-initialize your myModifier variable with the returned modifier. Switch Colors – Android Jetpack Compose. Theme. White. Unspecified. Example. This is a short Android tutorial on how to use hex color codes in Jetpack Compose. Transparent ) Result: I found this post: Jetpack Compose Button with gradient background? for button - so I set backgroundColor transparent and custom background via a Feb 11, 2024 · How to change background colour of ExposedDropdownMenuBox ? I want to match background colour, transparent would be fine. The TextStyle helps to set a custom background color to the Text composable. Material 3 includes updated theming, components and Material You personalization features like dynamic color, and is designed to be cohesive with the new visual style and system UI on Android 12 and above. A surface allows you to set up things like background color or border but it seems that the same might be done u Aug 9, 2022 · Thanks to everyone providing useful input, in the end the information that my code is working fine in different project setups made me think in a different direction. Also you want to make it grayscale when unselected, you can use colorFilter. current val mergedStyle = localStyle. modifier doesn't work. I want to make Compose Preview background color setting the same as run app mode. kt file and add the below code to it. May 15, 2022 · The background color is taken from content colors and the content color is read from contentColorFor extension else case, which is Color. Jan 31, 2023 · After trying multiple ways found out that there is no way to override this except for to look at the Card. To change the background color of a Surface, you simply need to set the color attribute inside the Surface composable function. buttonColors(). noise(0. Black, secondary = Color. Black, and for onPrimary Nov 22, 2022 · Hex color codes are one of the most used color formats while developing mobile apps and websites. Configure component to receive clicks, double clicks and long clicks via input or accessibility "click" event. background() is acceptable for a one-shot color setting, but when animating a color over time, this could cause more recompositions than necessary. current as well. S: option seem to be missing in jetpack compose package Current Workaround: Exported parseColor() method from standard C Nov 29, 2022 · Jetpack Compose Row Background Color. We can create a ButtonColors instance using ButtonDefaults. Jan 9, 2025 · Jetpack Compose provides a list of built-in modifiers to help you decorate or augment a composable. Animate the size of a composable Figure 4. Red. . This feature requires Compose 1. It works! In most cases. So I am using Foreach to make a list of view. By default no view will be selected, when user click on item then I want change the color. The Modifier. Red, onBackground = Color. background(). dp)), Android Jetpack Compose – Text Background Color. My goal is to click on said ImageView and change the drawable's color. fillMaxSize() It gives a full height and width. Aug 24, 2022 · Button( colors = ButtonDefaults. <domain_name>. 0. Feb 15, 2021 · selectedContentColor changes color of Text and Icon, but not Image() Composable. This is the latest method supported by… May 27, 2022 · The following example code shows the issue I'm facing. Also how to you remove the line under the dropdown? colors = ExposedDropdownMenuDefaults. Button(colors = buttonDefaults. Check your theme or you can override it using something like: Aug 24, 2022 · I just updated material3 dependency to: implementation "androidx. Plus if you don't want to change color of Text/Icon, then you can use Color. Modifier. Red, disabledPlaceholderColor = Color. dp ) { // Content of the card } Jul 1, 2023 · Changing the background color of a Surface in Jetpack Compose is straightforward. pinnedScrollBehavior to make it so that the color of the appbar changes when I scroll down on nested content. Just take a look at the code and screenshots below. a circle, square, path). Jul 2, 2021 · I am trying to draw a gradient background in Jetpack Compose, and I would like the gradient to have a fixed angle regardless of the shape of the object I'm drawing into. The following is the TopAppBar with Yellow as the background color. The corners of the front layer are transparent. A heading and paragraph, where 'Jetpack Compose' in the paragraph is a clickable Jul 5, 2023 · Figure 1. Apr 4, 2021 · The background color of the Surface is based on the color attribute. 7f)) // the background color of the top bar . g. Result. There are a few built-in Brushes that are useful for drawing, such as LinearGradient , RadialGradient or a plain SolidColor brush. If you want two different colors for the handle region and content region, you can set the containerColor param for the handle region background and use a different color as the background for the content composable. theme > Color. Red Doesn't Mar 26, 2023 · I have defined colors for dark theme and light theme in my application and when I import the emulator to light theme or dark theme, the color of the components changes according to the theme, for e Jan 9, 2023 · background(Color. May 5, 2022 · You need to implement CheckboxColors interface and create your color scheme. kt file Navigate to app > java > your app’s package name > ui. colorScheme. Select from the different wallpaper themes offered by the Wallpaper class. The Modifier parameter is key to adjusting and customizing composables in Jetpack Compose. Jul 24, 2022 · I try to set the background color for the Material3 Card in Android Jetpack Compose, using the backgroundColor parameter. May 11, 2023 · i'm new to jetpack compose and i have been trying to override the background and surface colors in my app to see the effects, but it works only on my api 30 and below virtual devices but does nothi Feb 22, 2024 · I'm trying to write an example to illustrate the use of Bluetooth under Jetpack/Kotlin. I used offset to offset the image but I can’t find the way to Mar 23, 2021 · In my case, there are two elements in a LazyRow, and because of the size of the screen, the second element is cut down without any fading effect by default. Let us launch our Android Studio and create a new project named “Demo One” using “Empty Compose Activity” template (as in Figures 2 and 3). Use with different devices Jun 24, 2023 · To set a background color for a Card in Jetpack Compose and ensure that the card is filled entirely, you can modify the code as follows: Card( modifier = Modifier. For infinitely animating the background color, see repeating an animation section. May 31, 2021 · Modifier has a then function to concatenate the current modifier with another modifier. Below is a one way to achieve this Extend by device; Build apps that give your users seamless experiences from phones to tablets, watches, headsets, and more. Use LocalContentColor to retrieve the preferred content color for the current background, at a given position in the hierarchy. 0 or higher. May 5, 2021 · I want to use a background color (say blue) for my screen, and an image (to add effect) too in addition to color. Jan 9, 2025 · This option is more performant than using Modifier. Step 2: Adding a new color to the Color. All is done in the Theme definition. Asking for help, clarification, or responding to other answers. cardColors() function with the colors parameter of the Card composable. Code suggested by CoPilot actually doesn't work, when you scroll up or down it resets back to Red because of how LazyList works. Red) ) Feb 23, 2022 · If you want to use your current Material theme's colors so that it adapts to light and dark themes, you need to use LocalContentColor. I just copied the implementation of DefaultCheckboxColors: @Stable class YourCheckboxColors( private val checkedCheckmarkColor: Color, private val uncheckedCheckmarkColor: Color, private val checkedBoxColor: Color, private val uncheckedBoxColor: Color, private val disabledCheckedBoxColor: Color, private val May 2, 2022 · How can a color resource be used to change the background colour for a MD3 top app bar in Jetpack Compose? Understandably, a colors property is available but it's not clear what to use for the above. So if you want to keep color of multicolor-icon when selected, one should use Image(). colors. Feb 1, 2021 · In Jetpack Compose:1. Modified 8 months ago. Jul 26, 2021 · the background basically shows for elevation and shadow, if you remove them then it will be gone, since you are using transparent color that's why you are seeing this.
htgscjv efhtemph thnpd edmj kwbrpq jmlbompr dkas msonxg yshsmvn ivoeufon
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}