1
0
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:
OliE
2018-02-24 07:38:56 +01:00
parent dd6c9b2098
commit 7fbb4a9f12

View File

@@ -243,6 +243,7 @@ public class GraphFragment extends Fragment implements FragmentUpdateListener {
FloatingActionButton actionButton = new FloatingActionButton(getContext());
actionButton.setTag("actionButton" + measurementView.getName());
actionButton.setColorFilter(Color.parseColor("#000000"));
actionButton.setImageDrawable(measurementView.getIcon());
actionButton.setClickable(true);
actionButton.setSize(android.support.design.widget.FloatingActionButton.SIZE_MINI);