Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Material theme and remove flashbar #91

Merged
merged 3 commits into from
Apr 25, 2019

Conversation

hossain-khan
Copy link
Owner

…ue to issue reported below.

aritraroy/Flashbar#8

This is possible because of simple use case for this demo app. For other complex app, this solution may not be feasible as flashbar has far more features than just bottom docked bar.
```
Fragment not instantiatable
../../src/main/java/com/hossainkhan/android/demo/ui/dialog/LayoutInfoDialog.kt:35: Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundle) instead
 32 /**
 33  * Bottom sheet dialog to show layout information.
 34  */
 35 class LayoutInfoDialog(
 36         private val title: String = "",
 37         private val desciption: String = "",
 38         private val previewXmlListener: (() -> Unit)? = null
```
@hossain-khan hossain-khan merged commit be4efea into master Apr 25, 2019
@hossain-khan hossain-khan deleted the material-theme-and-remove-flashbar branch April 25, 2019 04:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant