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

Commit 118b6a96 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

CMFM: Fix editor overflow icon on black theme



Change-Id: Ib159ac7a0993d9a71f19e8adac8b81346258f72c
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 87492122
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1430,6 +1430,8 @@ public class EditorActivity extends Activity implements TextWatcher {
        theme.setTextColor(this, (TextView)v, "text_color"); //$NON-NLS-1$
        v = findViewById(R.id.ab_button1);
        theme.setImageDrawable(this, (ImageView)v, "ab_save_drawable"); //$NON-NLS-1$
        v = findViewById(R.id.ab_button2);
        theme.setImageDrawable(this, (ImageView)v, "ab_overflow_drawable"); //$NON-NLS-1$
        //- View
        v = findViewById(R.id.editor_layout);
        theme.setBackgroundDrawable(this, v, "background_drawable"); //$NON-NLS-1$