Skip to content

Commit

Permalink
fix ugly black navigation bar color in MoreSettings Ui
Browse files Browse the repository at this point in the history
  • Loading branch information
empratyush authored and thestinger committed Oct 5, 2022
1 parent e0edc4b commit 91fdf99
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package app.grapheneos.camera.ui.activities

import android.annotation.SuppressLint
import android.content.Context
import android.content.Intent
import android.graphics.Color
import android.graphics.Rect
import android.os.Bundle
import android.view.KeyEvent
Expand Down Expand Up @@ -83,6 +83,7 @@ open class MoreSettings : AppCompatActivity(), TextView.OnEditorActionListener {
setContentView(binding.root)
setTitle(R.string.more_settings)
supportActionBar?.setDisplayHomeAsUpEnabled(true)
window.navigationBarColor = Color.TRANSPARENT

val showStorageSettings = this !is MoreSettingsSecure

Expand Down

0 comments on commit 91fdf99

Please sign in to comment.