mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-29 19:20:36 +02:00
colour action button foreground icon black
This commit is contained in:
@@ -243,6 +243,7 @@ public class GraphFragment extends Fragment implements FragmentUpdateListener {
|
|||||||
FloatingActionButton actionButton = new FloatingActionButton(getContext());
|
FloatingActionButton actionButton = new FloatingActionButton(getContext());
|
||||||
|
|
||||||
actionButton.setTag("actionButton" + measurementView.getName());
|
actionButton.setTag("actionButton" + measurementView.getName());
|
||||||
|
actionButton.setColorFilter(Color.parseColor("#000000"));
|
||||||
actionButton.setImageDrawable(measurementView.getIcon());
|
actionButton.setImageDrawable(measurementView.getIcon());
|
||||||
actionButton.setClickable(true);
|
actionButton.setClickable(true);
|
||||||
actionButton.setSize(android.support.design.widget.FloatingActionButton.SIZE_MINI);
|
actionButton.setSize(android.support.design.widget.FloatingActionButton.SIZE_MINI);
|
||||||
|
Reference in New Issue
Block a user