python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to have an Android app both follow Material 3 and MDC?
I am developing and Android app for my Android 12 device. Naturaly, I want the UI to match the new Material 3 design.
However, how are older devices handled? How can I make my app look native on Andro...
mainrs
Votes: 0
Answers: 0
How to bind width and height of a drawer element to the window size?
I'm using Material Design elements. I need to specify the width and height for materialDesign:DrawerHost element. I want it to cover all the window. The code is:
<Grid Grid.RowSpan="3">...
user18576882
Votes: 0
Answers: 1
MUI Material UI React Hook useTheme() is legacy, what is the alternative?
If the React Hook useTheme() is legacy, how can one access theme props outside of JSX and CSS and not by using sx prop?
For example, I have a more complex logic in a component and need to access my cu...
MadJoRR
Votes: 0
Answers: 1
Getting "Failed to inflate ColorStateList, leaving it to the framework" when using ShapeableImageView
I'm able to use the ShapeableImageView to show cornered image but when I check the log, there are error but no idea what is it about and how to fix it. When I change the view into ImageView, this erro...
Mike
Votes: 0
Answers: 1