material-about-library icon indicating copy to clipboard operation
material-about-library copied to clipboard

Makes it easy to create beautiful about screens for your apps

Results 11 material-about-library issues
Sort by recently updated
recently updated
newest added

Given the possibility for the user to be able to set the radius of the card

Please can you add the visibility of the scrollView always visible ?

Hello, I got a bottom navigation with some tabs, so when I put a lot of items, I can't see the lasts items, please allow us to add margins/padding

This PR adds support for combined action and checkbox/switch items to the `preferences` branch. The combined items contain a toggleable switch **and** a clickable action, depending on the clicked part...

I have a feedback item, I want add a badge on this item to notice new message. How could I do? thanks.

``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.Resources$Theme android.content.Context.getTheme()' on a null object reference at com.danielstone.materialaboutlibrary.items.MaterialAboutActionItem.setupItem(MaterialAboutActionItem.java:153) at com.danielstone.materialaboutlibrary.util.DefaultViewTypeManager.setupItem(DefaultViewTypeManager.java:53) at com.danielstone.materialaboutlibrary.adapters.MaterialAboutItemAdapter.onBindViewHolder(MaterialAboutItemAdapter.java:61) at com.danielstone.materialaboutlibrary.adapters.MaterialAboutItemAdapter.onBindViewHolder(MaterialAboutItemAdapter.java:25) at androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7065) at androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7107) at androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6012)...

When using .pngs as icons for the MaterialAboutActionItem Builder, they show as black boxes in version 3.1.2 ``` cardBuilder.addItem(MaterialAboutActionItem.Builder() .text("Test") .icon(R.drawable.test) .build()) ``` Although this works perfectly in 2.4.2 with...

bug
awaiting confirmation

See https://github.com/openhab/openhab-android/issues/1076#issuecomment-435570648. "Eclipse Public License..." should be right alligned. You can change this by adding `android:textDirection="locale"` to the textview.

bug

Hi! Is it possible to set a toggle state programmatically? It looks like `MaterialAboutToggleItem` doesn't have such method. I have a case when I should set toggle back depending on...

enhancement