230 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
6
votes
2
answers
176
views
When state is hoisted in Jetpack Compose, how is it updating the value in the Parent even though nothing is returned to it from the Child?
BACKGROUND
Hi, I recently found a use for Kotlin and Kotlin Multi Platform (KMP), which uses Jetpack Compose. I'm pretty new to both of them, but not programming.
I read the page on state and state ...
3
votes
2
answers
884
views
How do I change color of Android system navigation bar API 35+
I am unable to change color of system navigation bar. In dark mode it ineed appears as transparent and its fine (ideally I would want it to be the same color as bottom navigation bar), but for light ...
0
votes
1
answer
78
views
WearOS protolayout Material3 Text.Builder not found
I'm writing a small app for my Pixel watch. I would like to create a tile.
I'm using the following function to create the layout.
fun tileLayout(
context: Context,
deviceParameters: DeviceParameters): ...
-1
votes
1
answer
90
views
How to create mask image spin animation using css/tailwind?
I want to create the same animation which is represented in m3 expressive design by google. this is link if take a close look at profile pic and how its animated the mask shape animate while loading. ...
0
votes
0
answers
193
views
How to Fix Pull-to-Refresh Not Triggering in Jetpack Compose’s PullToRefreshBox When Wrapping a RecyclerView?
I’m trying to implement pull-to-refresh in a legacy Android project that uses a RecyclerView with an existing Adapter. To leverage Material 3’s modern LoadingIndicator (via PullToRefreshBox), I ...
4
votes
0
answers
105
views
How to detect which item is in focus in HorizontalMultiBrowseCarousel from Material3 in Jetpack Compose?
I'm using the experimental HorizontalMultiBrowseCarousel from androidx.compose.material3 to display a carousel of items in my Android Jetpack Compose app.
My goal is to detect which item is currently ...
1
vote
2
answers
102
views
System bar paddings are not applied to FloatingActionButton in landscape orientation - how to fix it?
System bar paddings are not applied to FloatingActionButton in landscape orientation even though composable is placed into Scaffold and contentWindowInsets of Scaffold set to WindowInsets.safeDrawing. ...
0
votes
1
answer
136
views
How do I change the arrow color in mat select without ng-deep or global styles - Angular Material 19
My requirement is simple, I want to change the arrow inside mat-select to a different color.
Below are the solutions known, but I do not want to implement.
Using ::ng-deep to customize the arrow.
...
1
vote
1
answer
108
views
Angular 19 : styling an element inside another element
I am trying to style an angular 19 material select component's down arrow. This select is actually nested inside a div class="panel-details", which is nested inside another div class="...
0
votes
0
answers
62
views
How to make the Material3 OptionsMenu appear below the ActionBar?
I am implementing a Material3 Android App. The official guidelines state that an options menu should appear below the action bar:
The implementation guide provides the following screenshot:
However, ...
3
votes
0
answers
80
views
What is the default color the TextInputLayout border stroke color uses in Material3 Theme?
The color which are unfocused and focused. I can guess the focused one uses ?attr/colorPrimary, but what about the unfocused one?
I've tried ?attr/colorOnSurface, ?attr/colorOnsurfaceVariant, etc. ...
1
vote
1
answer
116
views
How to avoid style duplication when including themes?
I have updated my Angular application to Angular 19.2, and also to Angular Material 19.2.
I have created color palettes by running ng generate @angular/material:theme-color, to generate the file ...
2
votes
3
answers
816
views
How to override mat-icon-button's border-radius?
does anyone know how to correct override mat-icon-button in Angular Material M3?
For default button (like mat-button, mat-flat-button, mat-raised-button, mat-stroked-button) I used the following way, ...
1
vote
2
answers
151
views
Where does the tertiary color actually appear in Angular Material?
I have two themes for buttons with different tertiary colors. But I don’t know where this color is actually used in the UI. when I open the page, both buttons look the same. Where does the tertiary ...
0
votes
1
answer
60
views
Angular Material 3 change slider toggle colors
Changes from material 2 to 3 breaked a lot of customized color changes.
I know that the main idea in material is to use themes, but I don't want to use a complex configuration to simply change an ...