Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • justify text in android using webview

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.93k
    Comment on it

    Android does not support justification of text,but we can achieve this using loading the text in WebView.

    1. String youtContentStr = String.valueOf(Html
    2. .fromHtml("<![CDATA[<body style=\"text-align:justify;color:#222222; \">"
    3. + getResources().getString(R.string.app_name)
    4. + "</body>]]>"));
    5. WebView webView=(WebView)findViewById(R.id.webview);
    6. webView.loadData(youtContentStr, "text/html; charset=utf-8","UTF-8");

    Thanks.

     

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: