Show style and ul li tag in android Textview











up vote
0
down vote

favorite












I have String with ul,li and style tag in it. And I am trying to show them in HTML formatting in textview.



String



    <style type='text/css'> 
ul
{
list-style-type: circle;
font-size: 16px;
}




<div style='font-family: Montserrat;line-height: 30px; text-align: left; color: #383838;'> 
<ul>
<li>
Hello Everyone <span style='font-weight: 600; color: #b49fe1;'>Good Morning</span> How are You ?.</br>
</li>
<li>
Good morning <span style='color: #b49fe1;font-weight: 600;'>Have a nice day</span>.</br>
</li>
</ul>




textView.setText(Html.fromHtml(myHtmlText));



But textview shows the plain text.



SomeHow i managed to convert the ul and li tag by using this but didn't look like i want .



Is anyone know How can I have use style,ul and li tag in textview?










share|improve this question
























  • use webview instead
    – V-rund Puro-hit
    Nov 15 at 7:24










  • Thankyou @Sultan Mahmud But i found a library that works fine for me MarkDown Library
    – Rahul Chaudhary
    Nov 15 at 7:56










  • @V-rundPuro-hit webview not converting the Font tags that's why i use Markdown View Library.
    – Rahul Chaudhary
    Nov 15 at 10:51










  • Android does not support CSS in TextView
    – Onik
    Nov 15 at 18:52















up vote
0
down vote

favorite












I have String with ul,li and style tag in it. And I am trying to show them in HTML formatting in textview.



String



    <style type='text/css'> 
ul
{
list-style-type: circle;
font-size: 16px;
}




<div style='font-family: Montserrat;line-height: 30px; text-align: left; color: #383838;'> 
<ul>
<li>
Hello Everyone <span style='font-weight: 600; color: #b49fe1;'>Good Morning</span> How are You ?.</br>
</li>
<li>
Good morning <span style='color: #b49fe1;font-weight: 600;'>Have a nice day</span>.</br>
</li>
</ul>




textView.setText(Html.fromHtml(myHtmlText));



But textview shows the plain text.



SomeHow i managed to convert the ul and li tag by using this but didn't look like i want .



Is anyone know How can I have use style,ul and li tag in textview?










share|improve this question
























  • use webview instead
    – V-rund Puro-hit
    Nov 15 at 7:24










  • Thankyou @Sultan Mahmud But i found a library that works fine for me MarkDown Library
    – Rahul Chaudhary
    Nov 15 at 7:56










  • @V-rundPuro-hit webview not converting the Font tags that's why i use Markdown View Library.
    – Rahul Chaudhary
    Nov 15 at 10:51










  • Android does not support CSS in TextView
    – Onik
    Nov 15 at 18:52













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have String with ul,li and style tag in it. And I am trying to show them in HTML formatting in textview.



String



    <style type='text/css'> 
ul
{
list-style-type: circle;
font-size: 16px;
}




<div style='font-family: Montserrat;line-height: 30px; text-align: left; color: #383838;'> 
<ul>
<li>
Hello Everyone <span style='font-weight: 600; color: #b49fe1;'>Good Morning</span> How are You ?.</br>
</li>
<li>
Good morning <span style='color: #b49fe1;font-weight: 600;'>Have a nice day</span>.</br>
</li>
</ul>




textView.setText(Html.fromHtml(myHtmlText));



But textview shows the plain text.



SomeHow i managed to convert the ul and li tag by using this but didn't look like i want .



Is anyone know How can I have use style,ul and li tag in textview?










share|improve this question















I have String with ul,li and style tag in it. And I am trying to show them in HTML formatting in textview.



String



    <style type='text/css'> 
ul
{
list-style-type: circle;
font-size: 16px;
}




<div style='font-family: Montserrat;line-height: 30px; text-align: left; color: #383838;'> 
<ul>
<li>
Hello Everyone <span style='font-weight: 600; color: #b49fe1;'>Good Morning</span> How are You ?.</br>
</li>
<li>
Good morning <span style='color: #b49fe1;font-weight: 600;'>Have a nice day</span>.</br>
</li>
</ul>




textView.setText(Html.fromHtml(myHtmlText));



But textview shows the plain text.



SomeHow i managed to convert the ul and li tag by using this but didn't look like i want .



Is anyone know How can I have use style,ul and li tag in textview?







android html css






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 15 at 7:25

























asked Nov 15 at 7:00









Rahul Chaudhary

66




66












  • use webview instead
    – V-rund Puro-hit
    Nov 15 at 7:24










  • Thankyou @Sultan Mahmud But i found a library that works fine for me MarkDown Library
    – Rahul Chaudhary
    Nov 15 at 7:56










  • @V-rundPuro-hit webview not converting the Font tags that's why i use Markdown View Library.
    – Rahul Chaudhary
    Nov 15 at 10:51










  • Android does not support CSS in TextView
    – Onik
    Nov 15 at 18:52


















  • use webview instead
    – V-rund Puro-hit
    Nov 15 at 7:24










  • Thankyou @Sultan Mahmud But i found a library that works fine for me MarkDown Library
    – Rahul Chaudhary
    Nov 15 at 7:56










  • @V-rundPuro-hit webview not converting the Font tags that's why i use Markdown View Library.
    – Rahul Chaudhary
    Nov 15 at 10:51










  • Android does not support CSS in TextView
    – Onik
    Nov 15 at 18:52
















use webview instead
– V-rund Puro-hit
Nov 15 at 7:24




use webview instead
– V-rund Puro-hit
Nov 15 at 7:24












Thankyou @Sultan Mahmud But i found a library that works fine for me MarkDown Library
– Rahul Chaudhary
Nov 15 at 7:56




Thankyou @Sultan Mahmud But i found a library that works fine for me MarkDown Library
– Rahul Chaudhary
Nov 15 at 7:56












@V-rundPuro-hit webview not converting the Font tags that's why i use Markdown View Library.
– Rahul Chaudhary
Nov 15 at 10:51




@V-rundPuro-hit webview not converting the Font tags that's why i use Markdown View Library.
– Rahul Chaudhary
Nov 15 at 10:51












Android does not support CSS in TextView
– Onik
Nov 15 at 18:52




Android does not support CSS in TextView
– Onik
Nov 15 at 18:52












1 Answer
1






active

oldest

votes

















up vote
0
down vote













You are using CSS but CSS is not supported in android. You can use webview instead.



Below tags are supported in android.For more details look here



br
p
div
em
b
strong
cite
dfn
i
big
small
font
blockquote
tt
monospace
a
u
sup
sub





share|improve this answer





















    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53314016%2fshow-style-and-ul-li-tag-in-android-textview%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    You are using CSS but CSS is not supported in android. You can use webview instead.



    Below tags are supported in android.For more details look here



    br
    p
    div
    em
    b
    strong
    cite
    dfn
    i
    big
    small
    font
    blockquote
    tt
    monospace
    a
    u
    sup
    sub





    share|improve this answer

























      up vote
      0
      down vote













      You are using CSS but CSS is not supported in android. You can use webview instead.



      Below tags are supported in android.For more details look here



      br
      p
      div
      em
      b
      strong
      cite
      dfn
      i
      big
      small
      font
      blockquote
      tt
      monospace
      a
      u
      sup
      sub





      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        You are using CSS but CSS is not supported in android. You can use webview instead.



        Below tags are supported in android.For more details look here



        br
        p
        div
        em
        b
        strong
        cite
        dfn
        i
        big
        small
        font
        blockquote
        tt
        monospace
        a
        u
        sup
        sub





        share|improve this answer












        You are using CSS but CSS is not supported in android. You can use webview instead.



        Below tags are supported in android.For more details look here



        br
        p
        div
        em
        b
        strong
        cite
        dfn
        i
        big
        small
        font
        blockquote
        tt
        monospace
        a
        u
        sup
        sub






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 15 at 7:24









        Sultan Mahmud

        23017




        23017






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53314016%2fshow-style-and-ul-li-tag-in-android-textview%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?