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

Commit 1ac66923 authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Gerrit Code Review
Browse files

CMFileManager: change dialog buttons to use dialog_text_color theme

Also remove themed button background for dialog buttons, causes the
dialog buttons to appear too close to each other.

Change-Id: I7059ad3da2b958aeca63d451fbd4cb1a26e792a4
parent 2f7e43ce
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -636,8 +636,7 @@ public final class ThemeManager {
         */
        private void applyButtonStyle(Context ctx, Button button) {
            if (button != null) {
                setBackgroundDrawable(ctx, button, "selectors_button_drawable"); //$NON-NLS-1$
                setTextColor(ctx, button, "text_color"); //$NON-NLS-1$
                setTextColor(ctx, button, "dialog_text_color"); //$NON-NLS-1$
            }
        }