Back to project page UniformTextView.
The source code is released under:
Apache License
If you think the Android project UniformTextView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package pl.dziobas.uniformtextview; /* w w w . j a v a 2 s .c o m*/ import android.os.Bundle; import android.support.v7.app.ActionBarActivity; public class ExampleActivity extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.example_main); } }