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

Commit d39ab56d authored by Mark Harman's avatar Mark Harman
Browse files

Improve look of popup menu, apply dark grek to titles.

parent 02060767
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1471,6 +1471,7 @@ public class PopupView extends LinearLayout {
        text_view.setTextSize(TypedValue.COMPLEX_UNIT_DIP, title_text_size_dip);
        text_view.setTypeface(null, Typeface.BOLD);
        //text_view.setBackgroundColor(Color.GRAY); // debug
        text_view.setBackgroundColor(Color.argb(255, 32,  32, 32));
        this.addView(text_view);
    }