-
Hello. I hid the hamburger and showed the button arrow_back.
`
mDrawer.actionBarDrawerToggle?.isDrawerIndicatorEnabled = false
mainActivity.supportActionBar?.setDisplayHomeAsUpEnabled(true…
-
## About this issue
Hello! Facing an issue on `4.0.2 -> v5.0.0-a0*` update.
Using an icon in a simple `ImageView/AppCompatImageView` works just fine, but an attempt to use this same icon in `com.g…
-
## About this issue
- Briefly describe the issue
I'm hitting an IndexOutOfBoundsException when using calculateDiff and the difference results in items being removed. My usage is as follows. Any …
-
## About this issue
Some of the licenses are missing in our multi-module/multi-flavor project.
I've run this code:
```kotlin
val noLicenses = libraries.filter { it.license == null || it.lice…
-
Using gradle plugin in 8.0.0-rc01 version i cannot build app.
Build crashes with error:
```
C:\Projects\\app\build\generated\aboutlibraries\res\values\aboutlibraries.xml:1707:3-67: AAPT: error: …
-
i try to assign a color to icon but can't resolve method toIconicsColor. Can guide me to fix the problem please?
new IconicsDrawable(mContext).icon(GoogleMaterial.Icon.gmd_card_travel).color(C…
-
Hi Mike,
After setting up the drawer with primary and secondary drawer items, I was not able to add header in the material drawer. I want to replace the primary drawer item with the the header
Thank…
-
## About this issue
I forked [phimpme-android](https://github.com/fossasia/phimpme-android) to fix it because on my device it crashes on startup. The crash was similar to #470 and because phimpme u…
-
__Current behaviour__
__Variant 1__
On some phones, the library activity will be killed while the user uses the image viewer (brutal memory optimization ?).
As a consequence, when going back to t…
-
Heya,
I'm using v5.0.0. My users have a hard time seeing when an draggable list item enters the "dragged" state because it doesn't change visually.
=> I'd like to style (apply elevation and/or…