repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout scroll state not preserve when recreate view and exituntilcollapse scroll flag be set
Bug
description I spot multiple mention of the same issue I e here issuecomment 773056165 so I assume this be not new but since I couldn t find a proper bug report I m create a new one the issue be collapsingtoolbarlayout with app layout scrollflag scroll exituntilcollapse doesn t prese...
materialcomponentsmaterialcomponentsandroid
tablayout tablayout attribute app tabselectedtextappearance
Bug
app tabtextappearance to set normal textsize but in tab select app tabselectedtextappearance not work tablayout app tabselectedtextappearance fix bug
materialcomponentsmaterialcomponentsandroid
snackbar snackbar be shake when attach to anchor and overlap gesture area
Bug
description full description of issue here expect behavior screenshot and or description of expect behavior image source code the code snippet which be cause this issue kotlin snackbar make view findviewbyid r i d container text snackbar length indefinite ...
materialcomponentsmaterialcomponentsandroid
viewpager2 windowinsetsappli break inset with bottomnavigationview below api 30
Bug
description windowinsetsapplier break inset with bottomnavigationview below api 30 expect behavior windowinsetsappli will not break inset with bottomnavigationview source code on activity override fun oncreate savedinstancestate bundle super oncreate savedinsta...
materialcomponentsmaterialcomponentsandroid
time picker chip background color not change when switch to input mode keyboard
Bug
description full description of the issue here chip background color work in input mode clock screenshot 20230620 131601 1 when I switch to input mode keyboard the chip background color not work screenshot 20230622 113052 source code minimal sam...
materialcomponentsmaterialcomponentsandroid
snackbar snackbar bottom margin be incorrect when use window inset with padding
Bug
description snackbar with anchor have incorrect bottom margin when window inset be use that set container padding instead of margin when inset update margin snackbar be show correctly above the anchor button when inset update padding snackbar get extra bottom margin it seem that navigation bar ...
materialcomponentsmaterialcomponentsandroid
slider not possible recognize which slider crash
Bug
description there be no way when you have more slider on one screen which slider crash expect behavior show i d or line of code where crash happen source code just use slider and set datum incorectly or in wrong order set valueto before valuefrom or set step before range etc m...
materialcomponentsmaterialcomponentsandroid
materialdatepicker backport the crash fix in 1 10 0 alpha03 into the 1 9 0 release
Bug
there s a crash in materialdatepicker in the late stable 1 9 0 release that have be fix and this fix have be include in the late 1 10 0 alpha03 however that release have the compilesdkversion set to the upcoming android upsidedowncake which we re unable to depend on just yet be there any c...
materialcomponentsmaterialcomponentsandroid
tablayout default tab text appearance be incorrectly set attribute for text appearance instead of style
Bug
description when update to 1 9 0 of material we notice an error when take paparazzi snapshot test use a tablayout there be a change from 1 7 0 1 9 0 where defaulttabtextappearance be use stacktrace jun 06 2023 3 19 08 pm app cash paparazzi internal paparazzilogger error severe nul...
materialcomponentsmaterialcomponentsandroid
materialdatepicker switch to keyboard input toggle icon background never change same as tint color
Bug
description with the source code provide below I be not able to set so that the background of the switch to keyboard input toggle icon be different from the icon s tint I e outline of the pencil be one color and the fill within the same be a different color expect behavior tint apply to the pen...
materialcomponentsmaterialcomponentsandroid
material card view it be not possible to apply a gradient background to a material card view with rounded corner apply only to the top
Bug
description the material card view with the material style apply only on the top do not have the gradient background apply the gradient background be only apply when the roundness be apply in all direction in the xml you may see the desire design where the gradient background be apply with rounded corn...
materialcomponentsmaterialcomponentsandroid
materialbutton iconsize do not always match material 3 spec
Bug
description the material 3 materialbutton style widget material3 button outlinedbutton icon do not specify an iconsize so this remain at the default wrap content rather than the 18dp value define in the material 3 spec 309d928e e9ef 41dd 89fc 9bc51f78709c expect behavior mate...
materialcomponentsmaterialcomponentsandroid
materialdatepicker can not use as normal fragment
Bug
description can not use materialdatepicker as normal fragment to add to a fragment container expect behavior a dialogfragment should be use as a normal fragment source code when use dynamic color theme and they add materialdatepicker as a normal fragment via val picker...
materialcomponentsmaterialcomponentsandroid
materialalertdialogbuilder vertical background inset be too large when soft keybard be show
Bug
materialalertdialogbuilder define a big vertical margin for dialog via attribute backgroundinsettop and backgroundinsetbottom the default be define via dimen mtrl alert dialog background inset top and mtrl alert dialog background inset bottom to be 80dp on normal screen with portrait orientation this be generally f...
materialcomponentsmaterialcomponentsandroid
textinputlayout the position of expose drop down menu s ripple be incorrect
Bug
description ripple always spread from the centre of the widget p94gxpf png expect behavior ripple should spread from the position touch by the user source code xml minimal sample app repro m3 catalog text field expose drop down menu demo android ap...
materialcomponentsmaterialcomponentsandroid
dynamiccolor strictmode violation in dynamiccolor applytoactivityifavailable
Bug
when call applytoactivityifavailable in activity s oncreate as explain in the documentation with strictmode activate the follow violation be raise strictmode policy violation duration 135 ms android os strictmode diskwriteviolation at android os strictmode androidblockguardpolicy onwrite...
materialcomponentsmaterialcomponentsandroid
appbarlayout status bar foreground detache when fling
Bug
material library version 1 10 0 alpha02 device pixel 4a 5 g
materialcomponentsmaterialcomponentsandroid
textinputlayout the text disappear after reach the limit of 1432 character while have drawable set to setcompounddrawableswithintrinsicbound
Bug
description we have a custom view inherit from textinputedittext in which we specify the image on the right side use the setcompounddrawableswithintrinsicbound function this view have a line length limit of 2000 character but when you enter more than 1432 character the text change color attach vide...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialogfragment top inset impossible to remove
Bug
description I be currently try to create a fullscreen full height bottomsheetdialogfragment but since it have a very weird behavior implement where it add and retract inset while the sheet be slide in and out I decide to disable any inset handling do by the component and manually take care of the inset ...
materialcomponentsmaterialcomponentsandroid
datepicker a11y list of year unreadable when set font size to large on some device
Bug
description when use certain device see below set the font size to large result in list of year that be unreadable expect behavior I would expect all the year to be readable even if it s necessary to go to two column source code the issue can be reproduce with the m3 catalog app s...
materialcomponentsmaterialcomponentsandroid
datepicker a11y keyboard navigation doesn t work with next month button
Bug
description when use an attached bluetooth keyboard to navigate through the date picker press either tab or down arrow on the next month button actually move to the previous month and then navigate to the first day of that month expect behavior I would expect the tab key to navigate...
materialcomponentsmaterialcomponentsandroid
internal windowutil assume that app be not in multi window or use free form window
Bug
description windowutil be use display getrealsize on api 29 api 17 which win t return the application window bound when the app be in multi window mode or be in a free form window windowmetricscalculatorcompat from androidx window have a full backport of query for the current window size ...
materialcomponentsmaterialcomponentsandroid
bottomsheet peekheight measure incorrectly during first layout when margintopsystemwindowinset be set to true
Bug
description when application be in edge to edge mode it be expect that peekheight will be increase by the bottom system window inset when paddingbottomsystemwindowinset true however if you set margintopsystemwindowinset to true at the same time then at first peekheight be go to be m...
materialcomponentsmaterialcomponentsandroid
bottomsheetbehavior nest scroll child view do not scroll when its inside nest scroll parent
Bug
description when a nest scroll child view be inside a nest scroll parent view and the child view change the scroll position the touch event get intercept by the bottom sheet behavior for example if I put a viewpager2 in the bottom sheet dialog and put a vertically scrollable recyclerview inside the viewpag...
materialcomponentsmaterialcomponentsandroid
bottomsheet bottom inset be cut when paddingtopsystemwindowinset be set to false
Bug
description when application be in edge to edge mode I need the standard bottomsheet with scrollable content to satisfy the follow 1 do not reach the top system bar when fully scroll 2 have content shift at the bottom by the bottom system bar height 3 have no need for the extra scroll when ...
materialcomponentsmaterialcomponentsandroid
unable to apply dynamiccolor in conjunction with appcompatdelegate setdefaultnightmode
Bug
material version 1 9 0 rc01 test on pixel 4a android 13 my app theme be a custom theme whose parent be theme material3 dynamiccolor daynight I can use the dynamiccolor api just fine to apply it globally in my application s oncreate dynamiccolor applytoactivitiesifavailable this new...
materialcomponentsmaterialcomponentsandroid
search bar set searchbar settext do not work without android windowsoftinputmode adjustnothing
Bug
description I have copy your code from searchrecyclerdemoactivity and while play with search bar I have notice that do searchbar settext inside submitsearchquery do nothing no effect once I have configure android windowsoftinputmode adjustnothing in my activity it start work ...
materialcomponentsmaterialcomponentsandroid
search bar query text stay in search bar and search view despite fragment change and explicit settext
Bug
description I be use similar setup you describe in the documentation put it all together and searchrecyclerdemoactivity I have a search bar and a recyclerview below it once I click on a search bar search view pop up and I enter a search query press ok and search view close search bar be pop...
materialcomponentsmaterialcomponentsandroid
badgedrawable badgedrawable be cut off when attach to shapeableimageview
Bug
description badgedrawable be cut off when attach to shapeableimageview it be not cut off when attach to an imageview nor when attach to a shapeableimageview inside of a framelayout this issue be bring up in but the suggest workaround set layout margin on shapeableimageview do not work initially...
materialcomponentsmaterialcomponentsandroid
materialalertdialogbuilder title and subtitle be overlap in android 12 device and samsung device
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 fun context showcustomalertdialog strtitle string strmsg charsequence strpositive string on...
materialcomponentsmaterialcomponentsandroid
tab incorrect tab indicator size
Bug
actual behavior api 17 emulator expect behavior api 19 emulator material library version 1 10 0 alpha01 device api 17 emulator
materialcomponentsmaterialcomponentsandroid
sidesheet bug switch from coplanar to standard sidesheet when expand leave sible view squashed
Bug
note this bug be move from 3322 if you have a sidesheet with some view r i d myotherview as the coplanarsiblingviewid sidesheetbehavior from mysidesheet setcoplanarsiblingviewid r i d myotherview you open the sidesheet on a landscape orientation phone or maybe a tablet or chromebook or...
materialcomponentsmaterialcomponentsandroid
materialbutton background color different on short long click
Bug
description full description of issue here the background color of materialbutton use style widget materialcomponent button outlinedbutton on short click and long click be different on short click image on long click image expect behavior screenshot and or description ...
materialcomponentsmaterialcomponentsandroid
materialautocompletetextview dropdown height calculate incorrectly when add to a dialog
Bug
description when materialautocompletetextview be add as a custom view to a dialog the dropdown height do not account for the ime a good portion of the dropdown item end up below the keyboard expect behavior in this screen recording the last few item in the dropdown be obscure by the ke...
materialcomponentsmaterialcomponentsandroid
topappbar collapse toolbar spannablestring title not animate properly when collapse
Bug
description when a spannablestring be set as the title of collapse toolbar when collapse the topappbar the fade in animation of the title work only for the non colored part of the text color text just appear without any animation expect behavior spannablestring title should animate properly ...
materialcomponentsmaterialcomponentsandroid
materialdatepicker materialdatepicker not encircle today s date if disable
Bug
the materialdatepickerwidget have a bug where it do not encircle today s date if it be disabled it be important to address this issue to ensure that even if today s date be disabled it remain recognizable to the user
materialcomponentsmaterialcomponentsandroid
shapeableimageview crash occasionally
Bug
description hi I find a crash on shapeableimageview the version use be 1 5 0 error log resourcescompat fail to inflate colorstatelist leave it to the framework resourcescompat java lang unsupportedoperationexception fail to resolve attribute at index 0 typedvalue t 0x2 d 0x7f0400f3 a 1 ...
materialcomponentsmaterialcomponentsandroid
wrong divid color in navigationview
Bug
description navigationview divider color refer to attr coloroutline but in doc it s refer to attr coloroutlinevarient
materialcomponentsmaterialcomponentsandroid
slider label break up and not keep up with thumb upon quick slide
Bug
description the label be break up with its circular and triangular part be set off also upon release the thumb after perform quick slide movement the label stop and zoom out at an early position than the thumb do screenshot 2023 03 04 11 57 09 077 com w2sv autocrop 2 source code ...
materialcomponentsmaterialcomponentsandroid
rangeslider rangeslider draw redundant line when two thumb overlap
Bug
original issue 1394 1924 still happen in 1 8 0 screenshot library version com google android material material 1 8 0 device samsung galaxy tab a 10 1 sm p580 android 8 1 0 api 27 samsung experience 9 5 3 18 14 15948922 gcc version 4 9 x 2...
materialcomponentsmaterialcomponentsandroid
actionmode icon color for disabled enabled state be the same in the night theme
Bug
description the color of the icon in my case delete icon in the dark theme in action mode be the same regardless of whether it be enable or disabled expect behavior light theme source code light theme default dark theme android api ...
materialcomponentsmaterialcomponentsandroid
extendedfloatingactionbutton inconsistent size when expand if the text be short
Bug
description if extendedfloatingactionbutton have short text the size change a little when expand expect behavior if text long everything work as expect source code fab extend app theme theme material3 android api version 30 materi...
materialcomponentsmaterialcomponentsandroid
basetransientbottombar animation time be too long
Bug
description snackbar animation time at the beginning and end be too long include slide animation and fade animation in theme materialcomponent expect behavior animationslideduration be 250 which be r attr motiondurationshort4 animationfadeinduration be 150 which be r attr motiondurations...
materialcomponentsmaterialcomponentsandroid
appbarlayout compress toolbar be invisible but its button be clickable
Bug
how to reproduce in cat topappbar compress effect fragment xml replace xml with xml result material library version 1 8 0
materialcomponentsmaterialcomponentsandroid
draghandle background colour incorrect
Bug
description bottom sheet drag handle appear far dark than the material 3 design doc image doc spec I look like the 40 alpha be miss for the mdc android implementation change the default style fix it xml style widget xxx bottomsheet draghandle ...
materialcomponentsmaterialcomponentsandroid
slider a ripple doesn t keep up with a thumb
Bug
material library version 1 8 0 device api 21 emulator api 27 emulator
materialcomponentsmaterialcomponentsandroid
bottomsheet bottom sheet expand and then go to half expand state
Bug
description a bit of an issue when I start update the version for material to 1 6 0 the bottom sheet have start behave weirdly before this version let say we have two bottom sheet a and b if I go a b and go back I will find the a in half expand state as it be but with increase in version ...
materialcomponentsmaterialcomponentsandroid
datum bind can t update text on extendedfloatingactionbutton immediately
Bug
description I use datum bind for display text on extendedfloatingactionbutton but it didn t update text then I try edit text textview for sure my code didn t wrong and yes other view can display datum from view model state flow datum on extendedfloatingactionbutton just show when I recreate fr...
materialcomponentsmaterialcomponentsandroid
circularprogressindicator visibilityafterhide be ignore
Bug
description when hide a progress indicator use the hide method it always set the view visibility to invisible instead of set it to the value set to visibilityafterhide l248 l256 expect behavior call hide after setvisibilityafterhide view go set the view visibility to go...
materialcomponentsmaterialcomponentsandroid
materialswitch thumb stretching
Bug
if you abruptly switch the state of materialswitch with a thumb it will stretch but only at the end of the track I m sure it shouldn t be like this material library version 1 8 0
materialcomponentsmaterialcomponentsandroid
materialswitch switch animation
Bug
the current switch animation doesn t match m3 guideline switch thumb should stretch when move animation should be kinda elastic and so on material library version 1 8 0
materialcomponentsmaterialcomponentsandroid
top app bar make more clear that top app bar be only colorize on scroll
Bug
I refer to the material3 component site could you please adjust the documentation about the top bar component so that be more clear that the color of the top app bar be always equal to the content but get a color fill on scrolling it would be great if this get highlight somewhere because it be confusing to ...
materialcomponentsmaterialcomponentsandroid
dialog enter exit transition
Bug
dialog transition should match m3 spec 3a644ed3 15a9 4cb1 afde 3d765c059e88 expect behavior material library version 1 8 0
materialcomponentsmaterialcomponentsandroid
search broken animation of ltr text inside rtl search bar
Bug
material library version 1 8 0
materialcomponentsmaterialcomponentsandroid
materialtimepicker hour incorrectly restore in 24 hour time format after process death
Bug
description when trigger process death with a materialtimepicker dialog open with 24 hour time format the dialog be incorrectly recreate if the time 8 00 be select 20 00 will be show instead after recreation weirdly enough 8 be still select on the hour wheel this only happen if the time b...
materialcomponentsmaterialcomponentsandroid
tablayout ripple of tablayout be different from ripple of other component
Bug
description ripple of tablayout be different from ripple of other component catalog app I e expect behavior h ripple of tablayout be inconsistent in a minimal sample app repro catalog app android api version 33 material library version ...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout multiline title position
Bug
description when use collapsingtoolbarlayout multiline title title bound be sometimes wrong when title be effectively multiline lead title to be position upward project to reproduce collaspingtoolbarlayout zip issue screenshot image expect screenshot image
materialcomponentsmaterialcomponentsandroid
materialcheckbox checkbox text be misalign with the checkmark icon by 1px
Bug
I m not sure this be intentional or not but here s a checkbox currently look with a text specify this screenshot be from the late m3 catalog app misalign checkbox text as you can see the baseline be not align with the checkmark icon but it be on the material design reference here s how it look on...
materialcomponentsmaterialcomponentsandroid
timepicker materialtimepicker doesn t match m3 dialog spec
Bug
the side and bottom padding of materialtimepicker don t match m3 dialog spec m3 simple dialog materialtimepicker dialog material library version 1 8 0 alpha03
materialcomponentsmaterialcomponentsandroid
datepicker materialdatepicker doesn t match m3 dialog spec
Bug
the side and bottom padding of materialdatepicker don t match m3 dialog spec m3 simple dialog materialdatepicker dialog material library version 1 8 0 alpha03
materialcomponentsmaterialcomponentsandroid
tablayout tab indicator get stick in an intermediate position when use with viewpager
Bug
how to reproduce open tabscontrollabledemofragment m3 catalog swipe viewpager content a little towards the next page don t release your finger tap tab 2 swipe towards the previous page a little and release the finger library version 1 8 0 alpha03
materialcomponentsmaterialcomponentsandroid
searchview background color while expand
Bug
hi how would one change the background color shade create by searchview as it be expand during show or rather be it hardcode or which attribute searchview use to get that color thank you screenshot 20221130 194145 video player
materialcomponentsmaterialcomponentsandroid
bottomnavigation ripple be incorrectly overlay on the indicator when the icon be large
Bug
how to reproduce open bottomnavigationlabelvisibilitydemofragment m3 catalog set icon size to 48dp click any menu item library version 1 8 0 alpha03
materialcomponentsmaterialcomponentsandroid
appbarlayout lift on scroll doesn t work with inner bottomappbar and hideonscroll set to true
Bug
description the appbarlayout lift on scroll feature stop work when an inner bottomappbar in a fragment have hideonscroll set to true expect behavior the appbarlayout should get the lift on scroll color even when an inner bottomappbar have hideonscroll set to true source code activi...
materialcomponentsmaterialcomponentsandroid
search catalog undefined search screen state
Bug
how to reproduce quickly and rhythmically click the search back icon 4 time device pixel 4a 5 g android 13 library version 1 8 0 alpha03
materialcomponentsmaterialcomponentsandroid
materialbutton icon size of icon button doesn t match m3 spec
Bug
description hi it seem that the icon only button base style widget material3 button iconbutton be use a wrong icon size the attribute iconsize use the resource dimen m3 btn icon only default size with a value of 20dp instead of 24dp as it be describe in the spec fbe6913b 2c1b 42...
materialcomponentsmaterialcomponentsandroid
textinputlayout prefix not display for the first time
Bug
description prefix not display for the first time in bind adapter prefix appear from second call bindingadapter value zerosalaryplaceholder negativesalaryprefixbyarticle negativesalaryprefixbyarticlelogworktype requireall true fun bindzerosalaryplaceholder ...
materialcomponentsmaterialcomponentsandroid
textinputlayout focus underline stroke can t be hide in fill mode
Bug
description textinputlayout focus underline stroke can t be hide in fill mode app boxbackgroundmode fill our application design require a fill mode textinputlayout that have a stroke in unfocused state and do not have a stroke in focused state this be possible to achieve in material component...
materialcomponentsmaterialcomponentsandroid
in android10 or above when the dark mode of the app be inconsistent with the dark mode of the system the background rendering of tablayout be incorrect
Bug
description full description of issue here in my app you can forcibly specify whether the app use dark mode however in android 10 and above when the system use a light color theme but the app forcibly specify a dark color theme tablayout will display an abnormal background color rendering expe...
materialcomponentsmaterialcomponentsandroid
bottomsheet expand bottom sheet with fittocontent false be not full screen
Bug
description simple bottom sheet that start expand and have fittocontent false kotlin class mybottomsheet bottomsheetdialogfragment override fun oncreateview inflater layoutinflater container viewgroup savedinstancestate bundle inflater inflate r layout f...
materialcomponentsmaterialcomponentsandroid
bottomsheet go from state hide to state collapse make strange animation
Bug
description in simple app call bottomsheetbehavior state bottomsheetbehavior state collapse when it be state hide start the animation from the bottom of the screen and ease up into the peek height for some reason in my fork of uamp when show the bottom sheet for the first time by...
materialcomponentsmaterialcomponentsandroid
top app bar theme the top app bar and contextual action bar with custom color not work in material 3
Bug
description full description of the issue here update after I create a new project with a material 3 theme and I try to change the top app bar and contextual action bar I can confirm it s a bug I ve open issue here 1 please star it or vote 1 to pay attention to it and solve it as soon as possi...
materialcomponentsmaterialcomponentsandroid
textinputlayout disabled error state
Good First Issue
disabled text field with an error look like this shouldn t the error disappear I mean error icon and or error text or their color change in this case
materialcomponentsmaterialcomponentsandroid
materialbutton android foreground doesn t work on bottomsheetdialogfragment
Bug
description materialbutton android foreground attribute doesn t work inside of a bottomsheetdialogfragment but it work as expect in fragment expect behavior the foreground of materialbutton should be show inside of the bottomsheetdialogfragment material button inside of the...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialogfragment significantvelocitythreshold do not impact nest scroll
Bug
the nest scrolling sensibility of the bottomsheetdialogfragment be too sensible a minimum scroll make the dialog dismiss in the 1 8 0 alpha01 version be possible to set the significantvelocitythreshold in the dialog behavior to adjust the theshold but it do not impact the nest scrolling expect behavio...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview the border or shadow can not be set after bottomnavigationview set the top bulge
Bug
description full description of issue here I set the bulge for bottomnavigationview through the settopedge method of materialshapedrawable because the color of the page be similar to that of bottomnavigationview so I need to set a border or shadow on top of the control but I can t set the border or sha...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialog bottomsheetdialog flickering animation while come to foreground
Bug
description when I set the dialog to show the slide from bottom animation occur and the dialog be show now if I set the app to background and then bring it back to the foreground the dialog that be already show do the same slide bottom to top animation expect behavior it should be not slide bo...
materialcomponentsmaterialcomponentsandroid
expose drop down a11y override the accessibility delegate of textinputlayout break dropdown functionality
Bug
description override the accessibility delegate of textinputlayout stop normal functionality for expose drop down as we wish to add content description we think of update the accessibility info this change the talkback for material design expose drop down to edit text and double stop work as it doesn t o...
materialcomponentsmaterialcomponentsandroid
materialtextview anr with initlization
Bug
description we ve be use an extended version of materialtextview name it as amcustomfonttextview we be receive a lot of anr when use it the constructor of materialtextview be where the stack point it hang there all the time share the firebase capture stack trace main native tid 1 syst...
materialcomponentsmaterialcomponentsandroid
tablayout tab font be reset to roboto when attach new tablayoutmediator
Bug
description similar to 965 except not while switch tab but reset tab with new datum after view creation use a stateflow in the fragment s viewmodel which provide datum for tab when the stateflow receive a new value attach a new tablayoutmediator cause the tab to refresh with the ...
materialcomponentsmaterialcomponentsandroid
materialcardview content padding doesn t work with relative corner size
Bug
cornerfamily cutcornersize 72dp cornerfamily cutcornersize 20 material library version 1 7 0 beta01 device pixel 4 api 29
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout talkback be not show correct title place on expand mode
Bug
description full description of issue here talkback be not announce the expand title on the correct place the expandedtitlegravity select bottom when we start talkback still talkback announce the title on the top not on the title appearance expect behavior screenshot and or description of expe...
materialcomponentsmaterialcomponentsandroid
material3 transition animation problem day night mode
Bug
how to fix transition animation problem day night mood expect behavior screenshot and or description of expect behavior check back animation night mode be good work but light mode material library version material android library version you be use here e g 1 1 0 alpha07 ...
materialcomponentsmaterialcomponentsandroid
slider cut label look ridiculous
Bug
material library version 1 7 0 beta01
materialcomponentsmaterialcomponentsandroid
materialtoolbar shadow be draw over content with the same elevation
Bug
description the shadow from a materialtoolbar will draw over content below it even if it be of the same elevation for example if I have a materialcardview with cardelevation 4dp that be directly below a materialtoolbar with elevation 4dp there will be a shadow cast on the materialcardv...
materialcomponentsmaterialcomponentsandroid
coordinatorlayout header scroll and content scroll don t mix well
Bug
expect behavior no flicker when interrupt a scroll
materialcomponentsmaterialcomponentsandroid
bottomnavigationview active indicator blink on the edge api 28
Bug
description when change tab the pill shape active indicator be blink on the edge api28 android 9 device expect behavior api32 android 12 device source code xml xml xml android api version android 9 api 28 ...
materialcomponentsmaterialcomponentsandroid
materialcardview card content should be clip when shapecornerfamily cut
Bug
shapecornerfamily round correct behavior shapecornerfamily cut incorrect behavior material library version 1 7 0 alpha03 device pixel 4 api 31
materialcomponentsmaterialcomponentsandroid
bottomnavigationview after fullscreen bottomnavigationbar expand vertically or the icon align leave
Bug
description in video player app material 3 guideline implement alongside bottomnavigationview navigationbar after use fullscreen view the bottomnavbar icon shrink and align horizontally to the left when directly exit the fullscreen view bottomnavbar expand vertically expect behavior bottomnav...
materialcomponentsmaterialcomponentsandroid
button double ripple with icon button in 1 7 0 alpha03
Bug
description when I use my custom icon button style in 1 7 0 alpha03 a strange behavior occur where two ripple appear one ripple will appear where I touch expect behavior but another will appear in the center here be a demonstration in the catalog with the tonal button modify to use my style and w...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout end punctuation mark in ltr text be incorrectly position in rtl mode
Bug
description force rtl layout direction on open topappbarcollapsingmultilinedemofragment demo material catalog app pay attention to the full stop position expect behavior the full stop should be at the end of the sentence actual behavior the full stop be at the begi...
materialcomponentsmaterialcomponentsandroid
dialog width of vertically arrange action button be not the same
Bug
description open dialogmaindemofragment demo material catalog app press long title message over length button button expect behavior the button should be the same width actual behavior the bottom button be slightly wide than the other material library versi...
materialcomponentsmaterialcomponentsandroid
materialbutton icon button be not circle when font size be too large
Bug
how to reproduce set android s font size to large setting display font size open buttonsmaindemofragment in material catalog expect behavior icon button should be circle and should have the same height as common button actual behavior icon button be stretch vertica...
materialcomponentsmaterialcomponentsandroid
shapeableimageview black corner during return transition when no padding
Bug
shapeableimageviewwith pad 0dp shapeableimageviewwith pad 1dp material library version 1 7 0 alpha03 device pixel 4 api 31 emulator
materialcomponentsmaterialcomponentsandroid
materialbutton why button render one more layer than textview
Bug
description sorry maybe it s not a bug I just don t understand and couldn t find any clue to explain it I write a demo to illuminate it overdraw accord to official site here s the result top bottom behavior outlinedbutton background transpare...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialogfragment listener set with setonapplywindowinsetslistener be never call
Bug
description I want to adjust the padding of my root view when the keyboard open and I m try to accomplish it use setonapplywindowinsetslistener in a bottomsheetdialogfragment the listener be never call if I change my fragment to extend from dialogfragment the listener be cal...
materialcomponentsmaterialcomponentsandroid
materialtoolbar bug navigationicontint doesn t do anything for the navigation drawer icon
Bug
description full description of issue here when use navigationicontint on materialtoolbar that have the navigation drawer icon the 3 horizontal line it doesn t do anything try a style and even in code it still doesn t do anything expect behavior screenshot and or description of expect behav...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout expand title overlap with gravity set to center horizontal multiple line and collapse mode set to scale
Bug
description when collapsingtoolbarlayout be set with multiple line titlecollapsemode to scale and expandedtitlegravity set to center horizontal expand title be overlap by another title screenshot 20220629 171525 expect behavior expand title must be readable source c...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout maxline break expandedtitlegravity when rtl direction be use
Bug
description maxline break expandedtitlegravity set when rtl direction be use for example when expandedtitlegravity start and maxline 2 text be always from leave to right no matter if use title in english or arabic language expect behavior max line should not change expandedtitlegravity beh...
materialcomponentsmaterialcomponentsandroid
topappbar horizontal system inset handle
Bug
how be the component suppose to handle horizontal system inset p s this issue be similar to but it s more general and also relate to the specification