material-design Questions
4
After implementing the Splash Screen API as indicated by Android documentation (also this and this), the launch activity (which goes right after the splash screen) does not have dynamic color themi...
Overby asked 26/6, 2023 at 21:43
6
Solved
I wanted to change Angular Material Radio button default color. I can only able to change to radio button color.
<mat-radio-group>
<mat-radio-button value="1">Option 1</mat-radio-...
Lahey asked 29/9, 2018 at 11:13
6
I want to disable the animation of Material UI expansion panel in React.
How can I disable all the animations applied to the expansion panel?
Tried overwriting the transitions but it didn't help. ...
Profant asked 29/3, 2019 at 19:19
5
I have a MaterialApp with a ThemeData that is initially set to Brightness.light. I'd like to switch the brightness to Brightness.dark at runtime, but when I make that change, only the status bar ch...
Cystitis asked 11/1, 2019 at 3:17
3
"i'm using google's material date picker 'com.google.android.material:material:1.1.0-alpha10' version,and i want to disable the input method through keyboard,is there a way to disable/hide the edit...
Bimetallic asked 9/9, 2019 at 13:19
6
Solved
I am trying to migrate a project from Material2 specs to Material 3 compose library following this guide.
The current LazyColumn in Material2 has integrate Pull to refresh functionality, found here...
Undercurrent asked 9/3, 2023 at 10:14
1
I have a simple dialog which contains a note field, and when i long press on an item, this happens (I attach different status, to better understand the problem)
Now, here's what I already tried:...
Davey asked 13/7 at 15:20
5
I need to change color of the password toggle in TextInputLayout if EditText is focused or not. I've done it this way but it's not working. The color is always equals color light grey (from state f...
Pleadings asked 15/4, 2019 at 22:19
3
Solved
I am new to material design and I am researching whether I can use Material Design 3 with Angular version 17.
I have followed the steps mentioned in Material Design 3 and successfully installed but...
Qktp asked 20/11, 2023 at 7:44
4
How to set elevation for material3 card? I am using new material3 card and getting error
This material API is experimental and is likely to change or to be removed in the future.
Here is code -&g...
androidmaterial-designandroid-jetpack-composematerial-components-androidandroid-jetpack-compose-material3
Oysterman asked 10/2, 2022 at 17:34
10
Solved
I'm following the tips from questions like this to create a button style like suggested on Material Design.
However, I need to change the corner radius and haven't been able to do so by inheriti...
Mien asked 9/3, 2017 at 0:52
9
Solved
I have two required fields in my form .I want the asterisk color should be red.Currently it is showing black .I am using material UI react library ?
here is my code
https://codesandbox.io/s/r7lq1jn...
Bihari asked 1/3, 2019 at 1:20
4
Solved
The androidx.compose.material3.Scaffold padding wrongly adds the Navigation Bar padding even when soft keyboard is open the IME padding is added, resulting in a double amount of Navigation Bar padd...
Wey asked 29/9, 2022 at 11:26
7
Solved
I have layout with bottom sheet.
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-...
Summerville asked 3/4, 2019 at 0:52
8
Solved
It seems like the <mat-autocomplete> width is always the width of the input we're typing in. Is there no way to make it larger? I have a very small input and can't read the dropdown items. I'...
Bobbie asked 11/3, 2018 at 7:21
5
Solved
I have an android app written in Jetpack Compose. I am trying to set Icon colors using the defined colorScheme in my app, but it's not working.
Below is my code.
Color.kt
import androidx.compose.ui...
Guitarist asked 6/1, 2023 at 16:38
3
Solved
I'm migrating an Android App to use Material Design. To verify if I did everything correct i create an empty activity to test some Material Design itens (FAB, raised button, elevation on views, car...
Dihydrostreptomycin asked 11/2, 2016 at 18:4
10
Solved
Hi i'am trying to import the new android support library like this com.android.support:support-design:22.0.0 but i got this error after sync the gradle : failed to find
Jambeau asked 30/5, 2015 at 6:32
2
I'm trying to disable gestures using Material 3 ModalBottomSheet. I've seen this question asked, but the accepted answer was to use a different method such as ModalBottomSheetLayout (Material 1). I...
Corporate asked 27/2 at 4:50
7
Does anybody know how to use/enable the animated icons in an Angular Web Application which are shown in the material design documentation: https://material.io/design/iconography/animated-icons.html...
Ion asked 13/7, 2018 at 12:43
7
Solved
I'm trying to use the Material Button as developed by google. Due to a third party dependency I cannot use the androidx repository, so I'm currently using the android support library (v28.0.0-alpha...
Stu asked 20/7, 2018 at 7:40
5
Solved
I've been trying to implement the Material Design theme, following these instructions.
I'm not using ToolBar (must I?)
ALL my Activities extends ActionBarActivity.
Using getSupportActionBar() all...
Hypocaust asked 17/2, 2015 at 20:45
2
Solved
I need to add a location icon to react Material-UI Select options. But there is no option for that...I read API docs in select but can't find a related option. So I really need your help with that....
Inquiry asked 24/9, 2021 at 13:18
4
Solved
The default flutter animation to transit a new page into the focus is to slide it up from the bottom. How do i change this behaviors and slide the new page in from the right or left instead?
Nav...
Creolacreole asked 5/6, 2018 at 16:4
8
I need to change the navigation bar on android. Just like the 'light' variant on the right in the image below
as given in https://www.google.co.in/design/spec/layout/structure.html#structure-syste...
Singley asked 13/10, 2015 at 13:40
1 Next >
© 2022 - 2024 — McMap. All rights reserved.