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

Commit 57633421 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "CMFileManager: Overlay activity must use overlay style" into jellybean

parents 936b5230 41caa149
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ public class ChangeLogActivity extends Activity implements OnCancelListener, OnD
     */
    void applyTheme() {
        Theme theme = ThemeManager.getCurrentTheme(this);
        theme.setBaseTheme(this, false);
        theme.setBaseTheme(this, true);
    }

}
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ public class PickerActivity extends Activity
     */
    void applyTheme() {
        Theme theme = ThemeManager.getCurrentTheme(this);
        theme.setBaseTheme(this, false);
        theme.setBaseTheme(this, true);

        // View
        theme.setBackgroundDrawable(this, this.mRootView, "background_drawable"); //$NON-NLS-1$
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ public class ShortcutActivity extends Activity implements OnCancelListener, OnDi
     */
    void applyTheme() {
        Theme theme = ThemeManager.getCurrentTheme(this);
        theme.setBaseTheme(this, false);
        theme.setBaseTheme(this, true);
    }

}