Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df8fb7ab authored by TheScarastic's avatar TheScarastic Committed by Paul Keith
Browse files

FODCircleView: Add support for custom FP pressed icon

* For those devices which were calibrated to use
  non-solid color icons, add the icon in overlay.

Change-Id: If357b8eb0da17b1ea97a2ab5ca880d465c33adc9
parent 6d687f05
Loading
Loading
Loading
Loading
+108 B
Loading image diff...
+1 −0
Original line number Diff line number Diff line
@@ -201,6 +201,7 @@ public class FODCircleView extends ImageView {
                super.onDraw(canvas);
            }
        };
        mPressedView.setImageResource(R.drawable.fod_icon_pressed);

        mWindowManager.addView(this, mParams);