Issue
Which widgets can I use to display text like below image? I think about Webview, it displays type 1 and 2 ( see image ) so good, but what about type 3 ? I have lots of pages like that, so it must spend much time to create html.
Solution
If you have many pages like this, I would advice you to use WebView
.
Your 3rd part can be achieved by a placing it in a <code>...</code>
block, with CSS
like,
code {
background:#F8F8FF;
border:black dashed 1px;
padding:6px
}
Hope it helps.
Answered By - Let'sRefactor
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.