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)
Adjust Tonal Elevation for Material Design 3 Components in Jetpack Compose?
Is it possible to adjust the tonalElevation (but not the shadowElevation) of Material Design 3 components?
It looks as though it's only possible to adjust both. Below is the implementation of a Floati...
Angus
Votes: 0
Answers: 1
What's the difference between AppCompact and Material Design?
I'm looking to learn the difference between Material Component and Androidx AppCompact Component in my android app, for example, the difference between the usage of these two:
<androidx.appcompat.*...
Drioueche Mohammed
Votes: 0
Answers: 1
Android 12 Splash Screen API not working with Material Component
I've been following the documentation, but unfortunately it doesn't include the adaptation when using Material Component as app overall theme.
<style name="Theme.App" parent="Theme...
Bitwise DEVS
Votes: 0
Answers: 2
Jetpack compose: elevate card from bottom
I was implementing Card shape in Jetpack Compose while I ran into this problem.
What I wanted was to only elevate one end or bottom of the card but I didn't find any relevant documents supporting that...
Mr. Techie
Votes: 0
Answers: 1