https://github.com/utsavdotpro/materialerrorview
Simple icon + title + text + button type ErrorView on Material.io
https://github.com/utsavdotpro/materialerrorview
android android-library error-view material-ui ui-component
Last synced: about 1 month ago
JSON representation
Simple icon + title + text + button type ErrorView on Material.io
- Host: GitHub
- URL: https://github.com/utsavdotpro/materialerrorview
- Owner: utsavdotpro
- Created: 2021-03-01T20:01:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T20:42:51.000Z (about 5 years ago)
- Last Synced: 2025-03-28T23:46:09.337Z (about 1 year ago)
- Topics: android, android-library, error-view, material-ui, ui-component
- Language: Java
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://jitpack.io/#u-barnwal/MaterialErrorView)
# MaterialErrorView
UI Component. Simple horizontal divider with title for android.
## Sample

## Implementation
**Step 1:** Add to project level build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
**Step 2:** Add to app level build.gradle
dependencies {
implementation 'com.github.u-barnwal:MaterialErrorView:VERSION'
}
## How to use
**Create view**
**Setting action**
MaterialErrorView mev = findViewById(R.id.mev);
mev.setActionCallback(o -> {
Toast.makeText(this, "Performing the action!", Toast.LENGTH_SHORT).show()
});
## Features
- Fully adaptive
- Lightweight
## Links
- Live example
- https://pricelistlite.isolpro.in
- https://transactionslistlite.isolpro.in