material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

Modular and customizable Material Design UI components for Android

Results 477 material-components-android issues
Sort by recently updated
recently updated
newest added
trafficstars

**Description:** Setting the `tabMode` to `auto` is the same as setting the `tabMode` to `scrollable`. Even if there are only 2 items, they will never act like `fixed` tabs. **Expected...

feature request
Widget: Tab

**Description:** startIconDrawable in TextInputLayout in RecyclerView.ViewHolder overlaps text if item does not fit on the screen without scroll (ViewHolder is created later, not when screen is just opened). Text is...

bug
Widget: TextField

**Description:** After setting locale 'mr' (Marathi language), the dates are showing in Marathi, this same issue happening in Bengali too for locale 'bn'. **Expected behavior:** The dates should come in...

bug
Widget: DatePicker
Issue: Internationalization

**Description:** The navigation rail applies start insets based on the system bars. This results in the rail appearing behind display cutouts. **Expected behavior:** Apply start insets based on the display...

bug
Widget: NavigationRail

**Description:** I want to have textfield with disabled floating hint but with custom hint color for when the textfield is empty. Let say i have a textfield with floating hint...

bug
Widget: TextField

**Is your feature request related to a problem? Please describe.** The window doesn't overlap with the cutout area in landscape mode. ![Screenshot_20240109_153953](https://github.com/material-components/material-components-android/assets/71050561/d1a8efe4-a517-40e9-811f-6f66367698ff) **Describe the solution you'd like** The window overlaps...

feature request
Issue: Catalog

Fixes #3377 **Root cause** BottomSheetBehavior stores the reference of the nestedScrollingChild view but it only sets this reference during the layout pass. When this nested scrolling child view is inside...

**Is your feature request related to a problem? Please describe.** Now that Android 14 is released, the default transitions provided by Material Motion should support predictive back to take the...

feature request
Feature: Transition
Feature: Predictive Back

**Description:** Simple bottom sheet that starts `expanded` and has `fitToContents=false`: ```kotlin class MyBottomSheet : BottomSheetDialogFragment() { override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?) = inflater.inflate(R.layout.fragment_second, container, false) override fun...

bug
Widget: BottomSheet

Fixes an issue where the navigation rail would appear "underneath" display cutouts. Closes #3990