Coder Social home page Coder Social logo

我想设置下水印是文字加logo的支持吗,然后每个水印之间需要加上下左右的margin,可以升个版本支持下不 about androidwm HOT 1 OPEN

kangshifu avatar kangshifu commented on August 28, 2024
我想设置下水印是文字加logo的支持吗,然后每个水印之间需要加上下左右的margin,可以升个版本支持下不

from androidwm.

Comments (1)

kangshifu avatar kangshifu commented on August 28, 2024

TextView textView = new TextView(getContext());
textView.setText("你好");
Drawable drawable = TBaseModuleApplication.getContext().getResources().getDrawable(R.drawable.water_mark_logo);
textView.setCompoundDrawables(drawable,null,null,null);
textView.setCompoundDrawablePadding(10);
WatermarkText watermarkText = new WatermarkText(textView)
.setPositionX(0.5)
.setPositionY(0.5)
.setTextColor(Color.WHITE)
.setTextAlpha(98)
.setRotation(-30)
.setTextSize(14);

    Watermark waterMark = WatermarkBuilder.create(TBaseModuleApplication.getContext(), bitmap)
            .setTileMode(true)
            .loadWatermarkText(watermarkText)
            .getWatermark();

设置后drawable图片没有绘制出来

from androidwm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.