We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fcd92 commit 13a5825Copy full SHA for 13a5825
PowerFileExplorer/src/main/java/net/gnu/explorer/ExplorerActivity.java
@@ -2448,7 +2448,8 @@ private void updateColor() {
2448
2449
setTheme(mCurTheme);
2450
window.getDecorView().setBackgroundColor(Constants.BASE_BACKGROUND);
2451
-
+ findViewById(R.id.buttons).setBackgroundColor(Constants.BASE_BACKGROUND);
2452
+
2453
if (configurationChanged) {
2454
configurationChanged = false;
2455
} else if (slideFrag != null) {
0 commit comments