adding some styling fixes
This commit is contained in:
parent
afb5d3bbca
commit
8238c81ddb
|
@ -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'
|
||||
|
|
|
@ -111,6 +111,7 @@ class MainActivity : SimpleActivity() {
|
|||
|
||||
setupTabColors()
|
||||
setupToolbar(main_toolbar, searchMenuItem = searchMenuItem)
|
||||
refreshMenuItems()
|
||||
|
||||
getAllFragments().forEach {
|
||||
it?.onResume(getProperTextColor())
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue