GithubHelp home page GithubHelp logo

Comments (4)

GrenderG avatar GrenderG commented on July 28, 2024 2

@alirezanazari I have added an option to customize every parameter of Toasty.

You can add this (beta) version like so: compile 'com.github.GrenderG:Toasty:8125e2f'

Usage (you can set this anywhere in your app, but before showing any Toasts):

Toasty.Config.getInstance()
    .setErrorColor(int) // optional
    .setInfoColor(int) // optional
    .setSuccessColor(int) // optional
    .setWarningColor(int) // optional
    .setTextColor(int) // optional
    .setToastTypeface(AssetManager, String) // optional
    .apply(); // required

I have to go now, please test it a little bit and give me feedback. If it works correctly I will make the 1.2.0 release.

from toasty.

GrenderG avatar GrenderG commented on July 28, 2024

There's no way to change the font at this moment, I'm using the original Toast's font. I'll study if I add that feature.

Your second question belongs here, but as I said the only way to change icon's position is to give your app RTL support.

from toasty.

GrenderG avatar GrenderG commented on July 28, 2024

Version 1.2.0 has been released, please use it like so:

compile 'com.github.GrenderG:Toasty:1.2.0'

from toasty.

alirezanazari avatar alirezanazari commented on July 28, 2024

tnx bro

from toasty.

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.