Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

added blockquote styling feature #189

Merged
merged 2 commits into from
Sep 7, 2020

Conversation

sunny52525
Copy link
Contributor

Users can now style blockquote tags(set background color,set strip color, set strip width), instead of living with the default blue ugly line.
To change background color
textView.blockQuoteBackgroundColor=getResources().getColor(R.color.whitish);

To change strip color
textView.blockQuoteStripColor=getResources().getColor(R.color.blue);

Difference
difference

@dschuermann dschuermann merged commit bb5fc08 into SufficientlySecure:master Sep 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants