AppCompat-Extension-Library icon indicating copy to clipboard operation
AppCompat-Extension-Library copied to clipboard

A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, D...

Results 6 AppCompat-Extension-Library issues
Sort by recently updated
recently updated
newest added

how i can remove the M on top ?

执行以下2句代码的时候,app界面会看见floatingActionMenu闪烁几次。 1、floatingActionMenu.removeButton(fab); 2、floatingActionMenu.addButton(fab); 希望在floatingActionMenu关闭的时候更新UI时,界面不闪烁。

how can change fab label typeface?

enhancement
question

There are a few things I'd like to do before releasing this: - [ ] Better right-to-left support - [x] Methods for manually expanding and collapsing the `FlexibleToolbarLayout` (might be...

enhancement

There are a lot of details in the [Picker](https://www.google.com/design/spec/components/pickers.html#) section of the Google Design guidelines. It would be nice to implement the look of the updated pickers for all Android...

enhancement

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.tr4android.support.extension.drawable.ColorTransitionDrawable.setColorRatio(float)' on a null object reference I have use updated version of android studio Android Studio Dolphin 2021.3.1 Patch 1. Android studio previous...