adding some styling fixes

This commit is contained in:
tibbi 2022-07-25 12:32:19 +02:00
parent afb5d3bbca
commit 8238c81ddb
3 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:bb9c9e8714'
implementation 'com.github.SimpleMobileTools:Simple-Commons:f8b1a5a510'
implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e'
implementation 'com.github.Stericson:RootTools:df729dcb13'
implementation 'com.github.Stericson:RootShell:1.6'

View File

@ -111,6 +111,7 @@ class MainActivity : SimpleActivity() {
setupTabColors()
setupToolbar(main_toolbar, searchMenuItem = searchMenuItem)
refreshMenuItems()
getAllFragments().forEach {
it?.onResume(getProperTextColor())

View File

@ -23,6 +23,7 @@ class PDFViewerActivity : SimpleActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
showTransparentTop = true
showTransparentNavigation = true
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_pdf_viewer)