Back to project page Android-Lib-VerticalMarqueeTextView.
The source code is released under:
Apache License
If you think the Android project Android-Lib-VerticalMarqueeTextView 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 android.lib.verticalmarqueetextview; //w w w .j av a 2 s. c o m import android.app.Activity; import android.os.Bundle; public final class ExampleActivity extends Activity { @Override protected void onCreate(final Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.setContentView(R.layout.activity_example); } }