Skip to content

Instantly share code, notes, and snippets.

View artseld's full-sized avatar

Dzmitry Kazlovich artseld

View GitHub Profile
@artseld
artseld / MyActivity.java
Created August 7, 2015 11:59
Auto-Scrolling TextView
public class MyActivity {
@Override
public void onCreate(Bundle savedInstanceState) {
// ...
final ScrollTextView scrollText = (ScrollTextView) findViewById(R.id.scroll_text);
scrollText.addMessage("Message #1");
scrollText.addMessage("Message #2");