Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Gradle plugin to modify android app icon.

License

NotificationsYou must be signed in to change notification settings

memfis19/Tape

Repository files navigation

DownloadBuild StatusAndroid Arsenal

Plugin for android app to modify app icon. Useful for developing purposes i.e. to show deployment kind, build type or version. Supports raster images usually png-s and vector images (usingApache Batik).

How to add?

  1. Add buildscript dependency:classpath 'me.surzhenko.rodion:tape:1.1.0'
  2. Apply plugin:apply plugin: 'icon-tape'

How to use?

To start using you should add next extension section to your appbuild.gradle script, i.e.:

tape {    stripeColor = 0xCC991155    textColor = 0xFFDDAA11    fontSize = 36    text = ["Test", "Dev"]    buildTypes = ["debug"]}

Please notice that color supports transparency so please pass alpha in color values too.

Sample

Bugs and Feedback

For bugs, feature requests, and discussion please useGitHub Issues.

MIT License
Copyright (c) 2018 Rodion Surzhenko

Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.

About

Gradle plugin to modify android app icon.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp