Skip to content

Conversation

@meets7
Copy link

@meets7 meets7 commented Sep 14, 2021

This allows the ability to change alert dialog style and also provides the ability
to set status bar color. Can even be set to transparent to allow and draw behind without
translucency.

Before:

After:

Usage:

  viewer = StfalconImageViewer.Builder<Poster>(this, Demo.posters, ::loadPosterImage)
      .withStartPosition(startPosition)
      .withHiddenStatusBar(false)
      .shouldStatusBarTransparent(true)
      .withDialogStyle(R.style.MyCustomStyle)
      .show()

meets7 and others added 2 commits September 14, 2021 16:11
This allows the ability to change alert dialog style and also provides the ability
to set status bar color. Can even be set to transparent to allow and draw behind without
translucency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant