repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
materialcomponentsmaterialcomponentsandroid | java lang illegalstateexception you need to use a theme appcompat theme or descendant with this activity | Bug | log text process name cc client thread name main back trace start java lang runtimeexception unable to start activity componentinfo cc client cc client ui splash splashactivity java lang illegalstateexception you need to use a theme appcompat theme or descendant with this activity ... |
materialcomponentsmaterialcomponentsandroid | motionlayout not find | Bug | description I use the 1 3 0 alpha01 I want to fix the bug so I update to the late version but I start to crash the app due to an error java lang runtimeexception unable to resume activity com app peshkariki com app peshkariki newpesh newtwoauth newtwoauthactivity java lang nullpointerexception... |
materialcomponentsmaterialcomponentsandroid | material button materialbutton break german letter | Bug | description when use the standard theme button text get capitalize when set follow text via android text schlie en it display image expect behavior display schlie en or maybe even the correct capital form schlie en source code xml android api version ... |
materialcomponentsmaterialcomponentsandroid | materialtoobar app navigationicontint apply the tint to the drawable resource globally without call mutate | Bug | I have a vector drawable resource with default color black it will be use sometimes with its default color without tint sometimes with various tint after be use in a materialtoobar with a tint its default color be change to the tint for materialtoobar after look into the source code it seem that method ma... |
materialcomponentsmaterialcomponentsandroid | tablayout tab text color don t change when use custom tab in tablayout | Bug | description when use custom layout in tab if we set color it do not change color of custom tab text tablayout settabtextcolor color parsecolor ff0000 color parsecolor 00ff00 expect behavior color should change when tab get switch source code tablayou... |
materialcomponentsmaterialcomponentsandroid | coordinatorlayout coordinatorlayout leave empty blank space at bottom of the screen | Bug | if second recyclerview rvbottomdisplay contain more item then blank space be not show if recyclerview contain 1 or 2 item then blank space be show kindly advice I to fix this thank |
materialcomponentsmaterialcomponentsandroid | materialtimepicker time input cause the dialog to expand full width | Bug | switch from time picker to time input change the width of the dialog fragment to full width switch back to time picker it resize the dialog fragment back expect behavior the time input shouldn t resize the dialog fragment impl video android api version defaultcompil... |
materialcomponentsmaterialcomponentsandroid | textinputlayout letter spacing of child textinputedittext be not respect when render expand hint | Bug | description textinputlayout doesn t respect the letter space of it s child textinputedittext when render the hint in the expand state however other attribute such as android textsize and android typeface be respect current behavior text size and no letter space source code... |
materialcomponentsmaterialcomponentsandroid | slider can not set step size when valueto be a prime number valuefrom 0 | Bug | description I be not able to set a stepsize other than 1 when valueto 0 and valuefrom prime number expect behavior must be able to set some step regardless of valueto and valuefrom for e g when valuefrom 0 and valueto 17 I must be able to set a region where I can select value f... |
materialcomponentsmaterialcomponentsandroid | bottomsheet ignore bottomsheetstyle and backgroundtint if shapeappearance isn t set on tag | Bug | description consider this xml and bottomsheetstyle be set in theme xml let s assume it set a shapeappearanceoverlay unless app shapeappearance style shapeappearance todoist materialalertdialog be set in the tag above the shapeappearanceoverlay in the bott... |
materialcomponentsmaterialcomponentsandroid | datepicker materialcalendargridview crash on select a date range across two month second month with 6 week | Bug | select a date range across two month open materialcalendargridview on current month april 2021 with 5 week and select a day move to next month may with 6 week and select the last day it s invisible when select the last day it crash mainactivity java the problem be with... |
materialcomponentsmaterialcomponentsandroid | shape bug when reference a color file with alpha in a gradient shape | Bug | description create a new project only change the background of the main activity to shape gradient xml file where the gradient android centercolor refer to the attr coloraccent with alpha value the problem appear no matter what color you set it will become pink but if the android cen... |
materialcomponentsmaterialcomponentsandroid | appbarlayout dimension not update after set materialtoolbar s visibility to gone | Bug | description appbarlayout do not change its dimension automatically after set materialtoolbar s visibility to go currently the workaround be to call appbarlayout requestlayout right after set materialtoolbar s visibility kotlin bind toolbar isvisible false bind appbarlayout... |
materialcomponentsmaterialcomponentsandroid | textinputlayout different behavior of end icon when focus lose | Bug | description I find behavior of end icon when focus lose when field contain only digit android inputtype phone or android inputtype number end icon not hide and when field contain any symbol end icon hiding when focus lose look at screenshoot below expect behavior equal behavior of th... |
materialcomponentsmaterialcomponentsandroid | progressindicator progressindicator be invisible on android 5 1 api level 22 | Bug | description progressindicator be invisible but progressbar work fine android api version 22 material library version 1 4 0 alpha02 device huawei avd |
materialcomponentsmaterialcomponentsandroid | actionmode actionmode text size be inconsistent with toolbar when in landscape mode | Bug | when rotate the device into landscape mode the text size for action mode be inconsistent with toolbar this seem to be cause by the action mode not have any material design override I ve also notice this with the overflow menu in the dark theme I e here be how the toolbar define its title text size ... |
materialcomponentsmaterialcomponentsandroid | appbarlayout resource notfoundexception design appbar state list animator xml | Bug | description firebase crash log cause by android view inflateexception binary xml file line 20 error inflating class cause by java lang reflect invocationtargetexception at java lang reflect constructor newinstance0 constructor java at java lang reflect construc... |
materialcomponentsmaterialcomponentsandroid | shapeableimageview badge attach to shapeableimageview be cut | Bug | description try to attach a badgedrawable to a shapeableimageview result in the part of the badge that exceed the shapeableimageview bound to be cut I guess I understand this be due to how the shape be be render and the fact that the badge become a part layer of the actual view it be attach to ... |
materialcomponentsmaterialcomponentsandroid | materialstyleddatepickerdialog can only be call from test | Bug | why be this class restrict materialstyleddatepickerdialog can only be call from within the same library group groupid com google android material what be the purpose of this as I want to use materialdatepicker with this constructor public materialstyleddatepickerdialog nonnull contex... |
materialcomponentsmaterialcomponentsandroid | appbarlayout scrollingviewbehavior doesn t work properly with nestedscrollview | Bug | hi there I face an issue with nest scrolling and as far as I can see the problem be somewhere inside appbarlaoyut scrollingviewbehavior description I have a fragment with appbarlayout and nestedscrollview inside a coordinatorlayout it work pretty good until I add the trivial on... |
materialcomponentsmaterialcomponentsandroid | widget not clickable on android 12 | Bug | description after the scroll widget be not clickable but the delay in a few second allow do this expect behavior widget clickable immediately after scroll android api version android 12 developer preview 2 material library version material android library version 1 4 0 alpha02... |
materialcomponentsmaterialcomponentsandroid | autocompletetextview drop down item fail to show once fragment be destroy and re create | Bug | description my app be a single activity with multiple parent and nest fragment in one of the child fragment I use viewpager2 component to show different fragment depend on the tab select for the sake of simplicity let s say I have a textinputlayout autocompletetextview control on tab1 there be... |
materialcomponentsmaterialcomponentsandroid | mobile input picker hint date format change when the language be change | Bug | description hint date format change when the language be change expect behavior the date format should be the same in all language screenshot 20210407 144217 screenshot 20210407 144309 screenshot 20210407 144527 android api version 30 material library version 1 3... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker crash on singledateselector | Bug | crashlytic show attempt to read from field java lang long com google android material datepicker singledateselector a on a null object reference possible duplicate but in new version of material design library this bug still not solve use material design version 1 3 0 beta01 I change ... |
materialcomponentsmaterialcomponentsandroid | bottomsheet status bar icon remain dark after first use | Bug | description use bottom sheet dialog with edge to edge and a white theme on first run status bar icon be light while open the sheet and do turn dark as the bottom sheet white background hit the status bar as expect you can even play with the sheet to slide it in and out of the status bar and see the icon cha... |
materialcomponentsmaterialcomponentsandroid | textinputlayout the space between hint and text be so small | Bug | description textinputlayout the space between hint and text be so small expect behavior screenshot and or description of expect behavior source code android api version 29 material library version implementation com google android material material 1 4 0 alph... |
materialcomponentsmaterialcomponentsandroid | build failure after update from 1 1 0 to 1 3 0 or 1 2 0 type androidx appcompat app actionbar displayoption be define multiple time | Bug | description when build in release both app instrument test with material 1 2 0 build fail execution fail for task app mergeextdexrelease a failure occur while execute com android build gradle internal task worker actionfacade com android builder dexing dexarchivemergerexception er... |
materialcomponentsmaterialcomponentsandroid | bottomsheet padding for status bar not apply when start expand | Bug | description top padding for status bar not apply when start expand with edge to edge the content view be then draw below our transparent status bar if you start slide the bottom sheet the padding get set properly expect behavior top padding should be apply even when start expand source ... |
materialcomponentsmaterialcomponentsandroid | error inflate class com google android material tab tablayout the style on this component require your app theme to be theme appcompat or a descendant | Bug | description when navigate to a page with tablayout I get error inflate class com google android material tab tablayout the style on this component require your app theme to be theme appcompat or a descendant expect behavior app do not crash source code java intent nextscre... |
materialcomponentsmaterialcomponentsandroid | linearprogressindicator match parent not work properly when parent have wrap content | Bug | description I use linearprogressindicator in a viewholder and need to adjust base on a textview the progress take the width of the parent wrap content instead of the width of the parent the size of the textview in this case expect behavior I use a framelayout with wrap content as width but I w... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker excessive whitespace in input date | Bug | description while switch between select date to input date the input date have excessive whitespace on big screen expect behavior no excessive whitespace android api version 30 material library version 1 3 0 device emulator pixel 2 3 nexus one nexus one ... |
materialcomponentsmaterialcomponentsandroid | textinputlayout textinputlayout with textinputedittext drastically slow down inflation | Bug | description when inflate a layout the presence of a textinputlayout make the inflation noticably slow it s enough to add two til to a layout to start notice a lag on my device nokia 7 1 which be not high end but not the bad phone either it happen even when I put they in a simple linearlayout with no other ... |
materialcomponentsmaterialcomponentsandroid | materialcalendargridview nullpointerexception in ondraw in 1 3 0 | Bug | description I m receive a similar bug to but use version 1 3 0 I don t have step to reproduce but it occur on different device with different android version maybe there be a trick with language most user be use fr expect behavior expect the app will not crash source code ... |
materialcomponentsmaterialcomponentsandroid | extendedfloatingactionbutton app elevation 0dp be invalid | Bug | description app elevation 0dp be invalid expect behavior the same as floatingactionbutton source code android api version api 29 material library version com google android material material 1 3 0 device pixel 2 virtual machine preview ... |
materialcomponentsmaterialcomponentsandroid | chip accessibility chip be not focusable by touch navigation with talkback on api version 24 | Bug | description on api level 24 with talkback enable a user be unable to navigate accessibility focus to a chip by touch exploration either by single tap the view or by drag their finger to explore the view a user be still able to navigate to a chip by swipe through the view tree video of bug below ... |
materialcomponentsmaterialcomponentsandroid | chip accessibility chipgroup with singleselect should report item as radio button rather than check box | Bug | description for accessibility purpose if an application be use a chipgroup with singleselection true the underlie behavior mimic that of a radiogroup however when each chip be focus on the contentdescription inform the user that it be a checkbox seemingly indicate that multiple it... |
materialcomponentsmaterialcomponentsandroid | bottomsheetdialogfragment shadow animation be wierd | Bug | description when the bottom sheet come up the shadow animation be wierd expect behavior smooth shadow animation source code class somenamedfragment bottomsheetdialogfragment override fun oncreateview inflater layoutinflater container viewgroup savedinstances... |
materialcomponentsmaterialcomponentsandroid | rangeslider thumb highlight animation ripple on the wrong thumb | Bug | description when I move one thumb and then start move the other thumb the ripple animation start from the first last touch thumb instead of the current one see the follow gif range slider bug expect behavior the ripple effect always start on the correct thumb android api version a... |
materialcomponentsmaterialcomponentsandroid | material design button bug | Bug | I set a dark green color but the light green background appear button s background be set to the colorprimary of the theme so when I change button to image button it come out right as a result of the test it seem that the problem be occur in material design 1 2 1 or high I have to use theme materialcompon... |
materialcomponentsmaterialcomponentsandroid | tablayout tablayout inside appbarlayout dark theme bug | Bug | description when use tablayout inside appbarlayout the appbarlayout background be not elevate with overlay under tablayout expect behavior light theme image dark theme image source code xml android api version 30 material library version ... |
materialcomponentsmaterialcomponentsandroid | rangeslider setminseparationvalue have no effect | Bug | description when I try to set setminseparationvalue to 1f to make the minimum selectable range of length 1 nothing happen both thumb still can be move to the same value expect behavior I should not be able to move the thumb on the same value if I set setminseparationvalue 1f ... |
materialcomponentsmaterialcomponentsandroid | textinputlayout graphical issue with rounded textinputlayout hint | Bug | description the inset for the label be misplace and doesn t fully cover the stroke of the container on the outlined text field if corner be round expect behavior the inset should cover the stroke source code no need for code in my opinion but I m absolutely available to provide some code... |
materialcomponentsmaterialcomponentsandroid | material android resource compilation fail | Bug | after update the material component version from 1 2 1 1 3 0 I start get compilation error task xxxx mergeider14debugresource agpbi kind error text android resource compilation fail source file xxxx xxxx gradle cache transform 2 file 2 1 eae45302ca3024115a1299e7406e5fc... |
materialcomponentsmaterialcomponentsandroid | materialtoolbar no attribute app titlecentere | Bug | description there be no attribute app titlecentere but it should be present accord to material io documentation expect behavior the attribute should be present source code I think there be no need for sample code but I m absolutely available to provide some code if need android api... |
materialcomponentsmaterialcomponentsandroid | rangeslider if branch in onchangelistener always fast than else branch | Bug | description there be no build in way that I have find to tell which slider be be move in the onchangelistener so I do slider apply set valuefrom and valueto and default value this addonchangelistener value value mytransform let if value value 0 startv... |
materialcomponentsmaterialcomponentsandroid | textinputlayout setstarticondrawable do not apply tint on drawable | Bug | description full description of issue here setstarticondrawable do not invoke applystarticontint to apply tint on set drawable so starticontint attribute be ignore when drawable be set from code expect behavior screenshot and or description of expect behavior setstarticondrawable should invo... |
materialcomponentsmaterialcomponentsandroid | tablayout select tab indicator color be not apply instantly at runtime | Bug | description I need to change color of tabindicatorcolor at runtime when I use setselectedtabindicatorcolor the color be not apply until I change tab call tablayout invalidate do not help expect behavior tab indicator color be change instantly source code the code snippet which be... |
materialcomponentsmaterialcomponentsandroid | textinputlayout float label background problem with custom font | Bug | description this commit fix a old problem but now it s not work with custom font image without custom font image source code l38 android api version 30 material library version 1 4 0 alpha01 |
materialcomponentsmaterialcomponentsandroid | snackbar can t style snackbar action text unless also style text label | Bug | description I be try to customize the text color of the snackbar s action accord to the documentation theme snackbar I be unable to adjust the color of the action text a quick look at this changeset diff e19f85ce9e235bfd327e6c94cd6bebbdcbc074b6943cebfdd29d4cff9167605b make I aware that in order ... |
materialcomponentsmaterialcomponentsandroid | materialbuttontogglegroup check button ui issue | Bug | description select button background be not properly render this be fix by set default check button to group app checkedbutton i d button1 expect behavior source code class mainactivity appcompatactivity private lateinit var bind activi... |
materialcomponentsmaterialcomponentsandroid | textinputlayout endicondrawable doesn t work | Bug | goal set endicondrawable expect drawable be present on the screen current drawable be miss from the screen android 11 material version 1 3 0 alpha02 device emulator |
materialcomponentsmaterialcomponentsandroid | badgeutil detachment from toolbar menu item do not remove offset add during attachment | Bug | description when a badgedrawable be attach to a toolbar menu item it add horizontal and vertical offset these offset be not remove when a badgedrawable be remove therefore add and remove the drawable multiple time will add an additional 12dp offset to the left and down additionally if a ba... |
materialcomponentsmaterialcomponentsandroid | textinputlayout endicondrawable not show icon | Bug | description material library version implementation com google android material material 1 3 0 device device on which the bug be encounter here |
materialcomponentsmaterialcomponentsandroid | transition when two or more activity be start and then return the activity materialfadethrough transition will be interrupt | Bug | description when two or more activity be start and then return the activity materialfadethrough transition will be interrupt expect behavior when two or more activity be start and then return the activity materialfadethrough transition can proceed normally source code kotlin ab... |
materialcomponentsmaterialcomponentsandroid | fail to sync material component 1 3 0 with android studio 4 1 2 | Bug | android studio 4 1 2 be sync forever when I use the new material component 1 3 0 I don t know if it s only I until I change and use material component material 1 2 0 alpha03 |
materialcomponentsmaterialcomponentsandroid | viewpager 1 tab not change color on dark light mode switch | Bug | every element in a view hierarchy change color dynamically except the viewpager s tab the horizontal section over the top that allow you to select between fragment in the view this view stubbornly refuse to change use a theme that should be sensitive to the theme change as it be for all other view on r... |
materialcomponentsmaterialcomponentsandroid | textinputlayout style don t work when inherit | Bug | description when inherit from textinputlayout and use the new class in a layout file and apply a style that modify the boxbackgroundcolor property then the styling change be ignore expect behavior the boxbackgroundcolor color define in the the style should be display source... |
materialcomponentsmaterialcomponentsandroid | chip set current drawable state for update icon | Bug | description when chipicon update and that icon be not stateful the current state of the view check etc be ignore but chip can have chipicontint and in result we can have icon without actual tint state expect behavior before icon update before icon update after icon update after icon upda... |
materialcomponentsmaterialcomponentsandroid | textinputlayout outlinedbox boxstrokecolor doesn t work with colorstatelist for the disabled state | Bug | hello I use an outlinedbox with the follow style with my stroke color define as a colorstatelist expect behavior description of expect behavior material v 1 3 0 do handle the focus true enable true state color1 and the focus false ... |
materialcomponentsmaterialcomponentsandroid | tablayout tablayout do not scroll to select tab without viewpager | Bug | when I have tablayout with tabmode scrollable then select a tab do not cause view to scroll to select tab like it happen after I manually click on tab the select tab indicator move fine there be a possible workaround use it with view pager and select item in viewpager do the job but if I do not need viewpa... |
materialcomponentsmaterialcomponentsandroid | progressindicator width and height not update with indicatorsize | Bug | description when I set the indicatorsize programmatically for a circularprogressindicator the width and the height be not update alongside which result in a cropped progress indicator expect behavior what s the point of set the indicatorsize programmatically if the view s size be not update alongs... |
materialcomponentsmaterialcomponentsandroid | materialtimepicker be pm position incorrect | Bug | the am pm location be on the wrong side and the width be incorrect image expect behavior it should be on the right hand side source code val picker materialtimepicker builder settimeformat timeformat clock 12h ... |
materialcomponentsmaterialcomponentsandroid | android widget editor nullpointerexception drawhardwareaccelerate | Bug | description crash report to google play console java lang nullpointerexception at android widget editor drawhardwareaccelerate editor java 1872 at android widget editor ondraw editor java 1863 at android widget textview ondraw textview java 7509 at android view view draw vie... |
materialcomponentsmaterialcomponentsandroid | materialbuttontogglegroup rounded outline badly render | Bug | description button in materialbuttontogglegroup be not render correctly for the full rounded corner when cornerradius height 2 image expect behavior fully round outline source code android api version android api 29 material library version ... |
materialcomponentsmaterialcomponentsandroid | materialdatepicker picker do not open at selection date by default | Bug | description I be excited to hear that this issue be resolve with 1 3 0 however in some case the picker still open at an unwanted date and not the selection date in the example below the picker should open on dec 2nd 2020 but open in the year 1900 image when the setend on ca... |
materialcomponentsmaterialcomponentsandroid | materialcheckbox wrong touch target for link in text | Bug | description when use a checkbox description text that contain a link that have a line break touch target for the clickable text be mess up and can prevent the checkbox from be checkable expect behavior only actually tap on the underlined text should open the link source code create a ... |
materialcomponentsmaterialcomponentsandroid | materialbutton indeterminatedrawable not show when use as icon of a materialbutton | Bug | description if I add a indeterminatedrawable to a materialbutton the same way it be do in the catalog app for the chip s it will not show animate and only an empty space will be add expect behavior the indeterminatedrawable should be show and play the animation the same way it do when... |
materialcomponentsmaterialcomponentsandroid | textinputlayout prefixtext position be wrong when endiconmode be set | Bug | description prefixtext position be wrong when endiconmode be set screenshot from 2021 02 21 12 06 03 expect behavior prefix text should be properly align screenshot from 2021 02 21 12 06 18 source code android api version any material... |
materialcomponentsmaterialcomponentsandroid | floatingactionbutton hide and show trouble with motionlayout | Bug | description incorrect behavior of fab fab hide fab hide but if I click on fab position fab clicklistener will be call fab show doesn t show fab expect behavior when click on notification item hide fab when click on home or dashboard item show fab source code ... |
materialcomponentsmaterialcomponentsandroid | extendedfloatingactionbutton hide show animation break | Bug | description unlike regular floatingactionbutton extendedfab have a bug with no animation for show and hide I make a sample project reproduce the bug as well as to show that regular fab have no problem expect behavior source code android api version 28 material libra... |
materialcomponentsmaterialcomponentsandroid | materialbutton not show up in android 6 and 7 in release 1 3 0 | Bug | description after upgrade the library material button do not show anymore in android 6 and 7 device expect behavior can see the button with the correct background color source code android api version android 6 and 7 material library version 1 3 0 it work again aft... |
materialcomponentsmaterialcomponentsandroid | get select date detail | Bug | description I need to get select date detail separately such as day month year in number not word like feb expect behavior this be what I m try to get year 2021 month 02 day 19 source code mpickdatebutton findviewbyid r ... |
materialcomponentsmaterialcomponentsandroid | bottomsheetdialog bottomsheetdialog doesn t respect skipcollapse flag | Bug | description when set behavior skipcollapse true flag the initial dialog state remain state collapse l258 which lead to have a state which be not reachable after first interaction kapture 2021 02 18 at 10 12 21 expect behavior I expect the dialog to be fully expand when open with ... |
materialcomponentsmaterialcomponentsandroid | materialcontainertransform freeze lottieimageview | Bug | description materialcontainertransform freeze lottieimageview I be use materialcontainertransform to transition from a fragment to an activity I be set the transitionname to android r i d content the transition be execute well but in the destination activity I have a lottie and it be frozen a... |
materialcomponentsmaterialcomponentsandroid | badgedrawable badgedrawable can only be anchor to a framelayout | Bug | description version 1 30 remove the capability of set badgedrawable in any kind of view limit it to be anchor only on framelayout I could not find any discussion why this feature be remove in 9487c33b8ab50edbcff46cf728531712ab091a85 by the look of it it be remove by mistake that be why I m report... |
materialcomponentsmaterialcomponentsandroid | com google android material textfield textinputlayout text language be not update after locale update and activity recreate | Bug | description the android hint app helpertext text language in textinputlayout be not update after activity be recreate with new locale this issue have be present since 1 3 0 alpha03 1 3 0 alpha02 be the last release in which it work to my knowledge expect behavior expect text language to be upd... |
materialcomponentsmaterialcomponentsandroid | tab useless tooltip on tab with text | Bug | description tooltip be show even when the tab have text and tooltip have identical text probably cause by although there be if tab be icon only in description but I don t see how it could make it icon only expect behavior tooltip be not show on tab which have text if t... |
materialcomponentsmaterialcomponentsandroid | textinputlayout custom style crash with the style on this component require your app theme to be theme appcompat or a descendant error | Bug | description define a custom style for the textinputlayout crash the app during fragment inflation with the follow error android view inflateexception binary xml file line 11 in com textinputlayout style crash layout main fragment binary xml file line 11 in com textinputlayout style crash... |
materialcomponentsmaterialcomponentsandroid | materialcardview check icon be not display when card be not clickable or not enable | Bug | description check materialcardview display a check icon the check icon be not display if the materialcardview be not check or not enable expect behavior as long as the state have the check flag the check icon should be display source code check icon not ... |
materialcomponentsmaterialcomponentsandroid | appbarlayout lift state doesn t work with dark mode | Bug | description lift state doesn t cause the toolbar to change color when in dark mode unlike when set the elevation expect behavior lift state should change the color in dark mode like when set the elevation android api version 21 material library version 1 3 0 device ... |
materialcomponentsmaterialcomponentsandroid | appbarlayout no way to set lift state | Bug | description I need to lift appbarlayout one when view create and keep forever in this state so no matter which setup I will try setlifte true setliftonscroll false behavior will always be as intend by code expect behavior expect that by my command setlifte true will move appbar... |
materialcomponentsmaterialcomponentsandroid | textinputlayout app expandedhintenable true doesn t occupy the input area when empty idle | Bug | description use app expandedhintenable true attribute to show the textinputlayout when empty and idle but it doesn t take effect I try 1 3 0 alpha03 and 1 3 0 rc01 I use android hint item title app expandedhintenable true expect behavior to sho... |
materialcomponentsmaterialcomponentsandroid | bottomnavigator error when migrate to version 1 3 0 | Bug | hi when I migrate from version 1 2 1 to version 1 3 0 I get this error 2021 02 11 21 46 46 447 16352 16352 br com ubook ubookapp e androidruntime fatal exception main process br com ubook ubookapp pid 16352 java lang nullpointerexception attempt to invoke virtual method int andr... |
materialcomponentsmaterialcomponentsandroid | navigationrail error when compile error resource attr headerlayout aka io material catalog attr headerlayout not find | Bug | description an error occur when attempt to compile and run the late catalog demo app or most likely all of the other project that export the navigation rail component on an android device none ps c user edric studioproject material component android gradlew catalog installdebug task c... |
materialcomponentsmaterialcomponentsandroid | textinputedittext hint overlap edittext | Bug | description when edittext have focus hint doesn t up perfectly it overlap edittext I use style filledbox same come with outlinedbox work perfectly source code android api version any material library version 1 3 0 device any |
materialcomponentsmaterialcomponentsandroid | crash no compoment relate crash when call getlocale on api level 19 | Bug | description in version 1 3 0 there be a bug that cause a fatal crash that can not be handle with try catch construction look like the library insert a new locale that can not be parse on old api level the stacktrace be attach stacktrace txt also when run on new api level the code run fine ... |
materialcomponentsmaterialcomponentsandroid | textinputedittext not display text while type only display after tap anywhere in the screen | Bug | I have two field username and password when type username no issue work fine when type password text be not display only display after tap anywhere else in screen or tap do in keypad I be set password eye icon programatically like below passwordlayout setendiconmode textinputlayout end ico... |
materialcomponentsmaterialcomponentsandroid | textinputlayout outlinedbox height change size after first frame | Bug | when a textinputlayout contain a textinputedittext be initially draw the outlinedbox height be the same size as the textinputedittext height which be set to wrap content then in updateedittextheightbasedonicon the minimum height be change edittext setminimumheight maxiconheight this result in the... |
materialcomponentsmaterialcomponentsandroid | materialalertdialog the style on this component require your app theme to be theme appcompat | Bug | description I m have random crash when try to create materialalertdialog the message the style on this component require your app theme to be theme appcompat this be happen in some device while be not happen in other for instance I have an a71 android 10 and be ok but crashlytic report too ma... |
materialcomponentsmaterialcomponentsandroid | badge in bottomnavigation illegalargumentexception badgedrawable can not be null | Bug | description so I be currently use badge on tab on a bottom navigation view in my activity like so I occasionally get an illegalargumentexception crash report in my google play console by read the call stack you can trace the issue back to the createparcelablebadgestate function in bad... |
materialcomponentsmaterialcomponentsandroid | popupmenu background padding top be not respect | Bug | there s documentation describe how to style popupmenu theme menu it show the follow menu as an example image and allegedly it s achieve by set this as a background xml however in reality padding top be not respect and add only additional padding at the bottom of the me... |
materialcomponentsmaterialcomponentsandroid | slider slider onchangelistener be be call even when slider s value be not set | Bug | description at the time of come back to fragment with slider from other fragment slider onchangelistener be get call even if the slider s value be not set expect behavior slider onchangelistener should only be call when slider s value be set source code android api version... |
materialcomponentsmaterialcomponentsandroid | progress indicator first animate progress update doesn t work | Bug | description animate the first progress update on a linearprogressindicator doesn t animate correctly subsequent progress update will correctly animate the progress indicator I believe this bug be cause during the initialization of the linearprogressindicator by several call that toggle the springan... |
materialcomponentsmaterialcomponentsandroid | materialcalendar materialdatepicker background draw on top of header background | Bug | description I m use material component 1 3 0 and try to apply a custom style to a materialdatepicker I m try to set a different background color for the body and for the header while the header technically use the correct background color from the materialcalendarheaderlayout style the dialog ba... |
materialcomponentsmaterialcomponentsandroid | materialtextview inflateviewexception in create custom dialog use materialalertdialogbuilder | Bug | description full description of issue here the app crash whenever build a custom dialog use context that be not from appcompatactivity I try change theme remove theme completely but still crash want to create my own custom dialog so I can call it from anywhere but still keep on crash during inflation I... |
materialcomponentsmaterialcomponentsandroid | shapeableimageview corner be not rounded after update to 1 3 0 | Bug | description corner be not round in shapeableimageview after update to 1 3 0 it be work properly in 1 2 0 corner be just flat with the update version I have add shape style to the global theme expect behavior corner should be round screenshot 20210206 004836 todafy debug ... |
materialcomponentsmaterialcomponentsandroid | exposeddropdownmenu in night mode show incorrect text color | Bug | in this style widget materialcomponent textinputlayout outlinedbox dense exposeddropdownmenu in night mode the text of dropdown item be black the problem exist just in night mode in day mode everything be ok this text of item of the dropdown when open be show over the colorsurface so they should be u... |
materialcomponentsmaterialcomponentsandroid | progress indicator improve doc for multi color indeterminate progress | Bug | description the documentation be lack some info when it come to multi color progress it be only specify that you can choose between disjoint and contiguous mode but not how to set they and that there s a mininum requirement of 3 color or exception will be throw expect behavior add a snippet like t... |
materialcomponentsmaterialcomponentsandroid | snackbar memory leak due to setanchorview | Bug | description anchor work as expect but the listener be never remove and leakcanary be get a memory leak expect behavior it s work as expect snackbar be show above the desire view but there be a memory leak I try reference via idre view from viewbinde view from findviewbyid always the same ... |
materialcomponentsmaterialcomponentsandroid | tablayout doesn t support datum update without glitche | Bug | description when have a few tab with a viewpager when a data update be send to the adapter the datum will move to a random position instead of stay at the current select one expect behaviour the select tab doesn t move when there be a datum update if you need more detail please see that describe ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.