Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Can i disable the FAB? #34

Open
Soptq opened this issue Feb 3, 2018 · 2 comments
Open

Can i disable the FAB? #34

Soptq opened this issue Feb 3, 2018 · 2 comments

Comments

@Soptq
Copy link

Soptq commented Feb 3, 2018

Can i disable the FAB?

@HLMODRIC
Copy link

HLMODRIC commented Mar 1, 2018

InternalStyleSheet css = new Github();
css.addRule(".scrollup", "width: 40px", "height: 40px", "position: fixed", "bottom: 15px", "right: 15px", "visibility: hidden", "display: flex", "align-items: center", "justify-content: center", "margin: 0 !important", "line-height: 70px", "box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28)", "border-radius: 50%", "color: #fff", "padding: 5px");
mMarkdownView.addStyleSheet(css);

or

InternalStyleSheet css = new Github();
css.removeRule (".scrollup");
mMarkdownView.addStyleSheet(css);

@TobiasReich
Copy link

But that removes the possibility of setting my own css style, right? I was setting it via ExternalStyleSheet.fromAsset() but I don't see an option for "merging" both.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants