Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
49 views

XML: <com.google.android.material.textfield.TextInputLayout android:id="@+id/name_inputLayout" android:layout_width="match_parent" android:layout_height="...
Sam Chen's user avatar
  • 9,148
0 votes
1 answer
44 views

XML: <Button android:id="@+id/send_button" style="@style/Widget.Material3.Button.OutlinedButton" android:layout_width="wrap_content" android:...
Sam Chen's user avatar
  • 9,148
0 votes
0 answers
36 views

My goal is to make text with Dynamic Color enabled more bright and readable, like how it looks without the Dynamic Color. I know that I can set text color programmatically, but this is an approach, ...
MrCookie's user avatar
  • 101
0 votes
0 answers
21 views

Goal: Hide BottomAppBar with center FloatingActionButton when scrolling behavior happens (programatically). Issue: Just by adding HideViewOnScrollBehavior, the position of FloatingActionButton is ...
Sam Chen's user avatar
  • 9,148
0 votes
1 answer
71 views

I am using a Connected Button Group in the MDC-Android: Expressive implementation (Java). How can I set the styling of the <Button />s in the <MaterialButtonGroup /> when pressed so that ...
Elijah M's user avatar
  • 961
0 votes
0 answers
25 views

I'm trying to build a Material Design checkbox using Material Icons. Specifically, just for this case, I plan to use the check_box_outline_blank, select_check_box, and indeterminate_check_box. Here's ...
starleaf1's user avatar
  • 2,928
0 votes
1 answer
83 views

Being a little bit newish to React. I am just prototyping a UI in Material Design 3 and React (TypeScript). Using the most very basic example - the issue I am having is with tabs unloading when they ...
AndyW's user avatar
  • 523
0 votes
0 answers
52 views

My final goal is to load fonts from a Variable Font Collection file. Most phones sold in China enable users to use custom fonts system-wide(ideally), but most of those fonts don't have full support ...
Massi Neptune Jr.'s user avatar
1 vote
1 answer
160 views

I’m using Angular Material 19 and I have managed to override the arrow color via the select-overrides mixin: Angular Material - Select - Styling @include mat.select-overrides(( enabled-arrow-...
Isakkiii's user avatar
1 vote
0 answers
43 views

Me and my fellow Android devs are working on a component to display multiple text fields (a form, so to say) and came across a problem with vertical spacing. It is a fairly complex application with ...
Philip's user avatar
  • 21
0 votes
1 answer
441 views

I'm transitioning from Material Design 2 to Material Design 3 using Java + XML in Android Studio Meerkat Feature Drop | 2024.3.2 Patch 1. I’m building a new app with Theme.Material3.DayNight....
Muhammad Aariz's user avatar
0 votes
0 answers
98 views

I'm updating my alert dialog transitions to follow the latest Material 3 motion specification, and I'd like to migrate from the Emphasized motion (which uses emphasized.decelerate / accelerate) to the ...
zeus's user avatar
  • 13.3k
0 votes
1 answer
55 views

How can I clip the content to match the corner of the Card. @Composable fun PreviewWindow() { Card { Column( modifier = Modifier .padding(2.dp) ....
Surendra's user avatar
1 vote
0 answers
78 views

Like the same element as in the video, with the expand animation. Is there anything native? in jetpack compose and material 3. I found only this implementation: @ExperimentalMaterial3Api @Composable ...
Azat Allaberdin's user avatar
0 votes
0 answers
61 views

I'm implementing custom Angular Material M3 theme like described below. My question is if anybody could help me: How can I use a specific item from e.g. the primary color map (for example 30) as a ...
Miklós Szabó's user avatar
0 votes
0 answers
75 views

I am using the Material Design Toolkit in a WPF application, and I want to change the background color of the Snackbar based on different severity levels (Info, Warning, Error, Success). Currently, my ...
StupidMonkey's user avatar
1 vote
1 answer
679 views

I used the ng generate @angular/material:m3-theme to generate theme colors and apply it on style.scss but when I did this style.scss @use '@angular/material' as mat; @use './_theme-colors.scss' as ...
zer09's user avatar
  • 1,648
1 vote
0 answers
59 views

When I am using the command to generate a theme (ng generate @angular/material:theme-color), then I get a palette, but the primary color (default key 50) is far off from the color I inputted. The most ...
Zachu's user avatar
  • 57
0 votes
1 answer
242 views

I have issues theming an Android App. I generated a theme with red source color in Material Theme Builder, and I downloaded the compose kt files and ovewrite my project files. I'm applying the theme ...
NullPointerException's user avatar
1 vote
2 answers
6k views

I am trying to implement android 15 (API 35) edge to edge UI, its look working except the status bar color i have with the navigation drawer(with toolbar) in android 13 or lower.I tried to follow ...
Ritu's user avatar
  • 696
0 votes
1 answer
206 views

In Flutter showDatePicker(material), when the user switches to input mode by clicking on the switchToInputEntryModeIcon, the default date format is "mm/dd/yyyy". However, I need the format ...
VENKAT RUTHVIK SAI KONDA's user avatar
0 votes
0 answers
234 views

How can I properly displays snackbars using compose multiplatform and string resources? I want to be able to use the material 3 snackbar components, but be able to pass StringResource and not a string,...
Ashman's user avatar
  • 127
1 vote
0 answers
22 views

I'm speaking about the transition where an element of a list expands to fill the container without affecting other elements' positions: https://m2.material.io/develop/android/theming/motion has a ...
gvlasov's user avatar
  • 20.3k
0 votes
0 answers
36 views

Shaky bottom nav icon animation I have this material bottom navigation view inside every fragment for each feature(plan, edu, therapy, profile): <com.google.android.material.bottomnavigation....
Wisnu A S's user avatar
0 votes
0 answers
25 views

TLDR: Problem: In MDBInput, a value renders over placeholder causing not readable any of them. Motivation: Moreless a newbie, trying to learn on-the-fly. I am tying to implement modal popup with form ...
Engin's user avatar
  • 99
1 vote
0 answers
80 views

I’m getting 29 fixed colors and 6 palettes for primary, secondary, tertiary, neutral, neutral-variant and error from the typescript package of material color utilities. Material Design 3’s color ...
aknott's user avatar
  • 239
1 vote
3 answers
72 views

I am trying to create a custom reusable component based on material angular. I have the following code dropdown.component.ts import {AfterContentInit, Component, ContentChildren, QueryList, ...
wolfman928's user avatar
0 votes
2 answers
2k views

I am trying to updated to android 15. I have few BottomSheets in app. All of them are showing a strip at bottom which is not part of Bottom sheet in android 15 device. The current theme i m using for ...
Diaz diaz's user avatar
  • 284
0 votes
0 answers
65 views

I'm creating a flutter app using the dynamic_color library to enable material you colors. However, It doesn't seem to react to material_you color changes. I tried using a StatefulWidgets with ...
GiuseppeFn's user avatar
0 votes
0 answers
89 views

I created a custom theme using Material Theme Builder which I exported as a JSON file. I was wondering what is the best way of converting this file to a useable React Native Paper theme? The JSON file ...
ChenBr's user avatar
  • 2,772
0 votes
1 answer
84 views

I'm creating a rich text editor toolbar with toggle buttons (e.g., Bold, Italic, List, etc.) using Jetpack Compose and Material Design 3. The default IconToggleButton has a subtle selected state (just ...
Roberto Leinardi's user avatar
0 votes
1 answer
113 views

I like the animation and the teal color of the default Material 3 CheckBox. However, the checked checkBox on a white background is not easily readable for those that are color blind. I would like for ...
DJTalls's user avatar
  • 13
2 votes
1 answer
223 views

I am using the below code to add a style to RadioButtons in my app. The parent of the base theme of the app is Theme.Material3.DayNight.NoActionBar. Below is the code: <style name="RadioStyle&...
George's user avatar
  • 337
0 votes
1 answer
126 views

I already setup custom color for Jetpack Compose theme, but when i call MaterialTheme.colorScheme.primary it giving me the default purple color. val primaryLight = Color(0xFF1F6A4E) private val ...
lelestacia's user avatar
0 votes
1 answer
143 views

I tried to generate theme using the Material theme builder using #EC6164 as the source color but the output of the onError property of the color scheme is Color(0xffffffff)(white). Now the output ...
zer09's user avatar
  • 1,648
0 votes
1 answer
50 views

I have a card in Jetpack Compose on which I set the container color to 0xFFFAFAFA, (250, 250, 250). Now this color is light grey but for me it's bluish. Why could that be? Card( modifier = ...
eng.gergely.zsolt's user avatar
1 vote
1 answer
342 views

I defined reusable Manage button in a react library with below code ManageButton.tsx interface ManageButtonProps { size?: 'small' | 'medium' | 'large'; name?: string; dataCy?: string; ...
Pavan Jadda's user avatar
  • 4,971
0 votes
1 answer
61 views

I'm feeling stupid: I can't override the color of a Button when it is disabled. The code looks good, and I can ensure that the logic of _isDisabled is correct. The button: ElevatedButton( onPressed:...
Geremia Moretti's user avatar
0 votes
1 answer
94 views

I'm trying to use SearchBar and SearchView from the material components library in my app. These are new components for Material 3. implementation 'com.google.android.material:material:1.12.0' ...
kris larson's user avatar
1 vote
1 answer
102 views

In flutter, is possibile to achive a google like style for Linear Progress Indicator, like te picture attached? This is my code LinearProgressIndicator( borderRadius: const BorderRadius.only(...
Matteo Preda's user avatar
3 votes
1 answer
586 views

How can I make it so that when opening the calendar, the user can select only the month and year in jetpack compose. I did not find such a way in the documentation. I tried to change the date picker ...
Семён Заросликов's user avatar
0 votes
0 answers
43 views

Problem: In the new version nothing happens if I click any item, the Select Menu stays open till I press escape or something. Old version: return( <div> ...
Gregor499's user avatar
-1 votes
1 answer
215 views

I'm using --md-sys-color-surface-container-low as my Card surface color, then I referred to Material 3's Card Component Specs page , and it says one of the specs is Elevated card container surface ...
zircon98's user avatar
6 votes
4 answers
2k views

I have a Scaffold at the root level of app where I host the navigation. This scaffold doesn't have a top app bar and only contains a FAB. Then, in one of the destinations, I am using another Scaffold ...
Kahan Bhalani's user avatar
0 votes
1 answer
282 views

Is it possible to use web material 3 Google components in React TypeScript + Vite ? I tried to use it as follows import '@material/web/checkbox/checkbox.js'; function App() { return ( <div ...
robert's user avatar
  • 19
2 votes
0 answers
528 views

I've recently switched from M2 to M3 and would like to make use of Design Tokens now, as described here: https://m3.material.io/styles/color/static/baseline#c9263303-f4ef-4a33-ad57-7d91dc736b6b ...
Sarah's user avatar
  • 21
1 vote
2 answers
590 views

i've updated my project from Angular material 2 to Angular material 3 with the last update (18.2.1) why all variables of components aren't set? the theme class is generated by "ng generate @...
user avatar
0 votes
0 answers
45 views

I have recently started using m3.material.io's Web Library for my Login page and have noticed some issues. Since I have not been able to find proper documentation for this stuff, I must ask, can I ...
Лука Чижек's user avatar
4 votes
2 answers
4k views

According to the material 3 spec, different levels of elevation are supposed to be handled by color instead of shadow. However in my Angular Material 18 project, all backgrounds seem to have the same ...
henkenstein's user avatar
1 vote
0 answers
83 views

Looking at the documentation for Material 3 and the implementation of the token on the Text Field component. https://m3.material.io/components/text-fields/specs Its stated that the "label". (...
Christian Cromnow's user avatar

1
2 3 4 5
173