Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
#SlideSideMenu for Android
# SlideSideMenu for Android

A layout widget for a sliding side menu.

##Features
## Features

- Sleek slide menu animation
- Use in xml
- Customize animation
- Easy to use

##Demo
## Demo

![](screens/demo.gif)

##Import
## Import

```xml
Coming Soon... (Please clone for now)
```

##Usage
## Usage

For basic usage, simply add to layout xml:

Expand Down Expand Up @@ -52,4 +52,4 @@ For basic usage, simply add to layout xml:
</FrameLayout>
</com.lemonade.widgets.slidesidemenu.SlideSideMenuContentCardView>
</com.lemonade.widgets.slidesidemenu.SlideSideMenuTransitionLayout>
```
```