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

Codelabs for Material Components for Android (MDC-Android)

Results 48 material-components-android-codelabs issues
Sort by recently updated
recently updated
newest added

I cloned the repo and open it and have only option to make the module,but when i do it shows success but no option to run the code ,neither does...

The instructions clearly state "When importing the Toolbar class, make sure you import androidx.appcompat.widget.Toolbar and not android.widget.Toolbar" Yet the code shows: import android.widget.Toolbar; The finished-codelab code is correct.

Noob Alert: `android:layout_alignParentEnd="true"` `android:layout_alignParentRight="true"` When adding this code to the MaterialButton, i get the following. ![Screenshot 2020-01-28 at 12 56 39 AM](https://user-images.githubusercontent.com/60363766/73207279-7a27f800-416a-11ea-943c-3be0bc17005a.png) Not sure what I'm doing wrong here. Ofcourse,...

[**Describe the bug** Following the instruction of MDC-102 Android: Material Structure and Layout (Kotlin) cannot make the Context Menu works. No context menu displayed when click on hamburger icon. The...

**Describe the bug** In MDC-101, when the password text field is being listened for text changes, the codelab is using an `OnKeyListener`, which should not be used as its documentation...

**Describe the bug** MDC-103 colors and attributes naming not corresponds to https://material.io/develop/android/theming/color/ **To Reproduce** Steps to reproduce the behavior: 1. Open step 3 of the codelab 2. You see color...

**Describe the bug** In **shr_product_grid_fragment.xml**, inside **androidx.core.widget.NestedScrollView**, app:layout_behavior="@string/appbar_scrolling_view_behavior". this attribute is the reason of error: resource linking failed because string is not defined **To Reproduce** Steps to reproduce the behavior:...

**Describe the bug** Typo in `styles.xml` in MDC codelabs. (Links below) **To Reproduce** Steps to reproduce the behavior: 1. Go to https://codelabs.developers.google.com/codelabs/mdc-103-kotlin/#3 2. Scroll down to "Your colors.xml and styles.xml...

```android:background="@color/colorPrimary"``` attribute is missing from the **shr_product_grid_fragment.xml** as a result the Toolbar Color appears to be Grayed out instead of showed in the Tutorial [MDC-102](https://codelabs.developers.google.com/codelabs/mdc-102-java/#2) ```xml ![image](https://user-images.githubusercontent.com/61408704/75141642-51ebd480-56e9-11ea-802b-c991d0eff2c1.png)

Productcardlayout. You should remove these files as this files are not needed. ProductCardRecyclerview ProductCardViewHolder