repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
materialcomponentsmaterialcomponentsandroid | badge drawable badge drawable recreate when activity state be restore | Bug | in my app I use bottom navigation with badge and in oncreate of the activity I initialize the badge with this code kotlin val chatbadge bind bottomnav getorcreatebadge r i d recent private message chatbadge maxcharactercount 2 chatbadge badgetextcolor contextcomp... |
materialcomponentsmaterialcomponentsandroid | classnotfoundexception when unmarshalle com google android material bottomnavigation bottomnavigationview savedstate | Bug | hi guy this bug have be fix in version 1 1 but it still appear we use 1 1 version and it contain fix code 56fbbe9 do you know why |
materialcomponentsmaterialcomponentsandroid | bottomappbar set elevation crash in version 1 1 0 stable material libraray android | Bug | beginning of crash 2020 04 25 12 05 30 436 27240 27240 com example spabooke e androidruntime fatal exception main process com example spabooke pid 27240 java lang runtimeexception unable to start activity componentinfo com example spabooking com example spabooking landingac... |
materialcomponentsmaterialcomponentsandroid | slider negativearraysizeexception | Bug | java lang negativearraysizeexception at com google android material slider slider calculatetickscoordinate slider java at com google android material slider slider onsizechange slider java com google android material appbar headerscrollingviewbehavior layoutchild headerscrollingviewbehavior java 6 ... |
materialcomponentsmaterialcomponentsandroid | chip chip icon do not support icon with different width and height | Bug | description when use a drawable with width great than height vice versa the icon become stretch even after use the attribute chipiconsize expect behavior should show the image correctly source code the code snippet which be cause this issue please consider attach a minima... |
materialcomponentsmaterialcomponentsandroid | textinputlayout icon be not use its own state to update the color | Bug | side effect of b17d042f description neither erroriconview endiconview and starticonview be use their state when update their color expect behavior icon should be able to update their state if they be check focus hover activate etc source code create a color selector ... |
materialcomponentsmaterialcomponentsandroid | materialalertdialog button theme break on 1 2 0 alpha06 for bridge theme | Bug | description full description of issue here alertdialog theming seem break in 1 2 0 alpha06 with bridge theme expect behavior alpha05 bridge alpha06 bridge alpha06 expect behavior image image image with backgroundtint I can manage to have the co... |
materialcomponentsmaterialcomponentsandroid | textinputlayout seterroriconvisible true be not call | Bug | description textinputlayout seterroriconvisible true be never call if erroricondrawable be set from xml result in custom error icon not show the error icon be only visible if it s explicitly set via seterroricondrawable after textinputlayout seterror text here be call and then set to null afte... |
materialcomponentsmaterialcomponentsandroid | materialalertdialogbuilder materialalertdialogbuilder crash because of theme | Bug | description java lang illegalargumentexception the style on this component require your app theme to be theme appcompat or a descendant expect behavior shouldn t crash source code materialalertdialogbuilder activity settitle r string logout title ... |
materialcomponentsmaterialcomponentsandroid | textinputlayout boxbackgroundcolor not change with state | Bug | description when set boxbackgroundcolor to use a selector the color do not change when state be change expect behavior boxbackgroundcolor should change with state change when use a selector source code drawable background edittext contain android api version 24 ... |
materialcomponentsmaterialcomponentsandroid | materialradiobutton support themeable attribute in buttontint on all version | Bug | description themable attribute in buttontint do not work on api 21 themable attribute work for buttontint in materialcheckbox already expect behavior it should work on all support version as in materialcheckbox source code with selector xml with style ... |
materialcomponentsmaterialcomponentsandroid | shapeableimageview issue when extend from shapeableimageview | Bug | description I be currently use a custom imageview to make image have the same height base on its width to make they look tall than wide when I extend from shapeableimageview the corner be set from the drawable height instead of the view height or something like that basically set incorrectly ... |
materialcomponentsmaterialcomponentsandroid | bottom sheet not show under navigation bar in edge to edge ui mode | Bug | description I have the new mdc I set my ui to edge to edge as per chris bane go edge to edge guide I actually use his insetter library on github and set my navigation bar to transparent this make my app look cool but the bottom sheet look sooo bad maybe I m just set it up incorrectly would lov... |
materialcomponentsmaterialcomponentsandroid | bottom sheet can t drag out nav drawer on top of bottom sheet | Bug | description I can t drag out the nav drawer onto a bottom sheet expect behavior allow I to do so even if it take some kind of configuration on the navigation drawer or bottom sheet reproducible here |
materialcomponentsmaterialcomponentsandroid | chip unexpected additional small border when use stroke color | Bug | description when use a white stroke color for a chip I see an additional dark outline of the chip s background color screenshot 1587140086 expect behavior screenshot and or description of expect behavior screenshot 1587152935 the desire effect contain no thin ring around the w... |
materialcomponentsmaterialcomponentsandroid | bottomsheetbehavior not obey peekheight set to hide sheet | Bug | description start in 1 2 0 alpha05 my bottomsheet be still show when initially set I the state to collapse and peekheight to 0 if I revert back to alpha04 and all previous version I have try I can successfully start the activity with the bottom sheet hide by set peek height to 0 after the activity be sta... |
materialcomponentsmaterialcomponentsandroid | floatingactionbutton statelistanimator can not be set via xml | Bug | description apple android statelistanimator to floatingactionbutton do not work inflate the animator and set it on the view manually work expect behavior screenshot and or description of expect behavior source code the code snippet which be cause this issue please consider attach a... |
materialcomponentsmaterialcomponentsandroid | materialbuttontogglegroup checkedbuttonid return incorrect value when work with selectionrequire true | Bug | when use a materialbuttontogglegroup with selectionrequired true checkedbuttonid behave incorrectly if you have only one button leave check and click on it since selectionrequire be use the button will not be unchecked but it will be remove from checkedbuttonid expect behavior click on the last chec... |
materialcomponentsmaterialcomponentsandroid | materialbutton android elevation alway use default value | Bug | expect behavior android elevation work for materialbutton even not apply a style source code not work kotlin work kotlin android api version android 9 material library version 1 2 0 alpha06 device xiaomi a1 thank |
materialcomponentsmaterialcomponentsandroid | materialautocompletetextview error can not find symbol | Bug | description can not build project after update to 1 2 0 alpha06 android api version 29 material library version 1 2 0 alpha06 revert to 1 2 0 alpha05 fix the problem |
materialcomponentsmaterialcomponentsandroid | material button icon be go when circularprogressdrawable be set | Bug | description when use circularprogressdrawable as icon for materialbutton icon be go interestingly when set this drawable to extendedfloatingactionbutton which be child of materialbutton it work fine source code kotlin import androidx swiperefreshlayout widget circularprogressdrawable ... |
materialcomponentsmaterialcomponentsandroid | materialcardview add edgetreatment hide materialcardview | Bug | description I use the materialcardview and set the shapeappearancemodel with an edgetreatment after that the view be not show expect behavior the materialcardview be show with the edgetreatment source code here be an example project material library version not work for v... |
materialcomponentsmaterialcomponentsandroid | textinputlayout material design be not work for hint background selector | Bug | I be use material design 1 1 0 for tab with viewpager2 I update it to 1 2 0 alpha05 material library version it be work fine for single module but be crash for another module where I ve develop my custom material design textinputlayout I change theme from theme appcompat light noactionbar to theme mater... |
materialcomponentsmaterialcomponentsandroid | materialalertdialogbuilder create materialalertdialogbuilder crash with themeenforcement when use webview | Bug | description create instance of materialalertdialogbuilder cause the app crash with error message java lang illegalargumentexception the style on this component require your app theme to be theme appcompat or a descendant weirdly enough there be 2 condition for it 1 web view in activity v... |
materialcomponentsmaterialcomponentsandroid | textinputlayout focus between textinputedittext and multiple fragment | Bug | description I have 2 fragment xml be the same contain 3 textinputlayout when I be on fragment2 I enter the text in fieldfour I press enter on the keyboard I expect the cursor to move to fieldfive but it do not work I think the cursor fall into the field of fragment1 how... |
materialcomponentsmaterialcomponentsandroid | collapsingtoolbarlayout a title without space isn t display correctly | Bug | description screenshot 1586525028 small use a title without space in a collapsingtoolbarlayout result in the text be lay out below the last line expect behavior the title should break as it do in the screenshot but all the line should be display properly since the title gravity be bottom... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker builder setselection do not index the calendar | Bug | description I can call builder setselection lmydateinmilli and it work great to highlight that date on the calendar but say I set that for 2 month from today the calendar still show the current day and month not what I have set to be the default date expect behavior I would have expect that the... |
materialcomponentsmaterialcomponentsandroid | catalog demo the main screen be crop after return from feature screen | Bug | description the list be not scrollable to bottom after press item and get back step to reproduce 1 open app s main activity 2 scroll to bottom 3 click transition item 4 press back hardware or arrow 5 see result the bottom item be cut the list be not scrollable to bott... |
materialcomponentsmaterialcomponentsandroid | tablayout start offset in rtl direction | Bug | description the tablayout start with a bit of offset from the first item image android api version 29 material library version 1 1 0 device emulator |
materialcomponentsmaterialcomponentsandroid | slider slider cause the app to suspend when back from the fragment with enter exit transition | Bug | description slider cause the app to suspend when press back on the fragment which be open with enter and exit transition usecase 1 open the new fragment with slider use this function kotlin fun fragment replacewithstartendtransition fragment fragment parentfragmentmanager commit... |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview custom animation with navigation component | Bug | problem can t set the custom animation to navigation action when use bottomnavigationview with navigation component by normal way bottomnavigationview setupwithnavcontroller navcontroller expect behavior use animation from navigation graph of nav controller or give we the way to pass navopt... |
materialcomponentsmaterialcomponentsandroid | textinputlayout null pointer exception on setboxcornerradii | Bug | description in version 1 1 0 call textinputlayout setboxcornerradii radius radius radius radius before textinputlayout addview edittext cause null pointer exception because of boxbackground be null in 1 0 0 version all work fine |
materialcomponentsmaterialcomponentsandroid | textinputlayout property boxbackgroundcolor not change correctly | Bug | description change the component s property do not have the expect behavior source code container odd boxbackgroundcolor contextcompat getcolor requirecontext color android api version 29 material library version com google android material material 1 2 0 alpha05 ... |
materialcomponentsmaterialcomponentsandroid | materialbutton create a button with a style programmatically do not set all attribute | Bug | when create a materialbutton in code and pass a style from style xml not all attribute apply to the button specifically backgroundtint icontint and textcolor although there may be other when build the component from an xml layout all styling be apply correctly expect behavior style should be apply... |
materialcomponentsmaterialcomponentsandroid | snackbar can t change top and bottom padding of snackbar s text view | Bug | description set 0dp change the start and end padding but the top and bottom remain unchanged set android paddingtop and android paddingbottom have the same effect qemu system x86 64 qczzwldmet from the layout inspector studio64 w5ajhnfaxv expect behavior the top an... |
materialcomponentsmaterialcomponentsandroid | chip group app singleselection doesn t work with add dynamically chip | Bug | I declare chipgroup on xml I add checkable chip dynamically from a fragment with code below and I initilize only one chip to be check datum foreach item val chip chip context chip text item datum name chip ischeckediconvisible true ... |
materialcomponentsmaterialcomponentsandroid | drawable drawableleftcompat doesn t work | Bug | description when upgrade to the late version of material component the app do not start and say appt drawableleftcompat and drawablestartcompat not find source code mtrl alert select dialog multichoice xml android api version 21 device emulate device |
materialcomponentsmaterialcomponentsandroid | textinputlayout hint visible when transition between activity | Bug | description the hint be visible when transition between activity for example if the second activity contain the textinputlayout and we be transition to the activity fade the view the hint element be not fade but just appear with 100 opacity here you can the issue record from my example project as ... |
materialcomponentsmaterialcomponentsandroid | materialbutton drawablestart doesn t work both in preview nor in device | Bug | description materialbutton android drawablestart doesn t work both in preview nor in device it end up the same whether you re use xml drawable or bitmap expect behavior drawable expect to be draw at the start of the materialbutton result behavior screenshot 1585826764 from to... |
materialcomponentsmaterialcomponentsandroid | shapeableimageview wrong with shapeableimageview when set the stroke size too large | Bug | description if set the stroke size too large it will show like the follow pic source code mainactivity iv shapeappearancemodel shapeappearancemodel builder setallcornersize shapeappearancemodel pill build activity main android api version 29 material l... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker number be not align on the center | Bug | description number be not align on the center screenshot 1585816072 expect behavior number should be align on the center source code note the same behavior occur even before add any style android api version 29 material library version 1 ... |
materialcomponentsmaterialcomponentsandroid | textinputlayout show hide password icon be mix up | Bug | description I be use with true to create the ui for a password entry with a show hide password toggle the behavior match the spec from the material guideline show here outline text field however these feel entirely counter intuitive and google s own behavior for oth... |
materialcomponentsmaterialcomponentsandroid | tablayout tab don t take badge into consideration when measure width | Bug | description when a tablayout be set to tabgravity center and it contain a tab with a badgedrawable the badge get cut off if the drawable extend beyond the right bind of its tab tab badge cutoff expect behavior a tablayout tab should take the size of its badge into consider... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker consider use a prefix that be unique to the module | Bug | description the materialdatepicker component embed drawable resource mark as private ic calendar black 24dp xml ic clear black 24dp xml ic edit black 24dp xml ic keyboard arrow leave black 24dp xml ic keyboard arrow right black 24dp xml ic menu arrow down black 24dp xml ic menu arrow... |
materialcomponentsmaterialcomponentsandroid | tab item tab item do not work with view bind throw npe | Bug | description file this in response to comment on I have a view which contain some tabitem with an i d when I try to generate my binding with inflate the app throw an npe on those view this happen on both activity and fragment my work theory be material library be do so... |
materialcomponentsmaterialcomponentsandroid | materialcontainertransform transition between fragment of same base class layout | Bug | description I m use the same base abstract class and layout xml for a series of on boarding page that application show at start so when transition from one fragment to another in practice the configuration be the same baseintrofragment baseintrofragment except for the concrete class th... |
materialcomponentsmaterialcomponentsandroid | appbarlayout shadow on navigation bar do not appeark | Bug | description full description of issue here try to get shadow on scrolling but it doesn t work expect behavior screenshot and or description of expect behavior shadow appear on scroll shadow appear if I put a breakpoint in appbarlayout shouldlift source code the code snippet whic... |
materialcomponentsmaterialcomponentsandroid | datepicker date may 31 not show up cause crash | Bug | description may 31 be not show in the calendar unless you open may and scroll down this cause crash no other month or date seem to have this problem test step 1 open calendar will open in march since it s march today 2 use arrow to go to may actual result may 31 be not sh... |
materialcomponentsmaterialcomponentsandroid | mark as private drawable ic edit black 24dp | Bug | description follow error be show the resource drawable ic edit black 24dp be mark as private in com google android material material drawable ic edit black 24dp be very common because androidstudio create name by default expect behavior screenshot and or descripti... |
materialcomponentsmaterialcomponentsandroid | cardview android attribute not wokre on create custom view | Bug | description I have make a customcardview with imageview and textview then I have add this customcardview two time in layout xml file and third one from code in activity but also in layout second one have style tag with customviewstyle but first one without style tag so when app launch only se... |
materialcomponentsmaterialcomponentsandroid | datepicker accessibility navigation mode default talkback swiping navigation can t get to ok or cancel button | Bug | description when do talkback swipe through item on materialdatepicker input mode calendar the accessibility focus never reach to ok and cancel button if current focus be on the last day of a calendar month let say 31 march 2020 and then one do a right swipe the focus directly go to the fir... |
materialcomponentsmaterialcomponentsandroid | datepicker accessibility navigation mode default select date cell of materialcalendar be not announce as a select date | Bug | last test version material 1 2 0 alpha05 description when do talkback swiping on calendar date cell and if the current swipe focus be on current select date cell talkback doesn t announce the cell date as a select if one be visually blind he she wouldn t know what be currently select especi... |
materialcomponentsmaterialcomponentsandroid | textinputlayout outlinebox rtl | Bug | description when I set style to outlinebox the box render on the left side and hint go on the right side expect behavior outline space and hint should go to right source code android api version android api version here android 10 29 material libra... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker window background color apply with an unnecessary alpha | Bug | description I try to set background color to material date picker but an unnecessary alpha affect color that I want to set eg I try to set ff0000 but actual color be ff2626 seem like color affect with an alpha I use colorsurface attr for set color scrcpy mwltgottnw expect behav... |
materialcomponentsmaterialcomponentsandroid | collapsingtexthelper center gravity issue in get actual bound | Bug | there be a problem in getcollapsedtextactualbound that it doesn t care for the center gravity it be just respect rtl it cause problem in textinputlayout hint label when gravity be set to center expect behavior screenshot of the problem image android api version 28 material ... |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview invalid background color in dark mode | Bug | description when I change the background color of botomnavigationview by android background or backgroundtint in the light theme it display correctly but not in the dark one in a dark theme some other color be superimpose which can be disable only through itembackground but then the r... |
materialcomponentsmaterialcomponentsandroid | compile error due to resource not be prefix | Bug | when integrate a dependency that be use this material component we encounter a compile issue cause by an attribute not be prefix gradle cache transform 1 file 1 1 jetified play service base 16 0 1 aar e61bb1920da7a4a8820cc6b87660c38e re value value xml 47 1 65 21 aapt error duplicate value for resource a... |
materialcomponentsmaterialcomponentsandroid | slider material theme need to be explicitly define to render slider in preview mode | Bug | description without explicitly specify a theme the slider class fail to instantiate in the layout preview mode the activity inherit from apptheme apptheme inherit from theme materialcomponent light noactionbar it build and run fine on the device just that in the preview mode it never get render ... |
materialcomponentsmaterialcomponentsandroid | slider thumb flicker when reach start or end of slider | Bug | description not always but very often the thumb and its surround holo circle flicker when move the thumb to the start or the end of the slider see this gif sldier flickering expect behavior no flickering should occur source code xml android api ... |
materialcomponentsmaterialcomponentsandroid | exposeddropdownmenu change keyboard input type even if non editable | Bug | description I have a non editable exposeddropdownmenu country and a regular textinputlayout below it phone with inputtype phone when phone input layout be focus the keyboard be open and show big digit key I tap on the country dropdown and the keyboard remain open but suddenly... |
materialcomponentsmaterialcomponentsandroid | textinputlayout change endicondrawable ignore endicontintlist | Bug | description set the endicondrawable in an initial xml file or in code work as expect change it afterwards do not apply to endicontintlist to the drawable expect behavior always apply the the endicontintlist to the endicondrawable when it change source code kt handler postdelaye ... |
materialcomponentsmaterialcomponentsandroid | exposeddropdownmenu can t find style widget materialcomponent textinputlayout exposeddropdownmenu | Bug | description unable to use find widget materialcomponent textinputlayout exposeddropdownmenu in style xml despite the fact when I search through the file it exist inside the material library xml expect behavior I should be able to set my style parent to widget materialcomponent textinpu... |
materialcomponentsmaterialcomponentsandroid | textinputlayout placeholder text not center vertical | Bug | description full description of issue here screen shoot 2020 03 24 at 19 36 59 screen shoot 2020 03 24 at 19 37 20 placeholder text not center vertical but align to the top or how can I make it center vertical like editable text source code the code snippet which be cause this issue ... |
materialcomponentsmaterialcomponentsandroid | textinputlayout cursor not follow what user type when reach view end | Bug | description when I type long string into the textinputedittext the cursor will stop at the end of the view when I keep type it do not follow the last character the view be not move sideways this be happen only when I use android windowsoftinputmode statehidden adjustpan in the manifest strange... |
materialcomponentsmaterialcomponentsandroid | expose dropdown menu outline style display surface color background when set editable false | Bug | description full description of issue here colorsuface red colorsurface white screen shoot 2020 03 23 at 23 37 21 screen shoot 2020 03 23 at 23 38 48 I try to create an uneditable expose dropdown menu with widget materialcomponent textinputlayout outlinedbox exposeddropdownmenu ... |
materialcomponentsmaterialcomponentsandroid | textinputedittext vertically cut off | Bug | description textinputedittext be get vertically cut off screenshot 2020 03 23 at 13 31 55 expect behavior not get cut off just downgrade to 1 1 0 and it work screenshot 2020 03 23 at 13 23 01 source code android api version api 29 ... |
materialcomponentsmaterialcomponentsandroid | motion bug in container transform | Bug | description when use the container transform with a simple view lead to an unexpected layout behavior device 2020 03 20 115754 mp4 zip the button in the first fragment be position incorrectly when return expect behavior the button should be lay out correctly source code animati... |
materialcomponentsmaterialcomponentsandroid | chip chip don t work with external keyboard for accessible user | Bug | description I need to use choice chip in a chipgroup everything be work as I want except the external keyboard be not support when I try to navigate through the chip use keyboard tab or arrow key the focus get stick either on first or last chip of my chipgroup expect behaviour when a bluetooth ... |
materialcomponentsmaterialcomponentsandroid | colorsurface bug colorsurface value get a different value in practice | Bug | description full description of issue here just use this color for example ff3c454c take a screenshot and check the real color you get expect behavior screenshot and or description of expect behavior to see the exact value ff3c454c see link at the bottom for video source code ... |
materialcomponentsmaterialcomponentsandroid | extendedfloatingactionbutton glitchy hide animation for shrink efab | Bug | description if the extendedfloatingactionbutton be shrink by shrink and than you call hide on it the hide animation be glitchy expect behavior the shrinked efab souldn t move to the left at all ezgif com optimize android api version 29 material library version 1 1 ... |
materialcomponentsmaterialcomponentsandroid | appbarlayout not detect material theme enforcement in android 7 0 | Bug | description appbarlayout crash on init with illegalargumentexception the style on this component require your app theme to be theme appcompat or a descendant only on android 7 when the appbarlayout have a materialcomponent theme and the only child be a tablayout a workaround be to remove the ... |
materialcomponentsmaterialcomponentsandroid | shapetheming fix a typo | Bug | corner acrss corner across |
materialcomponentsmaterialcomponentsandroid | materialcontainertransform elevation disappear during transition | Bug | description elevation on materialcardview disappear during transition 1 I set android transitionname on a materialcardview in fragment a and b 2 in fragment a fragmentnavigator extra extras new fragmentnavigator extra builder addsharedelement view findviewbyid r i d card car... |
materialcomponentsmaterialcomponentsandroid | slider halo of the slider will be trigger when tap on its superview if superview be clickable | Bug | description put a slider in a container set the container clickable and the halo ripple of the slider will be trigger when tap on the rest area of the container expect behavior the halo of the slider shouldn t be trigger when tap on the rest area of the container source code x... |
materialcomponentsmaterialcomponentsandroid | toolbar navigation icon color red on android 5 1 1 | Bug | description I m use the style style widget materialcomponent toolbar surface I expect it to use my colorsurface and coloronsurface attribute from my theme for the background and the tinting of the hamburger navigation icon my colorsurface color be white my coloronsurface color be black i... |
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 ... |
materialcomponentsmaterialcomponentsandroid | toolbar dark theme actionbar background color be 121212 whereas toolbar s be 282828 in v1 1 0 | Bug | the background color of the actionbar be not the same as the toolbar s same go for the text color which be a bit different screenshot 1584379246 manif activity main xml style xml mainactivity kt package greenbit tool... |
materialcomponentsmaterialcomponentsandroid | dialogwhenlarge dialogwhenlarge bridge style miss | Bug | please add the follow 2 style theme materialcomponent dialogwhenlarge bridge theme materialcomponent light dialogwhenlarge bridge |
materialcomponentsmaterialcomponentsandroid | bottomsheetdialog bottomsheetdialog bridge style miss | Bug | please add the follow 2 style theme materialcomponent bottomsheetdialog bridge theme materialcomponent bottomsheetdialog light bridge |
materialcomponentsmaterialcomponentsandroid | actionbar toolbar actionbar background color be different than toolbar background color v1 1 0 | Bug | description in v1 0 0 when use the default actionbar not toolbar the color of the up button and title be white fff in v1 1 0 the color for the up button be a0a0a0 and for the title e0e0e0 for the toolbar however the color be white in both version this cause inconsistency bet... |
materialcomponentsmaterialcomponentsandroid | tablayout ripple be dark than set color | Bug | hi all my ripple be of color attr colorcontrolhighlight which I override to 11000000 however if I override it on tablayout via its ripple be still way dark than some component next to it on which I manually set a ripple foreground selector for completeness here be the ripple selector ... |
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 ... |
materialcomponentsmaterialcomponentsandroid | floatingactionbutton fab icon be always black | Bug | hello for some reason when I set an icon use android src on a fab it will force the icon to be black rather than whatever colour the vector icon actually be the issue pop up once I upgrade from 1 0 0 to 1 1 0 and can be see directly from the xml layout preview use android tint do not resolve th... |
materialcomponentsmaterialcomponentsandroid | citrix xenmobile app package contain invalid file name or folder name | Bug | description we have a customer who want to use cloud mdx toolkit when he try to wrap the apk in it follow issue occur app package contain invalid file name or folder name this be an error when an app contain a blacklisted set of character this be a mdx service only security restriction the black lis... |
materialcomponentsmaterialcomponentsandroid | textinputlayout I don t change underline color for textinput with editext inside it help I | Bug | description I don t change underline color for textinput with editext inside it help I 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 androi... |
materialcomponentsmaterialcomponentsandroid | com google android material textfield textinputlayout outline overlap hint | Bug | issue hint be cross by the outline of the outlinedbox textinoutlayout no matter the length of the hint expect behavior hint be display without overlap with the box library com google android material material 1 2 0 alpha05 device android 7 1 pax arie 8 orientation always... |
materialcomponentsmaterialcomponentsandroid | setonnavigationitemselectedlistener of bottomnavigationview be not trigger | Bug | description onnavigationitemselectedlistener listener be not call when I select any tab in bottomnavigationview private void setupbottomnavigation navcontroller navcontroller bottomnavigationview bottomnavigationview findviewbyid r i d bottom navigation bottomnaviga... |
materialcomponentsmaterialcomponentsandroid | tablayout tab customview bug after update to material 1 1 0 | Bug | tablayout tab with customview width seem force to a specific pixel instead of wrap my content on api 16 leave be api 16 right be api 21 my code val newtab tablayoutid newtab val tv textview this tv text content12345 newtab customview tv tablayoutid addtab newtab ... |
materialcomponentsmaterialcomponentsandroid | picker can t access to android picker page status 404 | Bug | description 404 page not find on expect behavior website with the doc alternative |
materialcomponentsmaterialcomponentsandroid | textinputlayout unable to set a content description to error message | Bug | description unable to set a content description into the error message without have the content description it be difficult to announce certain error message correctly expect behavior there should be a way to set a content description into the error message android api version android api... |
materialcomponentsmaterialcomponentsandroid | expose dropdown menu if dropdown be disabled the arrow still spin on click | Bug | description when implement the menu on android as per if you set isenable false you can click the field and nothing happen but if you click the downward arrow it flip to be upward expect behavior arrow should be disable as well android api version only try on android 10 material library vers... |
materialcomponentsmaterialcomponentsandroid | bottomsheet theme materialcomponent bottomsheetdialog use wrong bottomsheet style | Bug | description in source lib java com google android material bottomsheet re value theme xml theme use style widget design bottomsheet modal instead of style widget materialcomponent bottomsheet modal style themeoverlay materialcomponent bottomsheetdialog use style widget ... |
materialcomponentsmaterialcomponentsandroid | textinputlayout accessibility edit cursor doesn t appear when activate a textinputlayout | Bug | description edit cursor doesn t appear after activate a textinputlayout when talkback be on easy to test when there be more than two textinputlayout on the screen please follow these step to reproduce 1 turn on the talkback 2 select any view 3 select a textinputlayout 4 select some other... |
materialcomponentsmaterialcomponentsandroid | textinputlayout accessibility incorrect error message be announce after activate the textinputlayout | Bug | description incorrect error message be announce after activate the textinputlayout when there be more than one textinputlayout available in their error state this happen in a screen when there be more than one textinputlayout available and their error state be active while the talkback be on please follow th... |
materialcomponentsmaterialcomponentsandroid | textinputlayout accessibility focus be lose after activate the clear button | Bug | description the focus touch target be lose after activate the clear button when the talkback be on in a textinputlayout please follow the step below 1 enter some text to the text input field 2 enable talkback 3 select the clear button in the text input field 4 double tap to activate ... |
materialcomponentsmaterialcomponentsandroid | expose dropdown menu click sound twice when click | Bug | description when implement the menu on android as per if your device or emulator test and verify with both and you click on the field you hear two quick click as if the listener be call twice if you click the little drop down arrow instead of the text field you only hear a single sound expect... |
materialcomponentsmaterialcomponentsandroid | toolbar highlight color not update | Bug | description when you use a widget materialcomponent toolbar primary the coloronprimary be set to colorcontrolnormal in a themeoverlay however the colorcontrolhighlight be not set this mean that if your primary color be very dark you get a dark touch feedback on the dark primary color ... |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview weird background use material 1 1 0 and navigation component | Bug | I be use some bottomnavigationviews with transparent background in my app and it be work really well but I have to add budget to my bnv so I add com google android material material 1 1 0 stable version now my bnv have some weird shadow background behind and it look really bad and it s happen everywhere ... |
materialcomponentsmaterialcomponentsandroid | snackbar set layoutparam for snackbarlayout doesn t work | Bug | description there be no effect when try to set layoutparam for the snackbarlayout I e add some margin I try to add margin to the snackbar because I want it not to stick to the bottom edge of the screen instead I want it to float just like show in the material design guideline this bug do not ... |
materialcomponentsmaterialcomponentsandroid | materialalertdialog style action button invalid positioning | Bug | description when use a custom styling for the dialog action it seem the button positioning ignore the button background and do all the calculation accord to the text expect behavior properly position action with a background source code materialalertdialogbuilder this ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.