Skip to content

merterhk/JustifiedTextView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JustifiedTextView

Android Justified TextView

Default android textviews doesn't support justified text alignment. This Custom View is support 'only' justified text.

Android varsayılan TextView elementi her iki yana hizalanmış yazı özelliğini desteklemiyor. Bu View ile sadece her iki yana yaslanmış yazı özelliğini kullanabilirsiniz.

Using / Kullanım

JustifiedTextView jtv= new JustifiedTextView(getApplicationContext(), "Lorem ipsum dolor sit amet... ");
LinearLayout place = (LinearLayout) findViewById(R.id.book_profile_content);
place.addView(jtv);

Screenshots / Ekran görüntüleri



License

This source code is licensed under MIT License.

About

Android Justified TextView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages