android-ui
android-ui copied to clipboard
Android UI library.
When the activity is rebuilt from a saved instance the current action on the actionview becomes invisible. For example, using the drawerAction, when I return to my activity and it...
Enables v7+ (minSdkVersion) backward compatibility using Jake Wharton's NineOldAndroids 2.4.0 and ViewCompat (support-v4 21.0.3). Updates the build tools to the latest versions (21.1.2). - http://developer.android.com/reference/android/support/v4/view/ViewCompat.html - https://github.com/JakeWharton/NineOldAndroids/
Hi, thanks for this really nice library! There seems to be a bug concering the CloseAction on older Android Devices, though. On my Transformer Prime running Android 4.1.1 (maybe also...
Hello, My group and I are from UBC and for our software engineering course we were hoping to contribute to your open source project. Using the code you provided in...
Can you upload the code from the sample apk so others can see how to use this library?
I've successfully back ported the RevealColorView with nineoldandroids but here is my issue, I changed the RevealColorView extends ViewGroup to FrameLayout for my Custom Layout but other view i've placed...
Hi! I have using ActionView in my layout. I have define width and height in dimens.xml for landscape and portrait. ``` xml ``` action_size is 56dp for portrait and 48dp...
Can you create an action like the new one in Play Store (release 5.0)? 
Hi! I don't know is it a bug or a feature, but when I set an Action on an ActionView (in particular the BackAction) without parameter "animate" it is pointing...
Hello! How can I implement this as a navigation drawer toggle? Thanks Florent1510