Back to project page Android-TextFontStyle.
The source code is released under:
Apache License
If you think the Android project Android-TextFontStyle 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 com.textstyle.sample; /*from w ww .j a va 2 s .c o m*/ import android.app.Activity; import android.os.Bundle; /** * User: raychenon * Date: 17/7/13 * Time: 12:34 AM */ public class StyleTextActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.avt_style); } }