Reading
Add Comment
android-ui
Android library for UI components.
Gradle integration:
Gradle integration:
Requires API level 14+
Download example apk
Download example apk
Components
ActionView
<at.markushi.ui.ActionView
android:id="@+id/action"
android:layout_width="56dip"
android:layout_height="56dip"
android:padding="16dip"
app:av_color="@android:color/white"
app:av_action="drawer"/>
You can dynamically change the action with:
The following Actions are built in:
- DrawerAction
- BackAction
- CloseAction
- PlusAction
Please note: ActionView is still under development. The API might change at any time.
RevealColorView
Download the Project Zip
A component which mimics parts of the circular reveal/hide animation introduced in the Android-L preview.
Note: This is not a backport of the original reveal/hide effect.
A component which mimics parts of the circular reveal/hide animation introduced in the Android-L preview.
Note: This is not a backport of the original reveal/hide effect.
See this example gist on how to use it.
0 comments:
Post a Comment