python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How add divider to material alert dialog?
i have the following code
val builder = MaterialAlertDialogBuilder(requireContext())
with(builder) {
setSingleChoiceItems(cities, checkedItemId) { dialog, cityId ->
...
i ...
Ярослав
Votes: 0
Answers: 0
How to change the focused hint color(upper) of TextInputLayout according to specific conditions programmatically
If the text entered in TextInputLayout meets the email regular expression, I would like to change the color of the hint label shown in the attached picture as programmatically.
paldangs
Votes: 0
Answers: 1
Elevation overlay for a standard BottomSheet
I'm following the material3 spec, using the android material components lib, and implementing light and dark themes.
I have a ConstraintLayout acting as a BottomSheet, and its background color should ...

Ronan
Votes: 0
Answers: 1
Drawer usage in Compose Material3
Is there a way to have the menu overlap the header and footer here?
I am using androidx.compose.material3.Scaffold and NavigationDrawer.
It seems like the Scaffold's drawer slot is removed - https://a...
Gabor
Votes: 0
Answers: 2