Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathandelaSen authored Oct 12, 2020
1 parent ca50aba commit e115321
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ Add the dependency
implementation 'com.github.JonathandelaSen:CleanUI:0.0.5'
}



## Features ✅

- [x] Toolbars
- [x] Settings views
- [x] Title sections


## Next 🚀

- [ ] EditTexts
- [ ] Popups
- [ ] Notifications screen views

I will be glad to hear your suggestions 🙏


## Components 🧩

### Toolbar
Expand Down Expand Up @@ -263,3 +281,32 @@ Combine these components to get your settings UI
### Other

#### TitleSection
```XML
<devjdelasen.com.cleanui.TitleSection
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#FFF"
android:layout_marginTop="12dp"
android:layout_marginBottom="12dp"
app:title_section_title="Title section"
app:title_section_title_style="bold"
app:title_section_title_color="@color/app_colorPrimary"
>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Just a long text inside a TitleSection view. You can add here any view you like."
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="12dp"
/>

</devjdelasen.com.cleanui.TitleSection>
```



## Author
👨🏻‍💻 [Jonnie](https://www.instagram.com/devjdelasen/)

0 comments on commit e115321

Please sign in to comment.