Justify text in an Android app using a WebView but presenting a TextView-like interface?

后端 未结 6 634
别那么骄傲
别那么骄傲 2020-11-29 02:27

I\'m looking for a simple way to forget that I\'m using a WebView to have justified text in my TextView. Has someone made a custom view for this? I

6条回答
  •  不知归路
    2020-11-29 03:14

    Take a look at this link. It uses a WebView to be bale to fully justify the text of a CheckBox in Android. It also can be used exactly the same in TextView, since each CheckBox is in fact a TextView and a Button. http://www.collegemobile.com/2014/09/justify-text-android-checkbox/

提交回复
热议问题