Jens Driller
Jens Driller
This lets you dynamically change the background drawable of the Action Bar. The method to use is `mFadingActionBarHelper.setActionBarBackground(drawable);` It will update the current Action Bar background and also retain the...
I recently needed a listener for the ActionBar's alpha value. Reason being that I can fade in/out the ActionBar title and subtitle along with the background drawable. Simple addition. Feel...
Temporary workaround for now: Just use AppCompat's `colorAccent` style attribute.
Ideally following the style of the `android` closure allowing to override less specific configs, for example: ``` android { ... defaultConfig { applicationId 'com.jenzz.buildconstants.sample' minSdkVersion 16 targetSdkVersion 23 versionCode 1...
Hi there! This is a great plugin. Thanks! :smile: What do you think of an option to automatically download available sources for all dependencies? You could enable it like this:...
This removes the launcher icon from the library which is redundant anyway and overrides the project's launcher icon. Fixes #3. I also updated Gradle and the Gradle Android Plugin to...
TestButler 2.0.0 crashes with the following stacktrace when using it on the latest Android Q Beta (API 29): > 2019-06-13 09:31:47.989 3682-3682/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.linkedin.android.testbutler, PID: 3682...
This happens due to missing support for context menus. ``` F/Uncaught exception( 8794): java.lang.NullPointerException F/Uncaught exception( 8794): at android.widget.AbsListView.showContextMenuForChild(AbsListView.java:3587) F/Uncaught exception( 8794): at android.view.ViewGroup.showContextMenuForChild(ViewGroup.java:668) F/Uncaught exception( 8794): at android.view.View.showContextMenu(View.java:4710) F/Uncaught...
Fixes issue #139