-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload sample code #3
Comments
+1 |
How i'm using in my project :) ActionView mHome = new ActionView(c);
mHome.setAction(new DrawerAction());
mHome.setColor(Color.WHITE);
mHome.setPadding(itemPadding, itemPadding, itemPadding, itemPadding);
mHome.setBackgroundResource(R.drawable.default_toolbar_action_bg);
mHome.setClickable(true);
mHome.setAction(new BackAction()); // animate to new state |
Sample code to use Reveal Color View Demo link : https://gist.github.com/markushi/68ce8df77bed164b6275 |
I've built a repository for example that supports gradle: https://github.com/yongjhih/android-ui-example |
I got it working with other menu items but not with the android.R.id.home one. |
sample code please :-s |
Can you upload the code from the sample apk so others can see how to use this library?
The text was updated successfully, but these errors were encountered: