[Android Open Source] ActionSheet
https://github.com/baoyongzhang/android-ActionSheet This is like iOS UIActionSheet component, has iOS6 and iOS7 style, support custom style, background, button image, text color and spacing etc. UsageAdd dependencydependencies { compile 'com.baoyz.actionsheet:library:1.1.1' }Create ActionSheet and showActionSheet.createBuilder(this, getSupportFragmentManager()) .setCancelButtonTitle("Cancel") .s..
2015. 7. 29. 14:07