repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
materialcomponentsmaterialcomponentsandroid
bottomsheetdialogfragment recyclerview item inside bottomsheetdialogfragment need double touch after fast scrolling
Bug
I have a recyclerview inside bottomsheetdialogfragment the recyclerview item touch work normally when it s scroll slowly but when the recyclerview be scroll fast and after the list stop without touch than touch on any item doesn t work on fast touch it need double touching see in the b...
materialcomponentsmaterialcomponentsandroid
textinputlayout hintenable set to false but hint top space be still claim
Bug
description set app hintenable false properly hide the hint but keep the top space where it would normally appear cause misalignment of component expect behavior the problem as see in the layout inspector mark be the mentioned claim space also from the ide preview with app ...
materialcomponentsmaterialcomponentsandroid
textinputlayout app suffixtext add a line break
Bug
when a textinputlayout be add within a custom view and a suffixtext be add the input add a line break screenshot 1583516759 xml captura de pantalla 2020 03 06 a la s 11 55 48 android api version 29 material library version 1 2 0 alpha05 device motorola g8 plus ...
materialcomponentsmaterialcomponentsandroid
extendedfloatingactionbutton shrink not work with motionlayout
Bug
th extendedfloatingactionbutton do t shrink when it s a child of a motionlayout I think because it update its size in the with layoutparam width size getwidth layoutparam height size getheight in changesizestrategy performnow which shouldn t be do like that when the layoutparam ...
materialcomponentsmaterialcomponentsandroid
textinputlayout accessibility touch target hight of error message doesn t adjust
Bug
description the touch target box hight of the error message doesn t adjust when support text with multiple line be convert to an error message please follow these step below set a support text that wrap up into multiple line turn on the talkback select the support text to check the touch target ...
materialcomponentsmaterialcomponentsandroid
bottomsheetbehavior collapse expand threshold be different for nestedscrollview
Bug
description when drag a bottom sheet without fling it and then let go the expand collapse behavior be different base on if the user start the drag from within a nestedscrollview versus any other type of view when start a drag from outside of a nestedscrollview the bottomsheetbehavior appear to take t...
materialcomponentsmaterialcomponentsandroid
navigationview isvisible do not completely hide show item
Bug
description I have a problem with the menu of a navigationview I want to hide menu item and re show they later e g login logout button but when set kotlin menu finditem r i d nav login isvisible isloggedin menu finditem r i d nav logout isvisible isloggedin the logi...
materialcomponentsmaterialcomponentsandroid
floatingactionbutton fab do not move smoothly when snackbar appear
Bug
description floatingactionbutton twitch when snackbar appear untitled expect behavior expect smoothly move fab 2 source code floatingactionbutton fab findviewbyid r i d fab fab setonclicklistener new view onclicklistener override ...
materialcomponentsmaterialcomponentsandroid
textinputlayout onfocuschangelistener be only notify on first gain focus
Bug
description setting a onfocuschangelistener on the textinputedittext inside the textinputlayout notifie the listener only the very first time the focus be gain expect behavior the listener should always fire when focus be gain and lose source code kotlin textinputedit...
materialcomponentsmaterialcomponentsandroid
bottomappbar replace menu while change fab alignment mode cause flicker
Bug
description if you change the fab alignment mode and replace the menu in the bottomappbar the item get replace 2 time it look like the icon be flicker expect behavior there should be a smooth transition of the item if they change the side in the bottomappbar also the animation should not be affect...
materialcomponentsmaterialcomponentsandroid
tablayoutmediator populatetabsfrompageradapter be call on every notify type in recyclerview adapter
Bug
description when you instantiate tablayoutmediator autorefresh true you register pagedataobserver that invoke populatetabsfrompageradapter on every type of notify notifydatasetchange notifyitemchanged int position and every time the method will remove all the tab and create a new one and ...
materialcomponentsmaterialcomponentsandroid
materialcardview stroke not correctly overlap corner
Bug
description when use materialcardview with a strokecolor and strokewidth set the render stroke do not fully overlap rounded corner expect behavior the stroke should correctly overlap all corner source code layout style android api version rep...
materialcomponentsmaterialcomponentsandroid
textinputlayout prefix not align correctly when phone font size be change
Bug
description the prefix horizontal alignment be not correct when the font size of the phone be change it seem to be a bit high from the text inside the textinputedittext expect behavior should be align correctly the textinputedittext android api version android 10 material library vers...
materialcomponentsmaterialcomponentsandroid
hidebottomviewonscrollbehaviour bottomview doesn t slide off or on when the main fragment can t scroll
Bug
description if you have a fragment whose content vary as to whether it s scrollable or not use the below xml for the bottomnavigationview it s possible to scroll off the bottomnavigationview when it have sufficient content to scroll then if the content change so it s no long scrollable the bottomnavi...
materialcomponentsmaterialcomponentsandroid
tablayout viewpager integration isn t effective
Bug
the current implementation of tablayout inside viewpager be bad I try use just icon in the tabitem in xml for an app and when my adapter get assign in the activity fragment the tab layout immediately dispose all the icon and show blank tab it internally try to set the view pager title but since none exist in ...
materialcomponentsmaterialcomponentsandroid
textinputedittext several issue with typeface in textinputedittext e g typeface be not apply with textpassword inputtype
Bug
description typeface be not apply with textpassword inputtype expect behavior when android inputtype text textpassword textnosuggestion incorrect behaviour screenshot 1568119309 when android inputtype text textnosuggestion expect behaviour screenshot 1568119497 ...
materialcomponentsmaterialcomponentsandroid
bottomsheetbehavior state half expand collapsingtoolbarlayout scrollflag scroll
Bug
description when bottomsheetbehavior be in state half expand and appbarlayout collapsingtoolbarlayout have layout scrollflag scroll the bottom sheet win t scroll up expand the bottom sheet view when recyclerview have reach its end when the collapsingtoolbarlayout have expand its content everythi...
materialcomponentsmaterialcomponentsandroid
appbarlayout statusbarforeground property cause visual glitch
Bug
description when we use this property I be try thing to have a beautiful scrim on the status bar it cause a visual glitch when scroll top and bottom basically the a scrim colored status bar that appear in the various place of the collapsingtoolbarlayout see this video for an easy explanation ...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview bottom navigation view size
Bug
in order to try to keep consistency across device density I use small width folder for the bottomnavigationview I set a height of 56dp an itemiconsize of 24dp and a textsize of 12sp in order to test it I change the small width available in my device as I the sw size the bnb overlap the...
materialcomponentsmaterialcomponentsandroid
bottomsheetbehavior findscrollingchild error with viewpager
Bug
we re transition from github issue to a public buganizer component rather than submit a bug here on github please file any bug or feature request at error link because of bottomsheetbehavior findscrollingchild if I use bottomsheetdialog with viewpager the second or more fragment can t scroll ...
materialcomponentsmaterialcomponentsandroid
bottomsheet fly away with visibility change when use animatelayoutchange
Bug
overview after a few research I find more devs with the same problem in this stackoverflow thread a guy from google suggest to use transitionmanager begindelayedtransition bottomsheet but the solution don t work as expect to simplify I have create a repository with the problem
materialcomponentsmaterialcomponentsandroid
compliance
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
dialog icon isn t where the spec say
Bug
description accord to the spec anatomy and key property when a dialog have an icon it s at the top above the title however when we set an icon in a dialog we see the icon appear on the left of the title in english image look at the implementation the icon be in the title layout ...
materialcomponentsmaterialcomponentsandroid
slider thumbheight not respect on some device
Bug
description on some device the thumbheight of the new slider be not respect image expect behavior on all my device and emulator it look correctly image source code the code snippet which be cause this issue android api version andr...
materialcomponentsmaterialcomponentsandroid
component name short description of issuedlg
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 down the...
materialcomponentsmaterialcomponentsandroid
materialcontainertransform illegalargumentexception the transition must support seek use fragment 1 7 0 beta01
Bug
description illegalargumentexception when use materialcontainertransform in any project compile with fragment 1 7 0 beta01 1 7 0 beta01 fatal exception main process io material catalog pid 11196 java lang illegalargumentexception the transition must support seek at androidx tr...
materialcomponentsmaterialcomponentsandroid
dynamiccolor override colorsurface with theme and contentbasedsource
Bug
description I be try to apply amole theme with a content base source use the follow code application kt kotlin override fun oncreate super oncreate val theme r style amole theme val resourcetheme resource newtheme resourcetheme applysty...
materialcomponentsmaterialcomponentsandroid
dynamic color get custom color palette
Bug
be there any way to get programmatically custom color palette like at custom I would like to use with they in code image 1426
materialcomponentsmaterialcomponentsandroid
component name color
Bug
description all google app have a pink hue to they from what I could tell its relate to the material feature that this repository be for I try change my background multiple time to change the color but nothing happen this effect google calendar contact drive gmail etc expect behavior I w...
materialcomponentsmaterialcomponentsandroid
bottomsheet corner style affect on material button inside the bottom sheet
Bug
description use extended style of widget material3 bottomsheet affect on shape of material button inside the bottom sheet see bellow image image when I use themeoverlay material3 bottomsheetdialog as parent style it doesn t affect on the shape of its child but this have some other is...
materialcomponentsmaterialcomponentsandroid
slider inactive track part draw when it shouldn t anymore
Bug
description the inactive track part of slider doesn t respect trackinsidecornersize cause draw artefact to occur with the default trackinsidecornersize this translate to draw when it shouldn t anymore at its minimum size it look like the thumbtrackgapsize isn t respect but this be not act...
materialcomponentsmaterialcomponentsandroid
slider trackpath round corner draw a circle
Bug
description at the end of a track path a rounded corner be draw when the track path be at its mimimum size the rounded corner draw a circle instead it should use the trackinsidecornersize for the corner near the slider expect behavior current behaviour source code ...
materialcomponentsmaterialcomponentsandroid
tablayout show some empty space at bottom when increase font size to large 200 in android 14
Bug
description I ve observe that when change the font size to large in android 14 it s increase the tablayout height from 48dp to 60dp but its content mean tab be not cover the whole height and stick to 48dp which result in some empty space below tab however when I test the same behaviour with android 13 ...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview crash after upgrade to 1 11 0 get start doc may need an upgrade
Bug
android api version 30 material library version 1 11 0 device android emulator I upgrade the material library to 1 11 0 and my app keep crash when launch and finally I figure out that in version 1 11 0 the background tint use a new attribute which be miss in the getting start my app u...
materialcomponentsmaterialcomponentsandroid
doc misspelling
Bug
description dynamiccolorsoption dynamiccolor s option expect behavior update the document
materialcomponentsmaterialcomponentsandroid
slider leave side disappear too early
Bug
description start leave side of the slider disappear when handle even doesn t reach the end expect behavior it shouldn t disappear that way material library version 1 12 0 alpha03 screen record
materialcomponentsmaterialcomponentsandroid
tablayout redundant talkback readout for tab with badge
Bug
description when utilize talkback with a tablayout contain active badge the current behavior result in redundant and unnecessary information be read the current behavior be as follow select title 1 new notification tab title 1 of 2 screenshot 20240109 165749 screenshot 20240109 16...
materialcomponentsmaterialcomponentsandroid
materialautocompletetextview when focus lose and regain the position of the filter item be not correct on the setonitemclicklistener
Bug
description 1 use android inputtype textautocomplete 2 set item with app simpleitem array country 3 select an item preferably not the first one 4 tap and start filtering do not select an item preferably leave non complete 5 tap somewhere else to lose focus no need...
materialcomponentsmaterialcomponentsandroid
materialalertdialogbuilder unsupportedoperationexception when upgrade from 1 10 0 to 1 11 0
Bug
description instantiate a materialalertdialogbuilder crash after update from library version 1 10 0 to library version 1 11 0 I be able to reproduce this on an emulator run the system image with release name upsidedowncake api level 34 abi arm64 v8a target android 14 0 google play ...
materialcomponentsmaterialcomponentsandroid
rangeslider crash occur when assign a large value to valueto
Bug
description crash occur when assign a large value to valueto to reproduce set the value as follow valuefrom 1000 0 valueto 258896000 0 stepsize 1000 0 expect behavior source code the cause be the float point round error java private boolean v...
materialcomponentsmaterialcomponentsandroid
crash on api 15 from shadowrenderer materialshapedrawable
Bug
description I m have an unsupportedoperationexception crash I m not sure where it originate from but the sample app be simple enough the crash doesn t occur on api 21 34 but do on api 15 I haven t test other version I m not sure if it be plan to continue support down to api 14 since the minsdk f...
materialcomponentsmaterialcomponentsandroid
progress indicator track be almost indistinguishable from the indicator when the monochrome theme be enable
Bug
material library version 701d5c2 android api version 34
materialcomponentsmaterialcomponentsandroid
surface color programmatically resolve surface container color break on api 31 33
Bug
description hi I recently migrate a project s surface to use the new tone base surface color role from v1 11 0 this include set color programmatically instead of in the layout xml with the follow method java utility method public static int getcolorattr context context attrre int resid ...
materialcomponentsmaterialcomponentsandroid
textfield textinputlayout preview be break
Bug
description textinputlayout 1 11 0 preview be break text overflow start icon if padding be set on edittext size of it become wrap content this stuff be only on preview on real app screen everything seem ok expect behavior in 1 10 0 version image source code image ...
materialcomponentsmaterialcomponentsandroid
appbarlayout flicker appbarlayout
Bug
material library version 1 12 0 alpha01
materialcomponentsmaterialcomponentsandroid
appbarlayout render problem with android studio giraffe and hedgehog
Bug
description whenever appbarlayout be use with coordinatorlayout the preview render be fail cause it to not load the rest of the view or ui component java lang nosuchfielderror action scroll in direction at androidx core view accessibility accessibilitynodeinfocompat accessibilityactioncom...
materialcomponentsmaterialcomponentsandroid
release note break link
Bug
description be tonal surface color system 0abbf8b7 61e1 49ee 9f97 4967beb1e4fe a break link in expect behavior update the release note
materialcomponentsmaterialcomponentsandroid
0x23181f21dea5936e24163ffaba4ea3b316b57f3c
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
baseslider labelformatter regression with string value in 1 12 0 alpha01
Bug
description app doesn t show any label crash when slide stack trace below use to work in previous version sample part of code final slider slider extensiontoast findviewbyid r i d extension slider final string period new string 1 day 1 week 1 month 1 2 year ...
materialcomponentsmaterialcomponentsandroid
topappbar regression in 1 12 0 alpha01 due to compress effect recent commit
Bug
since 1 12 0 alpha01 there be a regression where call getsupportactionbar hide on an action bar back by a materialtoolbar have app layout scrolleffect compress and set as first child of an appbarlayout will do nothing when this call be make and the toolbar be not visible because it be compress...
materialcomponentsmaterialcomponentsandroid
doc search break link
Bug
description translucent status bar for an example of how to set this up in xml take a look at the search bar map demo search bar usage map be search bar map demo search bar usage map a break link expect behavior update the document
materialcomponentsmaterialcomponentsandroid
materialtoolbar layout scrollflag not work when use layout behavior hidebottomviewonscrollbehavior
Bug
description use the typical view hierarchy from android s sample template materialtoolbar scroll flag be have conflict with bottomnavigationview behavior expect behavior be try to replicate this but they be use custom implementation of bottomnavigationview behavior and even though I us...
materialcomponentsmaterialcomponentsandroid
badgedrawable bug setbadgegravity be ignore as I want it to be top end
Bug
description full description of issue here I m try to have the badge show to the top end of the framelayout container but for some reason it keep be at the top start image expect behavior screenshot and or description of expect behavior to have the badge show on top end source code...
materialcomponentsmaterialcomponentsandroid
bottomsheetscaffold sheet move to partiallyexpande when the content be update
Bug
description when the sheet be in hidden state and the sheet content be update sheet move to partiallyexpanded state the follow code define in anchorchangehandler define in material seem to map both hide partiallyexpande to expand kotlin val newtarget when previoustarget ...
materialcomponentsmaterialcomponentsandroid
outlinedcard default borderstroke use outline style instead of outlinevariant
Bug
description full description of issue here as per material spec 80df927a 2997 445d af10 6012db40c53c the default border color for should be outline variant the implementation use outlinedcardtokens outlinecolor tocolor which be way dark expect behavior screenshot and or description of ex...
materialcomponentsmaterialcomponentsandroid
slider slider with label formatter crash
Bug
description the slider with a label formatter crash java lang numberformatexception for input string 12 5k at sun misc floatingdecimal readjavaformatstre floatingdecimal java 2043 at sun misc floatingdecimal parsefloat floatingdecimal java 122 at java lang float parsefloat float...
materialcomponentsmaterialcomponentsandroid
catalog carousel catalog app can t be display in landscape orientation
Bug
description after the fullscreenstrategydemofragment be display once the catalog app can t be display in landscape orientation screenshot 20231111 175802 screenshot 20231111 175813 screenshot 20231111 175822 expect behavior after the fullscreenstrategydemofragment be display th...
materialcomponentsmaterialcomponentsandroid
materialcheckbox buttontint attribute remove checkmark
Bug
description in every stable version since 1 6 1 the buttontint attribute change the background color of the checkbox as expect but also change the color of the checkmark so that the checkmark be not visible not expect expect behavior expect error sou...
materialcomponentsmaterialcomponentsandroid
appbarlayout app crash with unsupportedoperationexception and inflateexception
Bug
description I ve update material design from 1 11 0 alpha03 to 1 11 0 beta01 since then my app crash shortly after startup with below exception take from the pre launch report on google play console if I go back to 1 11 0 alpha03 the issue disappear so something have change in the late m3 ver...
materialcomponentsmaterialcomponentsandroid
catalog slider slider label be not move with slider
Bug
description the slider label app labelbehavior visible be not move with the slider 2869 screenshot 20231106 175528 expect behavior the slider label be move with the slider screenshot 20231106 175601 minimal sample app repro catalog app sliderlabelbehaviordemofragmen...
materialcomponentsmaterialcomponentsandroid
materialtoolbar minheight not work when inside collapsingtoolbarlayout
Bug
description android height android minheight and other styling be not work the wrap content in materialtoolbar be not use minheight define in theme style if it be inside collapsingtoolbarlayout but this be not the case when materialtoolbar be a first child of appbarlayout where ...
materialcomponentsmaterialcomponentsandroid
slider slider label be not scroll with slider
Bug
description the slider label app labelbehavior visible be not scroll with the slider before screenshot 20231102 212702 after screenshot 20231102 212711 expect behavior the slider label be scroll with the slider minimal sample app repro catalog app sliderlabelbeh...
materialcomponentsmaterialcomponentsandroid
materialdivideritemdecoration divider appear instantly on insertion
Bug
description divider that be draw with materialdivideritemdecoration appear or disappear instantly when add or remove item from recyclerview while item get fade in or out smoothly respectively expect behavior divider that be draw with materialdivideritemdecoration appear or disappear smooth...
materialcomponentsmaterialcomponentsandroid
navigationdraweritem can t set navigationdraweritemcolor
Bug
description I don t know if this be the place to send issue for kotlin jetpack compose but I can t set color for navigationdraweritem in jetpack compose expect behavior this be what the documentation have image this be what I try image this be what error image a...
materialcomponentsmaterialcomponentsandroid
datepicker add option to pass optional locale
Bug
be your feature request relate to a problem please describe when the material date picker dialog be show it use phone s default locale which might not be correct for app with different language describe the solution you d like have an optional parameter on datepicker composable or datepickerstate ...
materialcomponentsmaterialcomponentsandroid
other break activity transition after upgrade to 1 10 0
Bug
description activity transition be break after upgrade google material from 1 9 0 to 1 10 0 restart the app do not help to fix the issue restart the phone or downgrade to 1 9 fix the problem expect behavior after update the transition should remain intact source code theme them...
materialcomponentsmaterialcomponentsandroid
carousel carousel crash if it s too small
Bug
how to reproduce set the width of the horizontal carousel to 1 dp stacktrace java lang illegalargumentexception keyline before the first focal keyline must be order by incremente mask item size at com google android material carousel keylinestate builder addkeyline keylinestate java 282 ...
materialcomponentsmaterialcomponentsandroid
carousel crash on arrangement null reference
Bug
description I have list of image display in carousel once navigate to a setting fragment and comme back to main carousel my app crash when I look at stacktrace I get after onresume callback app crash I be hopelessly search on how to use savedstatehandle to fix this and find I...
materialcomponentsmaterialcomponentsandroid
time picker can not change the size of the timeselectorlabeltextfont
Bug
description can not change the size of the timeselectorlabeltextfont timeselectorlabeltextfont by default take the font size as displaylarge expect behavior allow text styling for clockdisplaynumber and time picker content source code the code snippet which be cause this issue in pa...
materialcomponentsmaterialcomponentsandroid
carousel the last item can not be fully expand feat hero carousel with center align item
Bug
material library version cbb380d device pixel 4a 5 g
materialcomponentsmaterialcomponentsandroid
materialcomponentsandroid materialdatepicker incorrect behaviour on samsung device
Bug
on samsung galaxy s9 api30 date picker component from demo application behave totally incorrectly system information system1 system2 text input work completely incorrectly not apply text format and treat hint as simple text video of incorrect work attach
materialcomponentsmaterialcomponentsandroid
color unable to override surface color
Bug
description unable to override the background color for appbar and bottomnavigationbar colorsurfacecontainer I ve not test if this issue exist with other color constant expect behavior color should be overridden base on what be specify in xml source code xml m...
materialcomponentsmaterialcomponentsandroid
tablayout tooltip value get reset to text value
Bug
description despite set the value of the tooltip it get reset to the text value when the tab be select expect behavior the tooltip should still show the value set programmatically source code I m use the tablayoutmediator to change my tooltip text while this work at first the too...
materialcomponentsmaterialcomponentsandroid
catalog navigation drawer after restart activity and push back button open navigation drawer will not be close but activity will be close
Bug
3593 description after restart the activity e g rotate the device and push the back button the open navigation drawer will not be close but the activity will be close screenshot 20230930 154601 expect behavior after restart the activity and push the back button the activity will n...
materialcomponentsmaterialcomponentsandroid
button visual feedback be poorly visible on api 33
Bug
material library version 1 11 0 alpha03 device pixel 4a 5 g android api version 13 build tq3a 230901 001
materialcomponentsmaterialcomponentsandroid
button double ripple
Bug
this issue be a duplicate of but I have to reopen it because it s still not resolve and this bug be quite serious as it affect all material button on device run api 30 and below material library version 1 11 0 alpha03 device api 23 emulator
materialcomponentsmaterialcomponentsandroid
topappbar compress effect not properly work on api level 24
Bug
description I ve see that the compress effect of the m3 catalog example top app bar compress effect demo topappbarcompresseffectfragment be not properly work on device with api level 24 the problem occur in case tab be use when scroll up the app bar title be be compress and disappear as intend ...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialogfragment background not dim on android 14 beta
Bug
description the bottomsheetdialogfragment be not dim the background as expect when it be display on device run android 14 beta the content below the bottomsheetdialogfragment remain fully visible without any dim effect this differ from the expected behavior observe on android 13 where the background be d...
materialcomponentsmaterialcomponentsandroid
carousel an uncontained carousel can not be scroll to the end if there be few item in it
Bug
material library version 1 11 0 alpha03 device pixel 4a 5 g
materialcomponentsmaterialcomponentsandroid
carousel the last item can not be fully expand if there be few item in the carousel than keyline
Bug
material library version 1 11 0 alpha03 device pixel 4a 5 g
materialcomponentsmaterialcomponentsandroid
appbarlayout get tonal surface color for status bar
Bug
description I ve update my app to material 1 11 0 alpha03 in mainactivity I m already use the tonal surface color system to dynamically change the color of the status bar as follow if android os build version sdk int 29 appbarlayout appbarlayout findviewbyid r i d appbar appba...
materialcomponentsmaterialcomponentsandroid
materialdatepicker save button content description be hardcode
Bug
description I m use a materialdatepicker on which I use setpositivebuttontext to change the text of the save button the text I set do visually display however talkback still read out save I can see that this be because of this line l92c29 l92c29 where the content description be set in x...
materialcomponentsmaterialcomponentsandroid
searchview predictive back searchview will not detach from screen edge after restart activity
Bug
3575 description the searchview will not detach from the screen edge after restart the activity e g after rotate the device 3f2d4e47 2cf5 4c33 b6e1 5368ceaade55 predictive back expect behavior the searchview will detach from the screen edge after restart the activity e g after rota...
materialcomponentsmaterialcomponentsandroid
navigationdrawer predictive back navigationdrawer will not detach from screen edge after restart activity
Bug
3575 description the navigationdrawer will not detach from the screen edge after restart the activity e g after rotate the device d77245e3 1013 48f8 a9d7 76f484e1be13 predictive back expect behavior the navigationdrawer will detach from the screen edge after restart the activity e ...
materialcomponentsmaterialcomponentsandroid
carousel item doesn t expand fully in a carousel with center align item with only 2 item
Bug
material library version 1 11 0 alpha02 device pixel 4a 5 g
materialcomponentsmaterialcomponentsandroid
appbarlayout status bar color not change dynamically on api level 33
Bug
description in my app I m use appbarlayout incl materialtoolbar and tablayout and a viewpager2 incl a recyclerview list I m dynamically change the color of the status bar when the user be scroll up and down the list and I m use a compress effect for the toolbar in order to d...
materialcomponentsmaterialcomponentsandroid
textinputlayout the label overlap the text
Bug
actual result expect result material library version 1 11 0 alpha02 android api version 19
materialcomponentsmaterialcomponentsandroid
carousel a single item be incorrectly display in rtl mode
Bug
material library version 1 11 0 alpha02 device pixel 4a 5 g
materialcomponentsmaterialcomponentsandroid
carousel part of the next item be visible when fullscreencarouselstrategy be set
Bug
material library version 1 11 0 alpha02 device pixel 4a 5 g
materialcomponentsmaterialcomponentsandroid
catalog bottomsheet mismatch between bottom sheet state and display
Bug
description the expand bottom sheet be still expand after restart the activity e g after rotate the device but the display be state collapse before restart activity screenshot 20230914 153718 after restart activity screenshot 20230914 153728 expect behavior the expand bot...
materialcomponentsmaterialcomponentsandroid
catalog bottomappbar bottomsheet navigationdrawer searchview sidesheet predictive back state mismatch between bottom sheet and back callback after restart activity
Bug
description the expand bottom sheet be still expand after restart the activity e g after rotate the device but the back callback be disabled and the bottom sheet will not detach from the left and right edge of the screen 3d7735e2 73ea 4f3e bd42 e70161fc1085 similar thing be happen...
materialcomponentsmaterialcomponentsandroid
catalog bottomappbar bottomsheet predictive back when bottom sheet be collapse it will not detach from left and right edge of screen
Bug
description when the bottom sheet be collapse the back callback be disabled and the bottom sheet will not detach from the left and right edge of the screen 3d7735e2 73ea 4f3e bd42 e70161fc1085 standard non modal bottom sheet screenshot 20230913 172011 expect behavior when the...
materialcomponentsmaterialcomponentsandroid
topappbar back button different color than overflow menu icon
Bug
description the back button be color with coloronsurface and the right icon be color with coloronsurfacevariant expect behavior screenshot and or description of expect behavior the material spec be also not clear the docs state the color should differ why though but on the picture they be...
materialcomponentsmaterialcomponentsandroid
materialcheckbox accessibility info contain only english state description
Bug
description accessibility info contain only english state description expect behavior state description be either use from platform or be translate to other language or be possible to provide own source code super setstatedescription getbuttonstatedescription android api ver...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview backgroundtint not work for white
Bug
description white I e ffffff be ignore when set the background tint in xml other color work as expect expect behavior the item background color be work as expect but the container background color be not when draw behind the gesture navigtation source code this get ignore ...
materialcomponentsmaterialcomponentsandroid
carousel the first element be not fully display in the uncontained carousel rtl
Bug
material library version 1 10 0 alpha02 device pixel 4a 5 g
materialcomponentsmaterialcomponentsandroid
catalog carousel crash in rtl mode
Bug
how to reproduce enable rtl mode on your device open multibrowsecarouseldemofragment also reproducible on herocarouseldemofragment and uncontainedcarouseldemofragment swipe the carousel to the right and wait for it to stop stacktrace java lang illegalstateexception slider value ...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialogfragment doesn t have scrim background
Bug
description bottomsheetdialogfragment and alertdialogs don t have scrim background when they appear I also try same logic use compose composable modalbottomsheet have scrim while alertdialog have not expect behavior both bottomsheet and alertdialog should have scrim when they appear ...
materialcomponentsmaterialcomponentsandroid
alertdialog materialalertdialog have wrong title textsize
Bug
description materialalertdialog have small text size than specify in m3 documentation telegram cloud photo size 2 5420222584542317162 y expect behavior title expect to have 24sp text size but actually it be 18 2sp layoutinspector refer to value v21 xml where I don t see 18sp text ...
materialcomponentsmaterialcomponentsandroid
bottomsheet sheet corner animation be break on api s device with rounded corner
Bug
material library version 1 11 0 alpha02 device pixel 4a 5 g