At the moment it provides:
Burger
Burger is an implementation of a design from Dribbble Open & Close by Creativedash.Dipper
Dipper is an implementation of a design from Dribbble On & Off by Creativedash.Material Burger
Material Burger is an implementation of a design from Google Material Design.Sandwich
Sandwich is an implementation of a design from Play & Pause.
example:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:roujiamo="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<cn.robust.roujiamo.library.view.Roujiamo
android:id="@+id/burger"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/green"
roujiamo:drawable="Burger" />
</RelativeLayout>
For more details, just check out the sample project.