navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnackBar does NOT allow to change text color

Konraddd opened this issue · comments

Is it possible to change text color? You can change the background but not the text color?

commented

Find a way or create a way

public void setMessageTextColor(int Color) { ((TextView)findViewById(R.id.text)).setTextColor(Color); }