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

Commit 5ec8b13a authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Rajesh Yengisetty
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
(cherry picked from commit 1ac66923)
(cherry picked from commit 17784a4f)
parent 3195ac45
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -636,8 +636,7 @@ public final class ThemeManager {
         */
         */
        private void applyButtonStyle(Context ctx, Button button) {
        private void applyButtonStyle(Context ctx, Button button) {
            if (button != null) {
            if (button != null) {
                setBackgroundDrawable(ctx, button, "selectors_button_drawable"); //$NON-NLS-1$
                setTextColor(ctx, button, "dialog_text_color"); //$NON-NLS-1$
                setTextColor(ctx, button, "text_color"); //$NON-NLS-1$
            }
            }
        }
        }