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
Material Design 3 Top app bar does not have a shadow. How to enable it?
The new 'Material Design 3 top app bar' docs says they got rid of the drop shadow.
How can I enable it? Setting elevation on Toolbar or AppBar does not work at all.
Amit Jayant
Votes: 0
Answers: 2
Is it possible to implement Navigation bar using GoRouter Package?
I am trying to implement a NavigationBar using the new Material You API.
https://api.flutter.dev/flutter/material/NavigationBar-class.html
I was just curious to know if we can implement the same using...
Abhishek
Votes: 0
Answers: 3
Android Material You - Inconsistency in themes
<!-- Has purple statusBar and white navigationBar-->
<style name="Base.Theme.Appp" parent="Theme.Material3.DayNight.NoActionBar"/>
<!-- Has transparent statusB...
Shazniq
Votes: 0
Answers: 1