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

Commit 4573646d authored by Tingting Wang's avatar Tingting Wang
Browse files

Add white circle for hamburger promo inner icon.

BUG 30741927

Change-Id: I6b3624a7591554dda2d317e748bc5a2d41adbb44
parent d1750fa7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -439,8 +439,9 @@ public class ActionBarAdapter implements OnCloseListener {
                            R.string.hamburger_feature_highlight_header))
                    .setBody(mActivity.getResources().getString(
                            R.string.hamburger_feature_highlight_body))
                    .setInnerColor(mActivity.getResources().getColor(
                            R.color.hamburger_feature_highlight_inner_color))
                    .setTargetDrawable(
                            R.drawable.ic_menu_hamburger,
                            ContextCompat.getColor(mActivity, R.color.primary_color))
                    .build();
        }
    }