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

Commit 654e4e41 authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 3300456 - Prevent duplicate action bar backgrounds in shared

container

Change-Id: I8edb99739be43c7ee82eb4dc4b82a9be17f92d0c
parent 003f338b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -135,6 +135,9 @@ public class ActionBarView extends ViewGroup {
    public ActionBarView(Context context, AttributeSet attrs) {
        super(context, attrs);

        // Background is always provided by the container.
        setBackgroundResource(0);

        TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ActionBar);

        ApplicationInfo appInfo = context.getApplicationInfo();