repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
materialcomponentsmaterialcomponentsandroid | tablayout broken tab indicator animation | Bug | this commit break the tab indicator animation would be good to fix it before 00220d0ad636355b7c9c54c6a1aad64550db5897 correct tab indicator behavior after 00220d0ad636355b7c9c54c6a1aad64550db5897 incorrect tab indicator behavior material library version 1 8 0 alpha02 |
materialcomponentsmaterialcomponentsandroid | materialdatepicker input mode text the text 11 11 41 return the year 1941 but 11 11 42 return the year 2042 | Bug | description full description of issue here I be reproduce this in the catalog app on master df9fdaf77 or tag 1 8 0 alpha02 if 3042 be resolve it could close this issue if user be force to enter in mm dd yyyy enter in 11 11 41 render the date at nov 11 2041 enter in 11 11 42 ... |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview onnavigationitemselecte be not call on restore state | Bug | description on restore activity state the selection state get restore but the onnavigationitemselected callback doesn t get call expect behavior the onnavigationitemselected callback should also be call source code kotlin class mainactivity appcompatactivity ... |
materialcomponentsmaterialcomponentsandroid | outline materialautocompletetextview in textinputlayout show its hint incorrectly | Bug | description when you have a materialautocompletetextview in a textinputlayout with the style widget materialcomponent textinputlayout outlinedbox dense exposeddropdownmenu the hint be overlap by the outline example expect behavior the outline to not be present under the label j... |
materialcomponentsmaterialcomponentsandroid | material date picker when use input mode text the date show as m d yy but should show up as mm dd yyyy | Bug | description hey all thank for read my issue 3 image I m in the us so my local be set to we it s very odd for user to have to enter in their date in this format traditionally it s mm dd yyyy 1180 point 2 be a dupe of 774 and both dsn5 ft and drchen close these as complet... |
materialcomponentsmaterialcomponentsandroid | release note 1 7 0 have a hyperlink issue | Bug | release note 1 7 0 have an issue in bottomappbar have be redesign check out the update documentation it lead to checkbox documentation |
materialcomponentsmaterialcomponentsandroid | release note wrong bottomappbar link in 1 7 0 release note | Bug | description bottomappbar have be redesign check out the update documentation link in 1 7 0 release note lead to checkbox component documentation expect behavior I m guess it should link to or |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview navigationbarcolor should match bottomnavigationview s container color | Bug | be your feature request relate to a problem please describe I recently replace my pixal 6a android 13 which be why there s some space and a handle below the bottomnavigationview especially in dark theme these both color don t match the display be round around the corner describe the solution you d like ... |
materialcomponentsmaterialcomponentsandroid | switchmaterial crash resource notfoundexception in nexus 5x with android 8 1 0 | Bug | description I have be report several issue in crashlytic after integrate an app with material 1 6 1 cause by android content re resource notfoundexception file re drawable abc switch thumb material xml from drawable resource i d 0x7f080047 at android content re resourcesimpl loaddrawableforcoo... |
materialcomponentsmaterialcomponentsandroid | bottomappbar the overflow menu icon button be on the right of the icon button | Bug | description the overflow menu icon button three dot be on the left of the icon button editor5 screenshot 20221017 160016 the overflow menu icon button be on the right of the icon button expect behavior the overflow menu icon button be on the left of the icon bu... |
materialcomponentsmaterialcomponentsandroid | extend float action button elevation not respect in extendedfloatingactionbutton | Bug | description when use the extendedfloatingactionbutton view app elevation be not respect like it be on the regular floatingactionbutton expect behavior this be what elevation 0 look like on a regular floatingactionbutton with a transparent background image vs elevation 4dp notice the ... |
materialcomponentsmaterialcomponentsandroid | button can not get background color int use kotlin btn background as colordrawable cast fail | Bug | description when try to get the background color int of a button via cast the background property as colordrawable to finally get the color property the cast into colordrawable fail it try to convert a rippledrawable into colordrawable expect behavior to work as in java source code ... |
materialcomponentsmaterialcomponentsandroid | navigationview strange rectangle appear | Bug | description when the device be landscape and fullscreen a strange rectangle appear on the right edge of the navigation view in the bottom sheet catalog bottom app bar screenshot 20221012 104905 editor4 screenshot 20221011 122533 expect behavior the strange rectangle do not appea... |
materialcomponentsmaterialcomponentsandroid | materialalertdialog materialalertdialogtitletextstyle s textsize have an arbitrary upper limit | Bug | description when styling materialalertdialog via theme the title s materialalertdialogtitletextstyle textsize attribute will ignore any value over some arbitrary limit 20sp this work just fine for the dialog s body materialalertdialogbodytextstyle I ve test this both use mater... |
materialcomponentsmaterialcomponentsandroid | get always 24 hour format after select time | Bug | description I implement materialtimepicker and strange issue observe I have configure time picker with 12 h time format and keyboard as input mode I choose 4 hour and 30 min with am but after click ok iam get 16 as time picker hour I expect 4 expect behavior after select 4hour 30 min with... |
materialcomponentsmaterialcomponentsandroid | material3 style textinputlayout outline shape app endiconmode cause issue with app boxbackgroundmode outline | Bug | description hi guy I need help regard material3 styling I m basically design an outlined textinputlayout password field I m face a problem and that be when I apply endiconmode password toggle then it show white color over outlined field right side do anyone face such an issue thank in advance ... |
materialcomponentsmaterialcomponentsandroid | tablayout instantiation error in androidstudio | Bug | description when I use the library com google android material material 1 8 0 alhpa01 and add a tablayout to any layout in androidstudio I get the following notice java lang illegalargumentexception motion ease theme attribute must be an interpolator resource for attr motionease interpolato... |
materialcomponentsmaterialcomponentsandroid | slider layout break when use slider on dialog | Bug | description dialog custom layout break when use slider inside give the layout as describe in the next section the dialog custom layout be set by use alertdialog builder context setview viewresid build when use space in place of slider screenshot 20221005 100841 when rep... |
materialcomponentsmaterialcomponentsandroid | toast toast text not visible on android 13 with dark theme | Bug | description on android 13 the toast text and background be both white if dark theme be be use which prevent the text to be read an issuetracker at have be create for the issue with detail maybe someone from here google who know theme would be able to more easily find the real cause thank... |
materialcomponentsmaterialcomponentsandroid | materialbutton paddingtop and paddingbottom be increase | Bug | description after render on the screen material button height be 48dp instead of 40dp because paddingtop and paddingbottom be 10dp no custom overload for those attribute expect behavior source code dimen m3 btn padding bottom android api version android 12 ... |
materialcomponentsmaterialcomponentsandroid | motion question use materialfade as a dialog transition | Help Wanted | I want to use materialfade to transition into my dialog as be show in the motion documentation fade however there be no information in how to use materialfade to transition into dialog only with transitioning view my idea be that I could use the fragment apis to transition like this ... |
materialcomponentsmaterialcomponentsandroid | illegal char when execute mergedevdebugresource | Bug | description full description of issue here the issue be not occur on version 1 4 0 but it begin happen on 1 5 0 even in 1 5 0 alpha01 build fail with error illegal char at index 61 com package redact app mergedevdebugresource 56 value value xml I confirm this do not hap... |
materialcomponentsmaterialcomponentsandroid | checkbox indeterminate state | Bug | description indeterminate state not show with material2 theme with material3 work fine with material2 theme telegram cloud photo size 2 5292126512084008818 y with material3 theme telegram cloud photo size 2 5292126512084008819 y I fix this manually set buttondrawable and buttonicondr... |
materialcomponentsmaterialcomponentsandroid | snackbar the button in the snackbar become not clickable after change z index | Bug | I try to make snackbar appear behind the drawerlayout and I do that successfully but the install button become not clickable be this a bug or have I miss something getroot will return drawerlayout snackbar snackbar snackbar make activitymainbinding getroot r string youtube not... |
materialcomponentsmaterialcomponentsandroid | navigation bar bottomnavigationview cast a shadow | Bug | description do we have to use the bottomnavigationview with the linearlayout issuecomment 1249034716 the bottomnavigationview with the linearlayout cast no shadow screenshot 20220922 130226 the bottomnavigationview without the linearlayout cast a pale shad... |
materialcomponentsmaterialcomponentsandroid | materialtimepicker materialdatepicker background color be not the same | Bug | description onsurfacecolor background be not equal for date and timepicker as you can see on the picture the background value be different on date and timepicker to each other it should be the same color second bug be the left and right margin as you can see its small on datepicker as on timepi... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker can t change color of current year in year picker grid | Bug | can t change color of current year in year picker grid when no day in calendar be select yet how can I set my own color instead of attr textcolorsecondary if you select any day then the text color of the year change to white and it doesn t help I have try many style and attribute ... |
materialcomponentsmaterialcomponentsandroid | bottomappbar rtl layout doesn t match m3 guideline | Bug | description although I don t quite understand why the bottomappbar shouldn t switch to rtl layout normally m3 design guideline say it shouldn t section responsive layout alignement align the layout of element to the edge of the container this mean the primary action such as the fab... |
materialcomponentsmaterialcomponentsandroid | bottom sheet elevation be inconsistent | Bug | description 0 element design attribute role token or value 1 container elevation level 1 md sys elevation level1 element attribute relate method s default value elevation android elevation n a 3dp but ... |
materialcomponentsmaterialcomponentsandroid | material theme the style on this component require your app theme to be theme appcompat or a descendant | Bug | description when use the theme material and material in conjunction with the new google splash screen api and use it in xml layout the component material break the layout preview an error occur in the logs everything work in runtime android studio swear only at the component material layout with stan... |
materialcomponentsmaterialcomponentsandroid | drawerlayout I find unintentional error inside navigationview setsubheaderinsetend function it be point to incorrect function | Bug | accord to this issue I try app subheaderinsetend 28dp inside xml also I try navigation setsubheaderinsetend 84 programmatically but all of these not solve the problem I find unintentional error inside navigationview setsubheaderinsetend function it be point to incorrect function ... |
materialcomponentsmaterialcomponentsandroid | the subheader look not the same when switch between ltr and rtl why drawerlayout | Bug | there be padding beginning of the subheader in the ltr english language 2 but there be no padding beginning of the subheader in the rtl arabic language 1 how can I solve this problem |
materialcomponentsmaterialcomponentsandroid | catalog bottom app bar corner of bottom sheet be not round | Bug | description the corner of the bottom sheet be not round discussion r868815029 screenshot 20220913 115523 l45 l58 expect behavior the corner of the bottom sheet be round screenshot 20220913 130200 or screenshot 20220913 130622 l45 l58 ... |
materialcomponentsmaterialcomponentsandroid | tablayout resourcesnotfoundexception re layout design layout tab icon xml when set viewpager adapter | Bug | description we exprience a crashe in production relate to tablayout when set viewpager adapter from motorola run android 11 I wonder if you re aware of the issue and if there s any fix fatal exception android content re resource notfoundexception file re layout design layout tab icon xml from... |
materialcomponentsmaterialcomponentsandroid | snackbar could not change snackbar width when migrate material design from 1 3 0 to 1 5 0 | Bug | description not sure if this be an issue but this be work on material 1 3 0 after upgrade to 1 5 and above if we want to update the width of the snackbar programatically win t work expect behavior I expect the snackbar to take the match parent of the view source code the followign cod... |
materialcomponentsmaterialcomponentsandroid | buttontogglegroup disable togglegroup doesn t disable child button | Bug | description hi I think this be not a bug but a logical improvement when I use setenable false to disable a materialbuttontogglegroup nothing happen expect behavior for I the logical behavior would be to have all child button disable at once for now I have to call setenable false o... |
materialcomponentsmaterialcomponentsandroid | materialbutton paddingstart doesn t work | Bug | description paddingstart doesn t affect text padding but padding and paddingleft do expect behavior source code android api version android api version here material library version 1 8 0 alpha01 device no matter it even doesn t show... |
materialcomponentsmaterialcomponentsandroid | chipgroup chip with the type of choice can t be mark check programmatically | Bug | description I try to retrieve datum from the last state I want to mark a chip type choice where app singleselection true in the chipgroup expect behavior the color should be change the chip be mark source code the code snippet which be cause this issue I try to use... |
materialcomponentsmaterialcomponentsandroid | rotate any view 180 degree cause shadow to disappear completely | Bug | hello I know I be fight against a massive corporation but I have try my good to get at least someone that work with skia materialcomponent to fix this annoying issue which have destroy my codebase I be work on a paint app and in this app the user have the option to rotate the canvas this feature c... |
materialcomponentsmaterialcomponentsandroid | how to resolve the exittransition conflict in the same fragment | Help Wanted | I have a fragmenta in which there be a nested fragmentb in viewpager2 and a search button I want to jump from fragmentb to fragmentc I set exittransition and reentertransition in fragmenta and fragmentc respectively it work very well but I still need to jump from fragmenta to fragmentd when I click the sear... |
materialcomponentsmaterialcomponentsandroid | bottomappbar bottomappbar cast a shadow | Bug | description bottomappbar elevation no shadow m3 bottom app bar have new color a tall container no elevation or shadow and contain the fab unnamed9 but the bottomappbar cast a shadow 180359724 25751a28 3757 45b5 8b06 88ac6bb92b48 the materialtoolbar cast no d... |
materialcomponentsmaterialcomponentsandroid | slider thumb halo be active for no reason label slider api 19 | Bug | sliderlabelbehaviordemofragmenton api 19 sliderlabelbehaviordemofragmenton api 29 material library version 1 7 0 rc01 |
materialcomponentsmaterialcomponentsandroid | slider label break if it s too close to the edge of the screen | Bug | material library version 1 7 0 beta01 device pixel 4 api 31 |
materialcomponentsmaterialcomponentsandroid | linearprogressindicator add track radius cause incorrect progress in the start of the indicator | Bug | description say I set a linearprogressindicator to have the follow trait progressindicator progress positioninms 100 deci second progressindicator max durationinm 100 this result in a very fine position for the progress indicator when there be no track radius set ... |
materialcomponentsmaterialcomponentsandroid | problem to display error on disabled textinputedittext | Bug | description hi I ve get a problem to display an error on my textinputedittext the problem be the next one when my textinputedittext be enable by default the error be well display with the message but if I disable my textinputedittext the error be not properly display just the error... |
materialcomponentsmaterialcomponentsandroid | materialalertdialog style cut corner with backgroundcolor in title break corner | Bug | when style a materialalertdialog theme for cut corner be work but if I style the title and add a background color to the title the cut corner around the title disappear work code without the problem screenshot of work alert dialog cut corner workingcutcorner now uncommente the ... |
materialcomponentsmaterialcomponentsandroid | catalog navigation bar overlap ui component in landscape mode | Bug | description in the material design m3 catalog example if a user have set either 2 button or 3 button navigation mode and switch from portrait to landscape mode the navigation bar overlap some ui component on the right leave side of the screen e g back button menu button setting button ... |
materialcomponentsmaterialcomponentsandroid | bottomsheetdialog incorrect background color when override the bottom sheet dialog theme with an overlay | Bug | description bottom sheet doesn t use the elevated surface background colour when apply a theme overlay to the bottom sheet dialog theme if I comment out the bottomsheetdialogtheme attribute I can reproduce the expect behaviour screenshot 20220820 182648 expect behavior screenshot... |
materialcomponentsmaterialcomponentsandroid | can not change the default font in material 3 | Bug | in material 2 the default font can be change by override the defaultfontfamily property material 2 compose val typography2 typography defaultfontfamily myfont but after upgrade to material 3 it be not possible because there be no defaultfontfamily property be there ce... |
materialcomponentsmaterialcomponentsandroid | materialbutton double ripple effect when update appcompat from 1 4 2 to 1 5 0 | Bug | description when update appcompat from 1 4 2 to 1 5 0 the ripple effect of my materialbutton be trigger twice once at the location of the click and a second time a few frame later at the center of the button it work without any issue before update appcompat I have link a video that show the double rippl... |
materialcomponentsmaterialcomponentsandroid | tablayout extra padding in custom tab | Bug | how to reproduce set custom tab xml as a view for tab custom tab xml result expect behavior no padding between the icon and the text actual behavior extra padding between the icon and the text material library version 1 7 0 beta01 |
materialcomponentsmaterialcomponentsandroid | checkbox uncheck animation miss animation duration unbalanced | Bug | description hi thank for the new beta release I be very happy to try out the new checkbox animation but sadly I have to say that I don t really like they personally I think the old animation be much more intuitive and smoother the new one be somehow miss the smoothness and playfulness of material yo... |
materialcomponentsmaterialcomponentsandroid | textinputlayout and textinputedittext onclick not work | Bug | description we need a read only input via textinputlayout and textinputedittext since it have a decent transition of hint label however onclick be not work on both layout expect behavior read only textinputlayout and textinputedittext but can accept click tap event source code ... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker crash due to call show with tag | Bug | description sometimes when the dialog be a bit slow to show and accidentally you call dialog show fragmentmanager tag twice it crash with the follow log fatal exception main process com sample app pid 23149 java lang illegalstateexception can t change tag of fragment ma... |
materialcomponentsmaterialcomponentsandroid | collapsingtoolbarlayout elevation bug when use swiperefreshlayout and titlecollapsemode scale | Bug | description look on toolbar in attach video expect behavior source code base on code from catalog demo app cat topappbar collapse medium fragment xml be add app titlecollapsemode scale attribute to collapsingtoolbarlayout and swiperefreshlayout xml m... |
materialcomponentsmaterialcomponentsandroid | navigationbar button color on light navigation bar refuse to have dark tint | Bug | description full description of issue here the navigation bar for api 31 on pixel 5 doesn t pick up the contrast rule set in style xml expect behavior screenshot and or description of expect behavior the expect behavior should be white background and dark button source code android... |
materialcomponentsmaterialcomponentsandroid | topappbar compress effect not fully 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 | slider touch event never end if cut off by a system gesture | Bug | description if one slide a slider while also make the back gesture in the gesture navigation mode the original slider touch event will never end the listener win t fire and the slider will continue to display as if it be be touch the only way to stop this be to touch the slider again expec... |
materialcomponentsmaterialcomponentsandroid | bug not compile library | Bug | screenshot 20220802 171001 sketchware pro screenshot 20220802 170959 sketchware pro screenshot 20220802 170955 sketchware pro not find macro |
materialcomponentsmaterialcomponentsandroid | bottomappbar embed fab be not vertically align with icon button | Bug | material library version 1 7 0 alpha03 |
materialcomponentsmaterialcomponentsandroid | bottomsheetbehavior shouldskiphalfexpandedstatewhendragging be ignore by some nest scroll event | Bug | description my bottom sheet be fittocontent false thus they have a half expand state I try to disable on my end the exist flag that I use work well for all touch event except for nest scrolling there the half expand state will still occur even when I try to disable it expect behavior... |
materialcomponentsmaterialcomponentsandroid | navigation drawer why the text inside the navigation drawer be not the same | Bug | can I know why the text inside the navigation drawer be not the same uu notice some item have bold text and some item have regular text why be that happen I m use material design 3 |
materialcomponentsmaterialcomponentsandroid | slider the label be scroll when it s in the scroll view and label visible | Bug | description this issue come when the slider be place inside scrollview and labelbehavior be set as label visible when the user scroll down the label be scroll too whatsapp video 2022 07 27 at 1 07 47 pm expect behavior the expect behavior be the label be not scroll and be still in... |
materialcomponentsmaterialcomponentsandroid | unable to save setting fail to save setting please restart android studio | Bug | I do get this on 2 version of android studio but in no other project error unable to save setting fail to save setting please restart android studio reproduction I have check if indeed it be android studio by open many other app and never see this in they to produce I just have to open th... |
materialcomponentsmaterialcomponentsandroid | materialdaterangepicker how to achieve appcompat theme for view when use the material theme | Bug | I have use material theme for to achieve date range picker in my application all button textbox be get render with different style colour how to achieve the old style for all view when use the material theme use theme appcompat noactionbar for my appliction |
materialcomponentsmaterialcomponentsandroid | materialdatepicker how to achieve month pagination in date range calendar | Bug | month pagination be not enable for daterangecalendar by default how to achieve month pagination in date range calendar to navigate next and previous month instead of scroll for previous next month use theme materialcomponent daynight darkactionbar for application code snippet va... |
materialcomponentsmaterialcomponentsandroid | materialdaterangepicker focus color be not align for number when set theme to dynamically | Bug | number be not align properly when set theme to dynamically use style theme appcompat noactionbar in application in androidmanif file and apply material theme for daterangecalendar use settheme api dynamically android name com testapp android testapplication android theme style theme appc... |
materialcomponentsmaterialcomponentsandroid | materialdaterangepicker number be not align properly when set theme to dynamically | Bug | number be not align properly when set theme to dynamically code snippet materialdatepicker builder materialdatebuilder materialdatepicker builder daterangepicker materialdatebuilder settitletext select date int caltheme konymain getappcontext getresource getidentifi dat... |
materialcomponentsmaterialcomponentsandroid | topappbar topappbar be flicker when change tab and use app liftonscrolltargetviewid | Bug | description I ve create an app with different tab whereas each tab contain a separate fragment with separate i d s each fragment contain a recyclerview the main activity setup consist of appbarlayout materialtoolbar and tablayout follow by a viewpager2 in order to control the color effect... |
materialcomponentsmaterialcomponentsandroid | bottomappbar child be not lay out correctly | Bug | description the child of bottomappbar be not lay out correctly when app menualignmentmode be start the child of bottomappbar be lay out correctly when app menualignmentmode be auto screenshot 20220722 125942 expect behavior the child of bottomappbar be lay out correctly when app menualignme... |
materialcomponentsmaterialcomponentsandroid | badge crash after process death when horizontaloffset be set but verticaloffset be not | Bug | description badgestate java perform a wrong null check which can cause crash when open an app after a process death currently storedstate horizontaloffsetwithouttext be check but storedstate verticaloffsetwithouttext be access this result in a crash if horizontaloffsetwithouttext be set but verticaloffsetw... |
materialcomponentsmaterialcomponentsandroid | slider null pointer exception on visibility change | Bug | description null pointer exception on visibility change after this commit java lang nullpointerexception at com google android material slider baseslider onvisibilitychange baseslider java 1587 at android view view dispatchvisibilitychanged view java 7371 at android v... |
materialcomponentsmaterialcomponentsandroid | tooltip tooltipcompat settooltiptext be use platform tooltip on api 26 | Bug | description when call tooltipcompat settooltiptext method I expect to always get a compatible tooltip use tooltipcompathandler class no matter which version of android I m run on this be because only the compat version allow to change the tooltip look through tooltipstyle tooltipforegrou... |
materialcomponentsmaterialcomponentsandroid | textfield edittext ontouchlistener should be onclicklistener | Bug | description dropdownmenuendicondelegate set a touch listener on the autocomplete edittext in dropdownmenuendicondelegate java the return false result in this touch listener be trigger twice once for motionevent action up and once for the subsequent motionevent action down expect beh... |
materialcomponentsmaterialcomponentsandroid | while try to take branch and run the master branch get error look like some resource be miss | 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 | materialtimepicker be pm toggle be not display in portrait mode api 21 rtl | Bug | actual behavior expect behavior material library version 1 7 0 alpha03 condition pixel 4 api 21 portrait mode rtl on |
materialcomponentsmaterialcomponentsandroid | materialtimepicker clock face be not display in landscape mode rtl | Bug | actual behavior expect behavior material library version 1 7 0 alpha03 condition pixel 4 api 31 landscape mode rtl on |
materialcomponentsmaterialcomponentsandroid | materialtimepicker vertical alignment of digit in display mode and edit mode be different | Bug | android api version api 31 api 33 material library version 1 7 0 alpha03 |
materialcomponentsmaterialcomponentsandroid | materialtoolbar dynamic color not apply | Bug | description if a custom color be apply the dynamic color be not apply to the materialtoolbar but be apply to all other component expect behavior background color of materialtoolbar should be brown choose system color like other component minimal sample app repro materialtool... |
materialcomponentsmaterialcomponentsandroid | switch materialswitch be not apply to switchpreferencecompat | Bug | description I leverage switchpreferencecompat in the preference screen of my app even though mdc have release the new switch component in an unstable version the new switch will not appear on the preference screen this can be trace back to the preference implementation inflate a switch but ma... |
materialcomponentsmaterialcomponentsandroid | button ripple and icon color do not match m3 spec | Bug | description accord to the material design 3 spec unselecte normal widget material3 button iconbutton and outline widget material3 button iconbutton outline icon button should have a ripple and icon tint base on coloronsurfacevariant instead since they be base on widget material3 button t... |
materialcomponentsmaterialcomponentsandroid | material3 transition animation problem | 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 | topappbar color effect when scroll be lose in case list item of recyclerview be update | Bug | description in my app I m use appbarlayout materialtoolbar and tablayout similar to the material component catalog example topappbarcompresseffectfragment java and cat topappbar compress effect fragment xml my app have also implement the same effect to automatically change the color of... |
materialcomponentsmaterialcomponentsandroid | splash screen with dynamiccolor issue | Bug | main theme theme material3 daynight noactionbar splash theme theme splashscreen dynamic color not set on post theme while use dynamiccolor applytoactivitiesifavailable this in application class testing emulator resizable emulator api version 33 |
materialcomponentsmaterialcomponentsandroid | release note for 1 7 0 alpha03 | Bug | I note that 1 7 0 alpha03 be available for use in android studio but I can t see anything about this release in the release note |
materialcomponentsmaterialcomponentsandroid | bottomsheet indexoutofboundexception on setstateinternal | Bug | description we re experience some crash in production relate to bottomsheetbehavior among user run android 12 on samsung phone I update the material library from 1 0 0 to 1 2 1 but still experience the same in the late release I wonder if you re aware of the issue and if there s any fix fatal ex... |
materialcomponentsmaterialcomponentsandroid | materialdivideritemdecoration divider with lastitemdecorate false be draw only when it s completely visible | Bug | in divideritemdecorationdemofragment java set up divider as follow materialdivideritemdecoration divid new materialdivideritemdecoration getcontext linearlayoutmanag vertical divider setdividerthickness 200 divider setlastitemdecorate false material library version 1... |
materialcomponentsmaterialcomponentsandroid | component name update to com google android material material 1 6 1 give build error | Bug | description upgrade android material to the late stable version give error on build execution fail for task app mergeqadebugresource a failure occur while execute com android build gradle internal re resourcecompilerrunnable resource compilation fail fail to compile value resource file user... |
materialcomponentsmaterialcomponentsandroid | appbarlayout background color when set dynamiccolor | Bug | description the background color of the appbarlayout be different from the background color of the parent coordinatorlayout when set dynamiccolor applytoactivityifavailable this on the activity if dynamiccolor be not set then they have the same background color expect behavior set dynamiccol... |
materialcomponentsmaterialcomponentsandroid | textinputlayout hint text overlap outline | Bug | description outlinedbox cross hint on android 4 screenshot expect behavior hint be display without overlap with the box source code just simple app with theme material3 light theme minimal sample app repro create new emulator nexus 4 x86 image api 16 witho... |
materialcomponentsmaterialcomponentsandroid | outlinedbutton coloronsurface do not apply to the text color | Bug | the documentation clearly state that coloronsurface be responsible for the color of the text in the theme the attribute be declare and have a white color but the color of the text be completely different most likely it become so from the colorprimary attribute |
materialcomponentsmaterialcomponentsandroid | textinputedittext the highlight color be different from the cursor color | Bug | I use all the styling attribute in the theme except for additional attribute the theme be night and day theme material3 light noactionbar and dark respectively why can t the selection color be change even colorcontrolactivate and colorprimary inside the textinputedittext style do not save the first ... |
materialcomponentsmaterialcomponentsandroid | divider setlastitemdecorate have no effect when use with horizontal orientation | Bug | description drawforverticalorientation l320 l322 drawforhorizontalorientation l354 l355 expect behavior setlastitemdecorate false hide a divider after the last item source code kotlin val layoutmanager linearlayoutmanag context linearlayoutmanag horizontal f... |
materialcomponentsmaterialcomponentsandroid | textinputlayout filledbox float hint cut off at start of suffix | Bug | description setup be a textinputlayout with prefix suffix and hint text set the contain textinputedittext have a text set style be filledbox the float label hint be ellipsize at the end of the of the edittext instead of the end of the suffix text grafik not really sure if this be a bug or ... |
materialcomponentsmaterialcomponentsandroid | materialtoolbar change scrim of statusbar when scroll | Bug | description in my app I m use appbarlayout include materialtoolbar and tablayout see code below the app look as follow when I m scroll up and down the list I d like to dynamically change the color of the statusbar example collapsingtoolbarlayout provide a feature call app ... |
materialcomponentsmaterialcomponentsandroid | tablayout setselectedtabindicatorcolor change other component s color | Bug | description tablayout setselectedtabindicatorcolor int and its xml attribute app tabindicatorcolor change tint color of other component which use the same drawable as the tab indicator I think this be because drawable mutate be not call for tab indicator drawable in tablayout expect be... |
materialcomponentsmaterialcomponentsandroid | material theme builder web color not find in package | Bug | description a I ve create a material m3 theme by use the theme builder on the web b I ve click on the custom button change some color and export the datum by click on android view xml that produce some xml file color theme c the theme xml file contain the follow two color ... |
materialcomponentsmaterialcomponentsandroid | materialtimepicker not possible to switch from pm to am in keyboard input mode | Bug | description when set up materialtimepicker with 12 hour time format and an initial pm time as well as keyboard input mode it be not possible to switch time from pm to am the change will simply be ignore when check the dialog s hour property it will stay on the pm value alter the hour part of the time i... |
materialcomponentsmaterialcomponentsandroid | materialswitch can not set track width to be small than 2x of thumb width | Bug | description can not change app track width to be small than 2x of android thumb width expect behavior I should be able to change the width of app track freely in android the track width be hardcode by library to be can not small than 2x of thumb width expect actual ... |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview french role description string translation be mislead | Bug | description when talkback be activate and the device be set to french the content description of a bottomnavigationview item be tabulation which be not right it should be onglet tabulation mean indentation in french expect behavior screenshot 20220627 082039 source... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.