material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
https://github.com/material-components/material-components-android/blob/3fdfb6e230767138849edf858c13da1bf1d3f90b/lib/java/com/google/android/material/divider/MaterialDividerItemDecoration.java#L321 I used this divider in the last item with a dropdown. When the itemView is clicked then shows a textView from gone to visible state and it is working...
- Fixes https://github.com/material-components/material-components-android/issues/2817 - Fixes https://github.com/material-components/material-components-android/issues/2771 - ~~Fixes https://github.com/material-components/material-components-android/issues/2802~~ (irrelevant, fixed in 6eeb95f)
**Description:** In Video player app Material 3 guidelines implemented alongside BottomNavigationView (NavigationBar). After using fullscreen View the BottomNavBar icons shrinks and aligns horizontally to the left. When directly exit the...
**Is your feature request related to a problem? Please describe.** I am using TextInputLayout, but found error text can not change padding or margin, **Describe the solution you'd like** Want...
Currenlty you can not change a Tab item from the TabLayout from the styles, you have to do some hacky thing like: The issue is when you want to change...
ACTION_DOWN and ACTION_UP are both triggered on click, resulting in duplicate touch calls being handled. Changing over to an onClickListener mitigates this issue Resolves https://github.com/material-components/material-components-android/issues/2840 ### Thanks for starting a...
**Description:** When I use my custom Icon Button style in 1.7.0-alpha03, a strange behavior occurs where two ripples appear. One ripple will appear where I touch (expected behavior), but another...
Actual behavior Expected behavior **Material Library version:** 1.7.0-alpha03 **Conditions:** Pixel 4 API 31, landscape mode, RTL on
Actual behavior Expected behavior **Material Library version:** 1.7.0-alpha03 **Conditions:** Pixel 4 API 21, portrait mode, RTL on
**Description:** Is there a way to display `BottomNavigationView` by default when using a `layout_scrollFlags="scroll|enterAlways"` on `MaterialToolbar` and `layout_behavior="@string/appbar_scrolling_view_behavior"`? The new `BottomNavigationView` height changed as well in Material3, it becomes a...