Skip to content

Commit 13a5825

Browse files
committed
background button
1 parent 67fcd92 commit 13a5825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PowerFileExplorer/src/main/java/net/gnu/explorer/ExplorerActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,8 @@ private void updateColor() {
24482448

24492449
setTheme(mCurTheme);
24502450
window.getDecorView().setBackgroundColor(Constants.BASE_BACKGROUND);
2451-
2451+
findViewById(R.id.buttons).setBackgroundColor(Constants.BASE_BACKGROUND);
2452+
24522453
if (configurationChanged) {
24532454
configurationChanged = false;
24542455
} else if (slideFrag != null) {

0 commit comments

Comments
 (0)