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 22c233a commit 5ae9525Copy full SHA for 5ae9525
PowerFileExplorer/src/main/assets/armeabi-v7a/zpaq
-112 KB
PowerFileExplorer/src/main/java/net/gnu/explorer/ZipFragment.java
@@ -933,7 +933,8 @@ public void updateColor(View rootView) {
933
searchButton.setColorFilter(Constants.TEXT_COLOR);
934
noFileImage.setColorFilter(Constants.TEXT_COLOR);
935
noFileText.setTextColor(Constants.TEXT_COLOR);
936
-
+ dirMore.setColorFilter(Constants.TEXT_COLOR);
937
+
938
horizontalDivider0.setBackgroundColor(Constants.DIVIDER_COLOR);
939
horizontalDivider12.setBackgroundColor(Constants.DIVIDER_COLOR);
940
horizontalDivider7.setBackgroundColor(Constants.DIVIDER_COLOR);
0 commit comments