repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
materialcomponentsmaterialcomponentsandroid
materialdivider default color pink
Bug
description full description of issue here if I set the a materialdivideritemdecoration to a recyclerview the default color be shrine pink 900 as note here why be this pink and not grey expect behavior screenshot and or description of expect behavior grey as per material doc source co...
materialcomponentsmaterialcomponentsandroid
bug dynamiccolor isdynamiccoloravailable isn t reliable as it say it s support on device that it s not
Bug
description full description of issue here I request to be able to check whether the current device have dynamic color be generate from the wallpaper or live wallpaper such as here and here or not I be tell that dynamiccolor isdynamiccoloravailable can be use for that so I make a sample...
materialcomponentsmaterialcomponentsandroid
materialdivideritemdecoration the decorator in the last item with islastitemdecorate false be blink in a dropdown view show and hide the decorator very fast
Bug
l321 I use this divider in the last item with a dropdown when the itemview be click then show a textview from go to visible state and it be work ok the divider be not show but when the view collapse the textview from visible to go then the childcount be increase one time and decrease very quick showi...
materialcomponentsmaterialcomponentsandroid
tablayout icon be not center in inline tab without label
Bug
description icon be not center in inline tab if there be no label inside pay attention to the indicator position relative to the icon material library version 1 7 0 alpha02
materialcomponentsmaterialcomponentsandroid
textinputlayout materialautocompletetextview disabled but icon still show dropdown
Bug
description when I disable component with android enable false dropdown icon be still active expect behavior click on dropdown icon don t open drop down menu source code bind vcountrytextview setadapter generalsupportfragment countryadapter ...
materialcomponentsmaterialcomponentsandroid
cardlistdemofragment override nothing update from androidx core 1 6 0 to 1 8 0
Bug
description I copy the code from this example l93 in this repo and translate it to kotlin below when I update androidx core core ktx 1 6 0 to 1 8 0 the line override fun performaccessibilityaction give I an error override nothing I didn t change the code otherwise grant this may be an...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview icon generate a weird backgroundcolor
Bug
description I recently migrate from md2 to md3 and my bottomnavigationview have be encounter issue when I try to set my font on it photo of the problem in dark mode screenshot 10 in light mode screenshot 11 source code my style declaration bottom nav tin...
materialcomponentsmaterialcomponentsandroid
bug bottomappbar
Bug
screenshot 20220614 210526 pt not work
materialcomponentsmaterialcomponentsandroid
textinputlayout autocompletetextview spinner replacement do not handle outside popup click correctly as expect
Bug
description if you check out the behaviour of the old spinner class you can see that the spinner consume the touch outside of the popup and simply close the popup this be not the case with the material replacement by textinputlayout autocompletetextview in this case if you click outside the op...
materialcomponentsmaterialcomponentsandroid
list different text style when use m3 compare to m2
Bug
description my app be use a list with two line wherease the xml definition initially follow the one define in material design m2 in order to use the new m3 text property I ve exchange attr textappearancesubtitle1 by attr textappearancetitlemedium and attr textappearancebody2 by attr ...
materialcomponentsmaterialcomponentsandroid
material 1 6 1 endicontint ignore
Bug
after update com google android material material 1 5 0 to com google android material material 1 6 1 usage of endicontint specifically in a style apply to a textinput but likely for other input as well be now summarily ignore set endicontint to any color no long have any effect i...
materialcomponentsmaterialcomponentsandroid
material theme contrast of status bar background icon when use m3 dynamic color
Bug
description my app use m3 dynamic color plus a light and dark theme when I m use the light theme there be not enough contrast between status bar background and status bar icon reason in accordance with a sample app screenshot on the m3 website I m use colorsurface for the status bar background ...
materialcomponentsmaterialcomponentsandroid
materialdatepicker soft input not show when picker be show with input mode text
Bug
description when I try to show materialdatepicker with input mode text its not show the soft input keyboard but if I switch between text and calendar mode it show soft input it work for some android device that I test android 6 android 7 expect behavior soft input should be show when ...
materialcomponentsmaterialcomponentsandroid
linearprogressindicator visual issue
Bug
there be a small issue when you use the linear progress indicator with a max value odd like 3 5 7 etc here be the code to reproduce but same code with max 4 do not have the issue
materialcomponentsmaterialcomponentsandroid
snackbar isanchorviewlayoutlistenerenable cause infinite layout loop
Bug
description set isanchorviewlayoutlistenerenable and trigger layout cause the global layout listener to update margin and request layout trigger itself in an infinite loop expect behavior there s no infinite requestlayout s happen when not need source code snackbar isanchorviewlayout...
materialcomponentsmaterialcomponentsandroid
materialswitch coloroutline theme both outline and thumb
Bug
I can see that the new materialswitch be use coloroutline for both outline and thumb color at least when not enable I try set to null but in that case I can not theme thumb color be it currently possible or plan to not have outline but still theme thumb
materialcomponentsmaterialcomponentsandroid
materialdatepicker shapeappearancesmallcomponent or shapeappearancemediumcomponent no long work in material 3 1 7 0
Bug
description materialdatepicker shape appearance be no long work in 1 7 0 alpha 02 already check this commit but still no idea where to set shape in small and medium component source code style appcalendar android api version sdk 21 and above ...
materialcomponentsmaterialcomponentsandroid
navigationview item state not work when there be less than 6 menu item
Bug
description the ripple animation isn t show when try to select an item when one be already select this happen if there be less than 6 menu item define in xml add another item to the menu xml fix this issue expect behavior the non select item should highlight when touch if an item be already select...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialog break after last commit for edge to edge
Bug
description edge to edge be break with last commit image I ve check drawedgetoedge be properly set to true and windowcompat setdecorfitssystemwindow window drawedgetoedge be properly call with false but this trigger the state show above the call should have make the window edgetoedge and th...
materialcomponentsmaterialcomponentsandroid
preferencefragmentcompat dialog be not show in material design m3 style
Bug
description dialog in preferencefragmentcompat be not show in material design m3 style instead for example wrong color and dialog outline be use as show below the issue be especially visible when use the dynamiccolor feature screenshot 20220602 190913 expect behavior I expect that ...
materialcomponentsmaterialcomponentsandroid
aapt error resource android color system neutral1 xxx not find
Bug
description recently I upgrade material from 1 4 0 up to 1 5 0 and also change the compilesdkversion from 30 to 31 but still can not build the project I check local android sdk 31 have instal and also all the miss color can be find in it can I get any help expect behavior build success...
materialcomponentsmaterialcomponentsandroid
slider label don t disappear when slider with label visible behavior be set to view go
Bug
description when a slider have label visible or android labelbehavior visible set the label do not disappear when the visibility of the slider itself be set to view go expect behavior the label should disappear along with the slider it s possible to make this happen in a hacky ...
materialcomponentsmaterialcomponentsandroid
materialswitch crash with empty text
Bug
description crash with empty text expect behavior no crash source code xml minimal sample app repro can start with this and then update material component android and add materialswitch android api version android 12 material library version...
materialcomponentsmaterialcomponentsandroid
component name short description of issue
Invalid
description full description of issue here expect behavior screenshot and or description of expect behavior source code the code snippet which be cause this issue minimal sample app repro please consider attach a minimal sample app that reproduce the issue this will help narrow do...
materialcomponentsmaterialcomponentsandroid
build error when try to build app with 1 7 0 alpha02
Bug
hi team I m not much familiar with the tag but just by try to bump the lib to 1 7 0 alpha02 I m get the follow error resource and asset merger can t determine type for tag attr colorsurface I spend some time build it from the source and see this be newly add but I m not sure how to sol...
materialcomponentsmaterialcomponentsandroid
style new materialswitch component
Bug
I m play with the new materialswitch component introduce in 1 7 0 alpha02 out of the box my switch look like this smartselect 20220526 101120 meteogram dev pro which doesn t look much like the guideline particularly for the select state how can we style this via xml the implementa...
materialcomponentsmaterialcomponentsandroid
textinputedittext hint color and cursor color do not update when the parent textinputlayout go to error state
Bug
description as show in the image below the hint color and cursor color do not update to the error color when the parent textinputlayout be in the error state instead the cursor color be still set to colorprimary the blue and the hint color be still set to coloronsurface the light gray ...
materialcomponentsmaterialcomponentsandroid
catalog card selection doesn t work in cardselectionmodeactivity
Bug
material library version 1 7 0 alpha03 device pixel 4a 5 g the problem be also present when interact use talkback
materialcomponentsmaterialcomponentsandroid
badgeutil java app crash fatal exception illegalargumentexception badgedrawable can not be null
Bug
description app crash as it encounter a fatal exception in the createparcelablebadgestate function badgeutil java witness crash recently with the below stack trace and the number of crash seem to increase over time haven t be able to reproduce this issue fatal exception java lang illegalargumentexc...
materialcomponentsmaterialcomponentsandroid
materialdatepicker month name language be not correct
Bug
description I have set the locale to english language with country india but in the materialdatepicker dialog only the month name be come in different language expect behavior the month name should by in the correct language as with other component in the dialog like cancel ok select date ...
materialcomponentsmaterialcomponentsandroid
appbarlayout scroll range bug occur while child s visibility be go
Bug
xml bug occur here l684 fix code should take child s visibility into account when calculate total scroll range hack without change lib s code replace setvisibility with update layoutparam height of child and call requestlayout also switch its vertical margin
materialcomponentsmaterialcomponentsandroid
materialtoolbar npe on tab switch with logo change
Bug
description I want to display the app logo in the materialtoolbar only on the start tab to achieve this I write a destinationchangedlistener for the navcontroller and use the setlogo method to set the logo null on specify tab with 1 5 every work like a charm with 1 6 I will receive an npe so...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout transition issue
Bug
description collapsingtoolbarlayout collapse transition be not work properly in material 3 test on multiple device notice how the toolbar color go solid immediately instead of have some fade effect like the first example expect behavior expect ezgif com optimize actual ...
materialcomponentsmaterialcomponentsandroid
material3 circularprogressindicator not work in mi11x pro
Bug
the progress indicator be not show in mi 11x pro but it be work on other device the app do not show a progress indicator the app do not show any error or crash issue happen only mi 11 x pro source code the code snippet which be cause this issue implementation com google android m...
materialcomponentsmaterialcomponentsandroid
shapeableimageview corner color bug with materialcontainertransform
Bug
description when use shapeableimageview together with materialcontainertransform sharedelementreturntransition result in black shapeableimageview corner color expect behavior shapeableimageview transition corner color should not be impact source code ...
materialcomponentsmaterialcomponentsandroid
materialbutton app icongravity textend not work properly with multiline text
Bug
description when create a materialbutton that have an icon and be android layout width wrap content and have app icongravity textend and have a multiline text inlude seem to place the icon incorrectly when compare to materialbutton with single line text expect behavior expect that wit...
materialcomponentsmaterialcomponentsandroid
topappbar toolbar become transparent for some reason
Bug
how to reproduce open bottomappbarmaindemofragment scroll down the page open menu from bottom app bar go to recent app and back pay attention to the toolbar it become transparent and the video material library version 1 6 0 device pixel 4a 5 g androi...
materialcomponentsmaterialcomponentsandroid
appbarlayout appbarlayout not account for left and right inset when android fitssystemwindow true
Bug
description when use translucent mode the property android fitssystemwindow true can be use to fix the alignment in normal portrait mode when turn the device and look at it it landscape mode it turn out that the padding that get successfully apply to the top of the toolbar didn t get apply correctly t...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview overlap menu name and icon
Bug
description when I update material version to 1 5 0 bottomnavigationview in my project find menu and icon be overlap each other screenshot attach below real behavior whatsapp image 2022 05 09 at 3 36 10 pm expect behavior whatsapp image 2022 05 09 at 3 44 42 pm ...
materialcomponentsmaterialcomponentsandroid
modalbottomsheetlayout scrim get dismiss upon swipe
Bug
description bottom sheet scrim get dismiss upon swipe even when confirmstatechange return false and this make the content behind the bottom sheet tappable expect behavior scrim get dismiss when bottom sheet be dismiss source code val bottomsheetstate modalbottomsheetstate remembermoda...
materialcomponentsmaterialcomponentsandroid
chipgroup getcheckedchipid do not seem to update
Bug
I don t have time to create a sample app to show the bug but chipgroup getcheckedchipid do not seem to return up to date list of check chip my use case be do search as user tap and check uncheck filter I use to rely on getcheckedchipid to filter search result just notice that it do not return up to date lis...
materialcomponentsmaterialcomponentsandroid
materialdatepicker the keyboard doesn t close when switch to calendar mode
Bug
material library version 1 6 0
materialcomponentsmaterialcomponentsandroid
materialtimepicker text doesn t actually center within the chip
Bug
description for the time picker the number doesn t actually center within the chip rather I think it just happen so that the default font appear to be center try different attribute to customize the style didn t work default displaylarge in material3 image vs different font that doesn t hav...
materialcomponentsmaterialcomponentsandroid
catalog context menu doesn t match the theme
Bug
material library version 1 8 0 device pixel 4a 5 g api 33
materialcomponentsmaterialcomponentsandroid
materialtoolbar can not clear the navigation icon tint
Bug
I can use materialtoolbar setnavigationicontint colorint int navigationicontint to set the tint of the navigation icon but it seem that there be no way to clear it after look through the source code I think it will resolve the issue that simply change the type of the parameter navigationicontint from ...
materialcomponentsmaterialcomponentsandroid
dynamiccolor device support check exclude samsung device not use oneui
Bug
description the devicesupportcondition base behaviour of dynamiccolor isdynamiccoloravailable introduce in exclude samsung device support sdk version s but do not have the oneui build property available this impact popular third party rom such as lineageo base on aosp 12 1 which otherwise suppo...
materialcomponentsmaterialcomponentsandroid
android minifyenable true textinputlayout runtime crash
Bug
description hello when I set minifyenable to true the program give an error during execution could you help I find the cause of the error gradle version 7 4 2 gradle plugin version 7 1 3 source code minifyenable true android api version 31 material library version 1 5 0 ...
materialcomponentsmaterialcomponentsandroid
materialbuttontogglegroup orientation change break color of button border
Bug
how to reproduce material library version 1 7 0 alpha01
materialcomponentsmaterialcomponentsandroid
circularprogressindicator the circular indicator be incorrectly align inside the chip
Bug
this can be observe in progressindicatorstandalonedemofragment material library version 1 6 0 rc01
materialcomponentsmaterialcomponentsandroid
materialdatepicker break ripple
Bug
this be how ripple look in datepicker on my device circle in red click to open picture in large size this be how it look on the video open video don t forget to expand to fullscreen material library version 1 6 0 rc01 device pixel 4a 5 g android api version android 12 ...
materialcomponentsmaterialcomponentsandroid
materialbuttontogglegroup materialbutton backgroundtint not work correctrly api 21 22
Bug
description backgroundtint not apply on initial state and in some strange situation during switch between button on android api 21 22 expect behavior backgroundtint should be apply normally without any glitch btw text color with selector apply as expect screenshot with initial state video wit...
materialcomponentsmaterialcomponentsandroid
snackbar each show call add an extra bottom indent
Bug
how to reproduce create a snackbar object call show on this object wait for the snackbar to disappear call show on this object again notice that the snackbar appear high than the previous time here s how it can be reproduce in datepickermaindemofragment mater...
materialcomponentsmaterialcomponentsandroid
slider widget bug
Bug
after the slider component slide there will be a bug and the display bar will not disappear
materialcomponentsmaterialcomponentsandroid
component name short description of issue
Bug
description full description of issue here expect behavior screenshot and or description of expect behavior source code the code snippet which be cause this issue minimal sample app repro please consider attach a minimal sample app that reproduce the issue this will help narrow do...
materialcomponentsmaterialcomponentsandroid
snackbar material 3 theme overlay
Bug
description I be follow the material 2 doc theme snackbar for snackbar however it do not apply with material 3 how can we style snackbar in material 3 because currently none of the specify value color get apply source code usage style appsnackbar android ap...
materialcomponentsmaterialcomponentsandroid
circularprogressindicator setbound doesn t work for circularprogressindicator
Bug
code java textview textview1 view findviewbyid r i d text view 1 textview1 settext bitmapdrawable textview textview2 view findviewbyid r i d text view 2 textview2 settext chipdrawable textview textview3 view findviewbyid r i d text view 3 textview3 ...
materialcomponentsmaterialcomponentsandroid
materialtimepicker incorrect translation of the confirmation button
Bug
description the confirmation button in datepicker have an incorrect translation into some language kazakh spanish latvian here be an example with the kazakh language should be material 1 4 0 correct translation material 1 5 0 1 7 x incorrect translation m...
materialcomponentsmaterialcomponentsandroid
catalog incorrect image of the datepicker demo
Bug
description it look like an incorrect demo image be be use for the datepicker material library version 1 7 0 alpha01
materialcomponentsmaterialcomponentsandroid
color harmonizedcolorsoption builder setcolorattribute be mark as nullable
Bug
l105 l109 this should be mark as nonnull
materialcomponentsmaterialcomponentsandroid
chip materialthemeoverlay be not work
Bug
description the implementation with chip in material 3 be not work after follow the documentation expect behavior should apply the styling base on what be state in the documentation source code not work incorrect color work correct color ...
materialcomponentsmaterialcomponentsandroid
catalog the time format switch in timepicker demo doesn t work correctly
Bug
how to reproduce open timepickermaindemofragment from the catalog app press 12h then 24h then 12h again and finally press select time a 24h time picker appear although there should be a 12h picker also here be a video material library version 1 7 0 alpha01
materialcomponentsmaterialcomponentsandroid
bottomnavigationview display on initial render
Help Wanted
description be there a way to display bottomnavigationview by default when use a layout scrollflag scroll enteralway on materialtoolbar and layout behavior string appbar scrolling view behavior the new bottomnavigationview height change as well in material3 it become a little visib...
materialcomponentsmaterialcomponentsandroid
textinputlayout material3
Bug
do material3 support textinputlayout I have try it but not work correctly and look like it still use material 2 use widget materialcomponent textinputlayout outlinedbox as a parent work with shapeappearance use widget material3 textinputlayout outlinedbox as a parent be not work no effect with...
materialcomponentsmaterialcomponentsandroid
fab be miss
Bug
description the documentation show that there be widget material3 floatingactionbutton but when try to use it as parent no such component exist image source code image material library version 1 6 0 beta01
materialcomponentsmaterialcomponentsandroid
materialtoolbar on material3 daynight still use material2 default color
Bug
description use theme material3 daynight as base theme style the materialtoolbar like title and action menu icon color still use the material2 default value like android textcolorprimary for the title and colorcontrolnormal for navigation action menu icon expect behavior coloron...
materialcomponentsmaterialcomponentsandroid
bottomnavigationmenuview crash on add menus
Bug
description I m add the bottom bar item programmatically and there s a crash happen that I m not able to reproduce the crash but I do have the stack trace available stack trace fatal exception java lang illegalstateexception the specify child already have a parent you must call removeview on ...
materialcomponentsmaterialcomponentsandroid
appbarlayout attribute app expand do not work in 1 6 0 beta01
Bug
simply set app expand false in the layout xml file but the appbarlayout be not collapse it work well in 1 5 0
materialcomponentsmaterialcomponentsandroid
materialdatepicker extra header padding after return to foreground
Bug
description step to reproduce show materialdatepicker from another dialog put app in background then bring app back to foreground source code override fun onviewcreate view view savedinstancestate bundle super onviewcreate view savedinstancestate if child...
materialcomponentsmaterialcomponentsandroid
top app bar incomplete material 3 documentation
Bug
I m currently try out the new material 3 feature use com google android material material 1 5 0 and I m pretty pleased with the result so far good job however there s one thing that keep bug I in this process the documentation be not easy to follow when browse the material 2 documentation on material ...
materialcomponentsmaterialcomponentsandroid
customize material date range picker dialog
Bug
hey I want to ask if I be able to customize these several thing 1 be I able to customize the position of the pencil 2 can I remove the underline underneath the day of the week 3 can I change my day to show only one letter for example s instead of sun m instead of mon untitle I couldn t ...
materialcomponentsmaterialcomponentsandroid
rangeslider part of the label still remain after slide with huawei phone
Bug
description when use rangeslider with huawei android 9 phone the label do not disappear completely after adjust part of the label still remain on the screen expect behavior label be disappear source code image android api version 31 material lib...
materialcomponentsmaterialcomponentsandroid
materialalertdialogbuilder height padding bottom issue
Bug
description for some reason the height of materialalertdialogbuilder become large than its content I be not sure if this be a padding bottom expect behavior no extra space at the bottom source code fun context materialdialog title string message string ...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview getorcreatebadge not use dynamic color
Bug
description when use getorcreatebadge on bottomnavigationview the generate badgedrawable be not use the system dynamic color screenshot 20220330 224131 expect behavior the badge use dynamic color source code bind bottomnav getorcreatebadge r i d nav download android api vers...
materialcomponentsmaterialcomponentsandroid
materialbutton vertical icon position with multi line text
Bug
description give the icongravity be texttop when text have multiple line example button have constrain width but text be long or user have big font scale then icon be wrongly lay out on the text image expect behavior button should take in account the number of line when calculate...
materialcomponentsmaterialcomponentsandroid
materialdatepicker very slow
Bug
description migrate from datepickerdialog to materialdatepicker but encounter a noticeable lag receive skip 87 frame the application may be do too much work on its main thread every time we call show fragmentmanager tag additionally it seem there be a memory leak happen but will still check ...
materialcomponentsmaterialcomponentsandroid
floatingactionbutton artifact show when press the fab on api 31
Bug
description on api level 31 a strange artifact be show when press the fab the artifact be especially visible on dark black background and be big when app usecompatpadding be true image expect behavior the artifact should not be show like on api 30 or low image sou...
materialcomponentsmaterialcomponentsandroid
materialtoolbar child view layout after a title width even if set titlecentere true
Bug
description when materialtoolbar set titlecentere true the child view still layout after a title width expect behavior the child view should layout at the start source code minimal sample app repro n a android api version all material library ve...
materialcomponentsmaterialcomponentsandroid
textinputlayout dropdownmenuendicondelegate be leak contextthemewrapper instance
Bug
description dropdownmenuendicondelegate be leak contextthemewrapper instance expect behavior should not leak source code your own code of dropdownmenuendicondelegate minimal sample app repro use leakcanary to check this in your sample when switch between light dark mode ...
materialcomponentsmaterialcomponentsandroid
textinputlayout prefix space be show when field be not in focused
Bug
description recently I update material lib for android from 1 3 0 to current 1 5 0 but after update I be face issue of prefix spacing display not prefix text in textinputlayout and hint move ahe which be work fine in 1 3 0 now I be unable to find solution to this problem expect behavior it...
materialcomponentsmaterialcomponentsandroid
drawable how to use svg xml in other drawable xml with tint color
Bug
o c j f 6rfg 80 k I have a svg xml the color be white when I use it in other drawable xml qlyb 7 t r 7f 7h1xe 5jx I want to set the svg color to grey I find attribute android tint but no effect how can I do to set the grey color svg exclude create a new file that the ...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout may have a toolbar collapse bug in material1 5 0 and 1 6 0alpha3
Help Wanted
description full description of issue here collapsible image toolbar may collapsible in material1 5 0 and 1 6 0 alpha3 when collapsible image toolbar be make use collapsingtoolbarlayout and the materialtoolbar however it be perfectly fine when use the materialcomponent topic only the topic configuration ha...
materialcomponentsmaterialcomponentsandroid
chip drawable give error in material ui 3 android kotlin
Bug
hey I be work in android with material ui 3 I be get error when I use this code I be try to set style through programmatically and I be get error I want to create tag through use android chip provide by google but I don t understand why I be get error my run the activity implementation com google androi...
materialcomponentsmaterialcomponentsandroid
navigationui add listener parameter on setupwithnavcontroller method
Bug
description use navigationui setupwithnavcontroller we can t add another listener for internal app usage like analytic expect behavior should be usefull to add listener param to navigationui setupwithnavcontroller method source code public fun setupwithnavcontroller navigationba...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview itemicontint xml set null be invalid
Bug
I set up vb bottomnavview itemicontintlist null be success but in xml set app itemicontint null be invalid
materialcomponentsmaterialcomponentsandroid
bottomsheetdialog navigation bar transparency ignore when the bottom sheet reach the top
Bug
description if a bottom sheet be scrollable the content will be show behind the bottom navigation bar system until the bottom sheet reach the top correct behavior video once the bottom sheet be fully expand the behavior will switch to display the content above the navigation bar...
materialcomponentsmaterialcomponentsandroid
navigationview error inflate class since upgrade to version 1 5 0
Bug
description the navigationview class fail to inflate after upgrade the material component library from version 1 4 0 to 1 5 0 expect behavior the navigationview class inflate with version 1 5 0 like it do with version 1 4 0 and early android api version my project...
materialcomponentsmaterialcomponentsandroid
topappbar strange behavior on scroll
Bug
description when I m scroll through recyclerview or other scrollable layout the elevation transition blink expect behavior from your guideline top app bar be position within the same space as content only upon scroll the top app bar container fill with a contrast color that provide visual s...
materialcomponentsmaterialcomponentsandroid
slider the stepsize 1 0 must be 0 or a factor of the valuefrom 0 5 valueto 10 0 range
Bug
description recently I get a crash report send to crashlytic it seem a few user suffer from this strange issue the state of the slider setting I can read from the error message look like completely valid and validatestepsize should never be fail though click here to display the full st...
materialcomponentsmaterialcomponentsandroid
materialdatepicker background draw on top of header background
Help Wanted
description I m use material component I be try to apply a custom style to a materialdatepicker I m try to set a different background color for the body and for the header while the header technically use the correct background color from the materialcalendarheaderlayout style the dialog background still g...
materialcomponentsmaterialcomponentsandroid
slider not possible get place from crash
Bug
description there be no way how to find place for crash from stack trace there be no way to recognize component fragment view in app we have slider on around 40 place in app crash only in production and it s not possible recognize where it crash log be from firebase crashlytic expect behavior s...
materialcomponentsmaterialcomponentsandroid
materialcolor getcolorrole incorrect dark tone
Bug
this commit add apis for color harmonization and role mapping utility expect behavior that the tone use agree with the documentation here here and here note that kotlin agree with the documentation if we check the colordarktoken from darkcolorscheme androidx compose ui graph...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialog do not respect android windowlightnavigationbar value in bottomsheetdialogtheme if navigation bar color be translucent
Bug
description bottomsheetdialog s internal logic override the system navigation bar s light dark mode as set in its app s theme s bottomsheetdialogtheme if that theme also set a translucent navigation bar color cause the system navigation bar to not be in light mode when the dialog be show expe...
materialcomponentsmaterialcomponentsandroid
materialbutton app icon be not visible in dynamic feature module when include aar lib
Bug
I include in my dynamic delivery module aar lib as dependency implementation file lib sdk 2 0 11 aar in this case materialbutton inside my dynamic delivery and sdk 2 0 11 aar stop display icon in runtime example materialbutton in xml pay attention to app icon drawable ic arrow b...
materialcomponentsmaterialcomponentsandroid
checkbox typo in the implementation doc
Bug
description there s a minor error in the sample code of checkbox checkbox to listen for a checkbox s check unchecked state change checkbox setoncheckedchangelistener buttonview ischecked respond to checkbox be check unchecked expect behavior to list...
materialcomponentsmaterialcomponentsandroid
materialtoolbar elevation reset to 0dp in dark theme
Bug
description when use materialtoolbar with the theme materialcomponent daynight noactionbar theme the toolbar s elevation reset to 0dp during the night mode as a result the background color of toolbar which it get from attr colorsurface be the same as the activity s background color...
materialcomponentsmaterialcomponentsandroid
materialdatepicker materialtimepicker button be not display properly
Bug
description full description of issue here expect behavior the materialdatepicker and materialtimepicker button ok and cancel be not display properly in one plus device refer to the screenshot below android api version 30 31 material library version com google android ma...
materialcomponentsmaterialcomponentsandroid
component name short description of issue
Bug
description full description of issue here expect behavior screenshot and or description of expect behavior source code the code snippet which be cause this issue please consider attach a minimal sample app that reproduce the issue android api version android api version here mater...
materialcomponentsmaterialcomponentsandroid
textinputlayout set endiconmode make hint disappear
Bug
description to display my custom icon correctly on the right side app endicondrawable drawable ic drop down it be necessary to specify app endiconmode custom however add this parameter entail a situation where the text from android hint be not show for some reason expect behavio...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout expand text can not get long than collapse text
Bug
description use a collapsingtoolbarlayout the extended title get cut off wrap at the same point where the collapse text do image to verify that the collapse title influence the extended title you can remove the menu or change the textappearance of the collapse title both of these influence the e...
materialcomponentsmaterialcomponentsandroid
materialbuttontogglegroup onbuttoncheckedlistener call multiple time
Bug
description it seem like the commit 747bcf25fffb3d3e3b6ec0ef52e884255f144bb4 simplification of the check logic break my materialbuttontogglegroup implementation when I upgrade to 1 6 0 alpha02 when I downgrade to 1 6 0 alpha01 it work correctly I let the user change the app theme light dark...