Skip to content

Commit 8238c81

Browse files
committed
adding some styling fixes
1 parent afb5d3b commit 8238c81

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464
}
6565

6666
dependencies {
67-
implementation 'com.github.SimpleMobileTools:Simple-Commons:bb9c9e8714'
67+
implementation 'com.github.SimpleMobileTools:Simple-Commons:f8b1a5a510'
6868
implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e'
6969
implementation 'com.github.Stericson:RootTools:df729dcb13'
7070
implementation 'com.github.Stericson:RootShell:1.6'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ class MainActivity : SimpleActivity() {
111111

112112
setupTabColors()
113113
setupToolbar(main_toolbar, searchMenuItem = searchMenuItem)
114+
refreshMenuItems()
114115

115116
getAllFragments().forEach {
116117
it?.onResume(getProperTextColor())

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/PDFViewerActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class PDFViewerActivity : SimpleActivity() {
2323

2424
override fun onCreate(savedInstanceState: Bundle?) {
2525
showTransparentTop = true
26+
showTransparentNavigation = true
2627

2728
super.onCreate(savedInstanceState)
2829
setContentView(R.layout.activity_pdf_viewer)

0 commit comments

Comments
 (0)