patrickfrei
patrickfrei
**Description:** I've see that the compress effect of the M3 catalog example "Top App Bar - Compress Effect Demo" (TopAppBarCompressEffectFragment) is not properly working on devices with API levels
**Is your feature request related to a problem?** Yes, this feature request is related to issue #2887 **Describe the solution you'd like** 1. For `com.google.android.material.appbar.MaterialToolbar ` and `androidx.appcompat.widget.Toolbar`, a compress...
**Description:** I've created an app with different tabs whereas each tab contains a separate fragment with separate id's. Each fragment contains a `RecyclerView`. The main activity setup consists of `AppBarLayout`,...
Hello, My app uses the same principles as the "Ch4 Toolbar+TabLayout" example on your page: ``` ``` `ViewPager2` acts as container for fragments. There is one fragment per tab. Each...
**Description:** In the Material Design M3 catalog example, if a user has set either **2-button** or **3-button** navigation mode and switches from portrait to landscape mode, the navigation bar overlaps...
Hi ailon, In lines 235-238: Why don't you just simly write... result.CanonicalManufacturer = manufacturer; ...? And in line 219: CanonicalManufacturer = manufacturer, From the switch/case statement in lines 25-26, the...
Are you sure that the latest change of RM-codes in PhoneNameResolver.cs ("nokia rm-1010 update") is really correct? According to http://forums.wpcentral.com/upcoming-rumored-devices/293171-just-found-rm-1010-others-navifirm.html the codes are as follows: ==> RM-1010 = Lumia 638...
**Description:** My app has a `MainActivity` and an `AboutActivity`. The latter is showing some information about the app, such as version, copyright, etc. The `AboutActivity` is called by an `Intent`....
**Description:** I have below structure in my `activity_main.xml`, incl. `SearchBar` and `SearchView`, similar to the [documentation](https://github.com/material-components/material-components-android/blob/master/docs/components/Search.md). I'm using a `ViewPager2` with fragments (one for each tab of the `TabLayout`, including...
Could you please add the latest Material Design M3 Expressive Icons to the library as well? For example, I was looking for the cellular network icon with 4 bars but...