Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to change dialog style to allow alert dialog customizations #79

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

None yet

1 participant