repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
materialcomponentsmaterialcomponentsandroid
tablayout error inflate class com google android material tab tablayout
Bug
description get this error expect behavior view be inflate source code the code snippet which be cause this issue please consider attach a minimal sample app that reproduce the issue xml android api version 29 material library version 1 2 0 device...
materialcomponentsmaterialcomponentsandroid
chipgroup issingleselection do not take into account chip s set to check programmatically
Bug
description for chipgroup of type choice when set a chip to check programmatically use setchecke true be not take into account when apply the restriction for the flag singleselection 1 do chipgroup setsingleselection true 2 do chip1 setchecke true 3 click on chip2 4 ch...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialog android colorbackground stop work with version 1 2 0
Bug
description start with version 1 2 0 the android colorbackground attribute be ignore and the bottom sheet dialog always have a white background set expect behavior android colorbackground should set the background color of the sheet as with version 1 1 0 source code xml ...
materialcomponentsmaterialcomponentsandroid
materialcontainertransform manually specify sharedelementreturntransition cause flicker
Bug
I have a fragment from which I be launch an activity with a materialcontainertransform transition when navigate to this activity the transition work as expect upon return to the fragment and have the transition play out in reverse I run into the same bug as describe below where the background during the r...
materialcomponentsmaterialcomponentsandroid
textinputlayout android talkback incorrect announcement on textinputlayout
Bug
description talkback announce password twice if we set android hint inside textinputlayout to password expect behavior screenshot and or description of expect behavior while navigate to textinputlayout talkback announce password password edit box desire announcement pas...
materialcomponentsmaterialcomponentsandroid
navigatonview bottom scrim be always display when set android theme
Bug
description navigationview have logic to determine whether to display the insetforeground scrim in the bottom system window inset this logic do not apply when android theme be set for the view as it be check that the view s context be an instance of activity and set a theme on the view replac...
materialcomponentsmaterialcomponentsandroid
textinputlayout bottom line no long respect error color
Bug
description as of version 1 2 0 the textinputlayout do not update the color of the bottom line under the text when set seterrortextcolor dynamically version 1 1 0 be do this properly also the color of the float hint text isn t get update when seterrortextcolor be call but instea...
materialcomponentsmaterialcomponentsandroid
textinputlayout endiconview and erroriconview have same i d
Bug
description I want to do some customization on the end and start icon button of text input layout I use id text input start icon and text input end icon for find those button everything be work well on the start icon but the end wasn t change at all after debug and read the source code for a while ...
materialcomponentsmaterialcomponentsandroid
materialcardview cardbackgroundcolor val can not be reassign
Bug
when I try to change cardbackgroundcolor programmatically cardview cardbackgroundcolor I get warn from android studio tell I that val can not be reassign be this some kind of bug android api version 30 material library version material 1 3 0 alpha02 device pixel 3a...
materialcomponentsmaterialcomponentsandroid
component name short description of issue
Bug
description full description of issue here expect behavior screenshot and or description of expect behavior source code the code snippet which be cause this issue please consider attach a minimal sample app that reproduce the issue android api version android api version here mater...
materialcomponentsmaterialcomponentsandroid
floatingactionbutton behavior change in 1 2 0 different behavior and strange animation when toggle isenable attribute
Bug
description after bump library version the floatingactionbutton change behavior when set isenable false in 1 2 0 it a lose background color b show strange octogonal shape image expect behavior behavior doesn t change after library update or at least it be clearly metione i...
materialcomponentsmaterialcomponentsandroid
bottomsheetbehavior crash during apply window inset
Bug
description we get the crash on app launch seem that it s incompatible version of bottomsheetbehaviort that be from material component and windowinsetscompat that be from androidx the crash start to be reproduce from the material component library 1 2 0 on any android 10 device on version 1 1 0...
materialcomponentsmaterialcomponentsandroid
warn lint find an issue registry which do not specify the lint api version it be compile with
Bug
description after upgrade from 1 1 0 to 1 2 0 I receive this lint warning task app lintdebug user westy92 gradle cache transform 2 file 2 1 374e2f90329bb1eac35cc77543028c25 jetified annotation experimental 1 0 0 jar lint jar warn lint find an issue registry androidx annotation exper...
materialcomponentsmaterialcomponentsandroid
material toolbar menu text cooler not change
Bug
problem the menu doesn t consist of any icon the text color expect to be white colour but it appear as black expect result I want the menu text colour in white resource theme xml 78909c 4b636e 7cb342 4b830d color white 50 color white 50 color red 600 color white 50 co...
materialcomponentsmaterialcomponentsandroid
materialcardview set shapeappearancemodel override default behavior
Bug
description I have material card view that have all four edge round what I want be to change this on click so I can expand other view below it by remove round of two bottom edge child view start overlap card view be there any way to solve this expect behavior ideally child view should still fi...
materialcomponentsmaterialcomponentsandroid
theme coloraccent not work anymore
Bug
description since com google android material material 1 2 0 the coloraccent attribute in the apptheme style do not work anymore with eab254 give a purple color on button in alertdialog s this be not the case for com google android material material 1 1 0 and hasn t be fix in 1 3 0 alpha02 ...
materialcomponentsmaterialcomponentsandroid
materialdatepicker ok button be not visible
Bug
this bug appear only on the specific device the ok button be not visible current behavior huawei p30 61597040133 expect behavior pixel 3 71597040166 source code val datepicker materialdatepicker builder datepicker setcalendarconstrain...
materialcomponentsmaterialcomponentsandroid
materialcontainertransform add a transition listener may bug the return transition screen transitioning away be the background instead of previous screen
Bug
description encounter an unusual issue have two fragment main and detail main will have a recycler view the materialcontainertransform be configure as follow main when tap on a recycler view row the row s root view have the share transition name detail the root view of thi...
materialcomponentsmaterialcomponentsandroid
expose dropdown menu scroll always to top instead of select item
Bug
description I ve implement an expose dropdown menu follow the material doc material io and this expose dropdown menu everything be work fine but every time I want to select another item that be at the end of the list I have to scroll down again and again that s not the normal behavior of the ...
materialcomponentsmaterialcomponentsandroid
appbarlayout set background colour
Bug
description it seem background colour in appbarlayout be not work as expect in night mode at least not accord to the documentation there be a slight tint add to the background colour this behaviour be not visible if only toolbar or collapsingtoolbarlayout be use since appbarlayout be a linear layout a...
materialcomponentsmaterialcomponentsandroid
materialcardview set isclickable to false clear active ripple
Bug
description when set isclickable to false while a ripple animation be run the ripple be immediately remove expect behavior the ripple animation should complete this would match button s behavior source code if you click the button you can see that the ripple animation comp...
materialcomponentsmaterialcomponentsandroid
android enabler8 fullmode true be not happy with 1 2 0
Bug
android studio 4 0 1 buildtoolsversion 29 0 3 change implementation com google android material material 1 2 0 beta01 to implementation com google android material material 1 2 0 then I get the well know dex error below make no sense my project be quite small where do al...
materialcomponentsmaterialcomponentsandroid
materialtextview typeface normal do not work
Bug
description textview settypeface textview gettypeface typeface normal do not work if textview previously have android textstyle set to bold in xml expect behavior textview should revert from bold style to normal style after a call to textview settypeface textview gettype...
materialcomponentsmaterialcomponentsandroid
bottomappbar fab be display incorrectly
Bug
description fab be display incorrectly after library update expect behavior screenshot be attach source code android api version from sdk21 to sdk29 material library version late 1 2 0 device test on mi 6x wayne mi a2 jasmine sprout samsung galaxy tab s ...
materialcomponentsmaterialcomponentsandroid
textinputedittext wrap when use materialsharedaxis transition
Bug
description I have a fragment with two textinputedittext and other field everything be work fine until I add materialsharedaxis transition the textinputedittext width be reduce and it do not change until I click the field expect behavior textinputedittext should return to their original size when ...
materialcomponentsmaterialcomponentsandroid
rangeslider slider invalid validation of step size
Bug
description the validation of slider value be incorrect and thus some valid value be not allow expect behavior I m try to set up a slider with the range 0 1 10 0 and a step of 0 1 should be valid but the slider throw an exception java lang illegalstateexception the stepsize 0 1...
materialcomponentsmaterialcomponentsandroid
materialalertdialogbuilder title textsize can not be great then 50sp
Bug
description I m implement custom theme for materialalertdialogbuilder as describe here theme dialog set font size of the title above 50sp reset it s back to default value title expect behavior textsize should allow value above 50sp source code sample...
materialcomponentsmaterialcomponentsandroid
slider padding doesn t work
Bug
the padding do not work which be why the thumb be not nicely draw in extreme position on a white background 1 2 3 android 10 1 3 0 alpha02 oneplus 7 android emulator
materialcomponentsmaterialcomponentsandroid
rangeslider theming of valuelabel apply only to unselected label
Bug
description after theme a label use the follow attribute in style xml I see only the currently unselected item of the range be style properly sliderbug expect behavior both value label be have the same style black with white text source code ...
materialcomponentsmaterialcomponentsandroid
bottomnavigationview long press multiple time on same bottom menu item crash on api 24
Bug
description long press multiple time on same bottom menu item crash and reboot the phone on api 24 check on android version 7 0 emulator with google play it also happen on moto c plus same 7 0 version expect behavior should show tooltip irrespective of how many time long press happen issu...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout scroll exituntilcollapse make recyclerview not scrollable to bottom after view recreation
Bug
description in 1st fragment I have a collapsingtoolbarlayout with pin toolbar for collapsingtoolbarlayout I have set layout scrollflag to be scroll exituntilcollapse since I want toolbar to stay pin when I scroll down so that collapsingtoolbarlayout get collapse then click on any item...
materialcomponentsmaterialcomponentsandroid
exposeddropdownmenu inputtype none remove padding below lollipop
Bug
description set inputtype none in an autocompletetextview inside an exposeddropdownmenu remove the whole padding of the input layout vertically and horizontally below android 5 0 expect behavior the padding of the input layout should be preserve as it happen when inputtype text ...
materialcomponentsmaterialcomponentsandroid
strange behavior of textinputlayout with endiconmode clear text
Bug
description I discover strange behavior of textinputlayout with endiconmode clear text on samsung s6 text be not remove but be hide I attach link to video source code android api version android 7 0 api 24 material library version 1 3 0 alpha01 devic...
materialcomponentsmaterialcomponentsandroid
textview crash when use custom style
Bug
description I be face a crash at textview after update my material android library to version 1 2 0 from 1 1 0 error code error inflate class textview cause by java lang illegalargumentexception font path null style fontstyle weight 400 slant 0 ttcindex 0 axis l...
materialcomponentsmaterialcomponentsandroid
bottomsheetdialogfragment since ver 1 2 0 different dismiss behavior
Bug
description since version 1 2 0 and above the dismiss gesture detection be work differently then in 1 1 0 where I could easily dismiss the dialog in version 1 1 0 I can not do it since version 1 2 0 first I think about the new attribute gestureinsetbottomignore but that seem to have nothing to do wit...
materialcomponentsmaterialcomponentsandroid
shapeableimageview doesn t have elevation overlay with night mode
Bug
description when use shapeableimageview with night mode set to mode night yes it should add an overlay as it s show in this video froom material io expect behavior view should add elevationoverlay source code demo sample android api version 29 material libra...
materialcomponentsmaterialcomponentsandroid
shapeableimageview cut shape doesn t have elevation
Bug
description when use shapeableimageview with shapeappearance cornerfamily set to cut it not have any shadow when use elevation expect behavior any shape corner family should have elevation source code demo sample android api version 29 material library versio...
materialcomponentsmaterialcomponentsandroid
material component fail automatic namespaced resource due to malformed public txt
Bug
description when enable namespace resource in agp 4 1 material component cause the build to fail fail to transform material 1 2 0 beta01 aar com google android material material 1 2 0 beta01 to match attribute artifacttype android symbol with package name org gradle category library ...
materialcomponentsmaterialcomponentsandroid
baseslider halo position be not update when value be change
Bug
when the slider be initialize e g valuefrom 0f valueto 100f stepsize valueto valuefrom 20 value listof newvalue and be update to valuefrom 0f valueto 1000f stepsize valueto valuefrom 20 value listof newvalue the halo position ...
materialcomponentsmaterialcomponentsandroid
appbar the height of child view may be wrong
Bug
how to reproduce this issue 1 open catalog app 2 scroll to the bottom of the toc page 3 click one demo entry to enter it 4 press back to go back to the toc page 5 now you can see some part of the ui be not be display at the bottom it s cause by the incorrect height of recyclerview des...
materialcomponentsmaterialcomponentsandroid
catalog the viewpager s fragment in tabscontrollabledemofragment may not be show
Bug
when the second open of tabscontrollabledemofragment the fragment in the viewpager may not be show see the attach image for bad case and normal case this issue be cause by the wrong use of fragmentmanager we should use the child fragmentmanager in fragment image image
materialcomponentsmaterialcomponentsandroid
catalog crash will happen in menumaindemofragment when activity recreate happen
Bug
when activity recreate happen such as screen rotate click show popup in menumaindemofragment will cause the app to crash the field menumaindemofragment popupitemlayout will not be initialize in this case 07 31 18 21 55 763 4617 4617 e androidruntime process io material catalog pid 46...
materialcomponentsmaterialcomponentsandroid
catalog wrong initialization of shape corner size option in themeswitcherdialogfragment
Bug
wrong theme feature i d r i d theme feature corner family be use to initialize the shape corner size option in themeswitcherdialogfragment git df diff git a catalog java io material catalog themeswitcher themeswitcherdialogfragment java b catalog java io material catalog themeswitcher themeswit...
materialcomponentsmaterialcomponentsandroid
datepicker some test case in datestringstest fail
Bug
some test case in datestringstest fail I guess it s relate to the timezone shanghai china in my computer the fail case be like the follow java lang assertionerror expect be 30 but be 29 gradlew test task lib compiledebugunittestjavawithjavac ...
materialcomponentsmaterialcomponentsandroid
materialalertdialog transparent background
Bug
description I use the material design component for alert dialog I want a transparent black background color but there be something strange in the backgound there be a little white color how to solve this problem please the solution device 2020 07 29 210643 android api version 29...
materialcomponentsmaterialcomponentsandroid
chip close button s color doesn t match the one from material design spec site
Bug
description the color of the close button of the chip do not match the one visible on the material design specification web site expect behavior the color of the close button be too dark if compare to the one from the spec website spec site input chip image library image ...
materialcomponentsmaterialcomponentsandroid
path op not support
Bug
description when use intellij idea 2020 2 the layout editor be have an error on render the ui preview screen shoot 2020 07 29 at 7 11 08 pm I m also use the new layout render engine but for some reason it s still suggest it there maybe an issue with intellij idea here s the code to the...
materialcomponentsmaterialcomponentsandroid
materialtimepicker text inside handle incorrectly tint
Bug
description when select a minute which be not a multiple of 5 it be visible that the gradient to hightlight select value be offset screenshot 20200729 122720 expect behavior it should correctly tint the text inside the handle source code materialtimepicker newinstance show s...
materialcomponentsmaterialcomponentsandroid
materialbutton strokecolor and strokewidth not work after set background attr
Bug
description materialbutton set strokecolor strokewidth and background attr in my layout xml file border not display only remove background node that strokecolor and strokewidth can work expect behavior materialbutton border can display source code android api vers...
materialcomponentsmaterialcomponentsandroid
error inflate class com google android material slider slider
Bug
description error inflate class com google android material slider slider expect behavior screenshot and or description of expect behavior source code android api version android api version here material library version com google android material material 1 3 0 alpha01...
materialcomponentsmaterialcomponentsandroid
slider attribute android enable not work
Bug
description when use the default slider if provide the android enable attribute inside a layout the slider be not disabled expect behavior I expect that use android enable have the same effect than slider isenable false kotlin which work properly source code ...
materialcomponentsmaterialcomponentsandroid
materialdatepicker crash when inflate its view when coloronprimary be a selector
Bug
description app crash when create a materialdatepicker with a color selector as the coloronprimary expect behavior app should not crash when color use in materialdatepicker be selector source code style xml color selector xml activity main xml ...
materialcomponentsmaterialcomponentsandroid
material alert dialog button don t have state
Bug
description button use in alert dialog which be build with materialalertdialogbuilder don t have background set miss pressed and focused state I set button use the below documentation here be my code but if I change widget materialcomponent button textbutton dialo...
materialcomponentsmaterialcomponentsandroid
shapeappearancemodel the strange cut corner
Bug
description when I set 24dp cut corner to a 48dp height button its shape may be wrong but I can t ensure whether the rounded corner behave that expect behavior the button shouldn t have a strange shape source code the forth button image image this be not jetpack compos...
materialcomponentsmaterialcomponentsandroid
materialtimepicker keyboard do not reliably open in keyboard input mode
Bug
description open the materialtimepicker in keyboard input mode do not open the soft keyboard only when tap on the area around the text input at some unclear location be the keyboard open expect behavior always open the keyboard when either the hour or minute text input have focus devi...
materialcomponentsmaterialcomponentsandroid
navigation drawer layout not work with theme materialcomponent daynight noactionbar
Bug
hello while set dark mode of materialcomponent there be unexpected bug found in material design library recently I change theme materialcomponent light noactionbar to theme materialcomponent daynight noactionbar suddenly com google android material navigation navigationview not work please chec...
materialcomponentsmaterialcomponentsandroid
materialbuttontogglegroup setenable method be not make materialbutton inside the group
Bug
description setenable method on materialbuttontogglegroup be not take effect in the child of the group expect behavior setenable method on materialbuttontogglegroup should enable or disable all the child inside the group android api version 21 to 29 material library version 1...
materialcomponentsmaterialcomponentsandroid
materialtimepicker crash when export with shrinkresource true
Bug
android studio and gradle 4 1 0 beta05 material design 1 3 0 alpha02 device test xiaomi redmi note 4 android 7 0 s10 android 10 release minifyenable true shrinkresource true need to turn off to fix this bug proguardfile getdefaultproguardfile proguard android txt ...
materialcomponentsmaterialcomponentsandroid
materialdatepicker daterangepicker show wrong date
Bug
description when materialdatepicker open the first time it s show the wrong date range but after that it s show the right date range set ist time to setselection date range text and dialog pair millisecond be same date range error android api version 29 material libra...
materialcomponentsmaterialcomponentsandroid
textinputlayout fitsystemwindow notch bug
Bug
description textinputlayout windowlayoutindisplaycutoutmode draw on both side of notch result in behaviour below fitsystemwindowstruefalse first screen be fitsystemwindow set to false second screen be fitsystemwindow set to true third screen be what it look as xml layout which be perfectl...
materialcomponentsmaterialcomponentsandroid
textinputlayout nest view cause high cpu usage
Bug
description full description of issue here when nest one or many textinputlayout in a compound view this cause steady high cpu usage this make it impossible to create custom view with textinputlayout item could be other as well I do not have this problem use edittext or non material component ...
materialcomponentsmaterialcomponentsandroid
tablayout tabpadding be effectively tabpaddingvertical
Bug
description currently tablayout have default tabpaddingstart and tabpaddingend in tablayout tabpaddingstart and tabpaddingend and tabpaddingtop and tabpaddingbottom be resolve in preference to tabpadde so tabpadde be effectively tabpaddingvertical expect behavi...
materialcomponentsmaterialcomponentsandroid
slider internal illegalstateexception
Bug
device huawei huawei y6 pro 2019 hwmrd m1 2816 mb ram android 9 material lib version 1 3 0 alpha01 stacktrace from play console I can t reproduce it java lang illegalstateexception at com google android material slider baseslider c baseslider java 38 at com google android mate...
materialcomponentsmaterialcomponentsandroid
chipgroup check function not work in jellybean api 16
Bug
description in a jellybean device if some chip be create with no i d view no i d and add to the chipgroup the group be unable to set chip as check unchecked or guarantee that only one chip be select at any give moment expect behavior chipgroup should be able to perform check int and han...
materialcomponentsmaterialcomponentsandroid
shapeableimageview padding be apply to background unlike normal imageview
Bug
description in shapeableimageview android padding get apply to both the image itself and the shaped background this be unusual compare to most view though maybe typical for shapeable not sure expect behavior what the normal imageview do pad the image but not the background top sh...
materialcomponentsmaterialcomponentsandroid
share a great exmple product for material component android
Bug
materialcomponentsmaterialcomponentsandroid
slider invalidatechildinparentfast nosuchmethodexception
Bug
description I be test the slider on an old api version 15 after finish drag the slider I be get a runtimeexception this be happen because overlayviewgroup try to find the method invalidatechildinparentfast of viewgroup through reflection I also try to disable the label but this be not ...
materialcomponentsmaterialcomponentsandroid
rtl issue with materialdatepicker
Bug
there be an issue with rtl layout for materialdatepicker the arrow for the month be reverse capture
materialcomponentsmaterialcomponentsandroid
appbarlayout flinging make the collapse animation flicker
Bug
description fling on the scroll view link to the appbarlayout make the collapsingtoolbarlayout flicker it could be due to a delay or wrong computation of the offset in case of fle this be visible in the catalog that use collapsingtoolbarlayout kapture 2020 07 16 at 18 03 23 but ...
materialcomponentsmaterialcomponentsandroid
materialtextview line height documentation be confuse
Bug
description the documentation for materialtextview say that you can specify the lineheight on a textappearance in order to apply it to the view in my testing this only work for sdk 28 so it must rely on the native lineheight attribute that be add at that time it do not work on a sdk 26 emulator ...
materialcomponentsmaterialcomponentsandroid
tablayout indicator color always influence indicator drawable
Bug
description indicator color always set tint to indicator drawable even when the color be clear use style or in layout problem be that indicator paint l2825 be never null and thus be always set to indicator drawable in ondraw l3180 so right now there be no option to keep the color of a drawab...
materialcomponentsmaterialcomponentsandroid
chip unable to set chip text color
Bug
description full description of issue here I be use chip group and set a style to customize color I face with the problem when my chip be select background color be set properly but I do not see the text my text color selector my background selector ...
materialcomponentsmaterialcomponentsandroid
datepicker single dateselector conversion time zone error
Bug
description setselection in singledateselector convert date in utc date assume a scenario where the user be in india 5 30 the time be 13 jul 2020 5 am local time setselection in singledateselector be give in mill sec the function create a calender object at utc the date would be 12 jul 2020 the sele...
materialcomponentsmaterialcomponentsandroid
transition axis transition crash if there be viewpager2 in layout
Bug
java lang illegalstateexception viewpager2 do not support direct child view at androidx viewpager2 widget viewpager2 onviewadde viewpager2 java 489 at android view viewgroup dispatchviewadde viewgroup java 4988 at android view viewgroup addviewinner viewgroup java 5160 ...
materialcomponentsmaterialcomponentsandroid
bottom sheet bottom sheet peek height give different result on api 29
Bug
description the bottom sheet s peek height appear differently on api 29 it work correctly for 28 and below but give incorrect peek behavior on 29 expect behavior I set the peak height to be 77dp which should only show the bottom navigation bar at start on api 27 28 it show up correctly as you ca...
materialcomponentsmaterialcomponentsandroid
baseslider labelbehavior not accesible in package private implementation of baseslider
Bug
description full description of issue here the class com google android material slider baseslider require a value from the labelbehavior class which be a subclass inside the package private baseslider class expect behavior allow to consume the constant from the labelbehavior from...
materialcomponentsmaterialcomponentsandroid
materialcheckbox textcolor in textappearance be ignore if specify in layout or style xml
Bug
description if you have a materialcheckbox and you apply a text appearance style to it in xml either directly in the layout xml or through a theme style then the textcolor attribute be completely ignore note that set the text appearance programmatically set the textcolor correctly expect behav...
materialcomponentsmaterialcomponentsandroid
progressindicator color be ignore when growmode be set
Bug
description set initial color indicatorcolor and trackcolor and set the growmode to grow mode income animate the grow phase with the android r attr pimarycolor and then switch to the give color when first display expect behavior use the give color for the grow animation ...
materialcomponentsmaterialcomponentsandroid
materialdatepicker todayinutcmillisecond method return incorrectly
Bug
description use the materialdatepicker todayinutcmillisecond method within our app be return a timestamp that be a day out from the current date when it be use for selection this be especially odd as the same sample code return correctly on the same device when use in the material component libra...
materialcomponentsmaterialcomponentsandroid
call appcompatdelegate setdefaultnightmode leave afterimage on restart activity
Bug
description in my app I m call appcompatdelegate setdefaultnightmode appcompatdelegate mode night yes on a preference screen switchpreference listener that be open on the mainactivity the app switch to dark mode normally after I press the back button and go back to the mainactivity after the activit...
materialcomponentsmaterialcomponentsandroid
use snapshot version
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
rangeslider right tooltip miss if value set with delay
Bug
description in case the value of a range slider be set in code via a delay the tooltip for the right thumb be miss img 20200703 212210 to be precise the right tooltip appear very short on first touch and be then go forever until app restart expect behavior right tooltip show as usual ...
materialcomponentsmaterialcomponentsandroid
collapsingtoolbarlayout maxline act not as expect
Bug
description hi I m try to make my collapsingtoolbarlayout to have two line which I do with app maxline 2 there be some margin in expand title so I remove it like this app expandedtitlemarginbottom 0dp app expandedtitlemarginend 0dp app exp...
materialcomponentsmaterialcomponentsandroid
materialbuttontogglegroup some button be not reachable when materialbuttontogglegroup be use inside a horizontalscrollview
Bug
description I want to display a single selection list of button use materialbuttontogglegroup because of the number of button that I want to display some button go beyond the edge of the screen so I nest the materialbuttontogglegroup inside a horizontalscrollview when I set android layout grav...
materialcomponentsmaterialcomponentsandroid
bottom sheet bottom sheet should clip layout content when be not expand
Bug
description when use shapeappearance or shapeappearanceoverlay on bottom sheet content of bottom sheet layout be not clip to shape appearance expect behavior when use shapeappearance or shapeappearanceoverlay on bottom sheet content of bottom sheet layout should be clip...
materialcomponentsmaterialcomponentsandroid
textinputlayout nosuchfielderror mtrl textinput box bottom offset
Bug
material library version 1 2 0 beta01 robolectric version 4 3 1 when run ui test with espresso and robolectric they crash in some test configuration consistently on linux and macos regardless whether they re execute in android studio or via gradle command line because of an unknown field like so ...
materialcomponentsmaterialcomponentsandroid
collapsingtexthelper not show in rtl locale android 19
Bug
start from the 1 2 0 alpha02 hint in textinputlayout not show in device run below android 4 4 and I think this be because of change in collapsingtexthelp ltr mode rtl locale 1 3 0 alpha01 google nexus
materialcomponentsmaterialcomponentsandroid
tablayout arraylist get clear when app be background
Bug
description tablayout tabs don t respond to click after be background I ve set breakpoint and notice tablayout clearontabselectedlistener get invoke when the app go to the background I can however still swipe between tab but ontabselectedlistener method don t fire expect behavior I...
materialcomponentsmaterialcomponentsandroid
bottomappbar performhide isn t work properly
Bug
description I m use the jetpack navigation for fragment transaction well I have a bottomappbar in the activity main xml my app use only dark theme theme materialcomponent say I have two fragment fragmenta and fragmentb in fragmenta bottomappbar should be show and I call performs...
materialcomponentsmaterialcomponentsandroid
materialdatepicker lot of crash
Bug
materialdatepicker be crash all the time here be my code then val builder materialdatepicker builder daterangepicker builder settheme r style customthemeoverlay materialcalendar fullscreen when I remove the colorsurface field then I get t...
materialcomponentsmaterialcomponentsandroid
materialalertdialog when display on top of bottomsheetdialog screen flicker
Bug
description when show a materialalertdialog on top of a bottomsheetdialog the scrim go very dark and then become light again see the attach gif at 50 speed edit there be video file in the attached repo ezgif com gif maker this be not a great experience for the user as it be quite jarring ...
materialcomponentsmaterialcomponentsandroid
component name short description of issue
Bug
description I be currently work on an app and have find the bug in the coding that since material 1 2 0 alpha06 if you use a persistent bottomsheet the xml method setpeekheight ignore all enter value and simply set an unchangeable standard expect behavior the method should change set the peek h...
materialcomponentsmaterialcomponentsandroid
chipgroup vertical chip spacing can t be reduce below certain dp
Bug
description when set space for chip in a chipgroup spacing should match the give attribute value e g app chipspace 0dp app chipspacingvertical 0dp app chipspacinghorizontal 0dp should result in chip sit right next to each other this work well for horizontal spacin...
materialcomponentsmaterialcomponentsandroid
error icon and password icon overlap
Bug
overlap of error icon and show password icon when both be visible image
materialcomponentsmaterialcomponentsandroid
bottomnavigationview itemtextappearanceactive not work
Bug
description attribute app itemtextappearanceactive and app itemtextappearanceinactive be not work as expect they be work in v1 1 0 not work v 1 2 0 beta01 onwards expect behavior screenshot and or description of expect behavior source code app itemtextappearanceactive style botto...
materialcomponentsmaterialcomponentsandroid
materialdialog single item layout attribute doesn t seem to work as expect
Bug
description the attribute singlechoiceitemlayout be say to allow to provide a custom layout for the rendering of the single choice item however it doesn t do that and instead the look and feel of the list item on the dialog remain unchanged expect behavior screenshot and or description of expe...
materialcomponentsmaterialcomponentsandroid
textinputlayout notch styling attribute be make view glitche
Bug
description shortedge at level 27 and above which be make background draw on both side of top notch be make the effect attach below expect behavior screenshot and or description of expect behavior source code item name android windowlayoutindisplaycutoutmode shortedge item ...
materialcomponentsmaterialcomponentsandroid
progressindicator setprogresscompat with animation result in memory leak
Bug
description when call setprogresscompat progress 100 animate true leakcanary be inform I of a leak of the underlying activity for sanity s sake I ve check that setprogresscompat progress 100 animate false doesn t leak full trace here gc root system class...
materialcomponentsmaterialcomponentsandroid
materialalertdialogbuilder set different title size
Bug
description the text size of the title in materialalertdialogbuilder can t be change by define a textsize in the textappearance or by inherit materialalertdialog materialcomponent title text and set the textsize directly the text size of the dialog always seem to fallback to a default size see...
materialcomponentsmaterialcomponentsandroid
materialbuttontogglegroup materialbutton of materialbuttontogglegroup transparent stroke color be not transparent in fact
Bug
description if materialbutton outline of materialbuttontogglegroup stroke color be set to transparent it will have other color if single materialbutton outline stroke color be set to transparent it will have transparent color