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

Commit 20777293 authored by Tingting Wang's avatar Tingting Wang Committed by android-build-merger
Browse files

Add white circle for hamburger promo inner icon.

am: 4573646d

Change-Id: I9c161579319a226b2c79b92d159f31af65e5fec3
parents be79dab3 4573646d
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();
        }
    }