MrWasdennnoch

156
reputation
1
15
<TextView
    android:id="@+id/about_me"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:text="Programming Android apps for fun." />

 

((TextView) findViewById(R.id.about_me))
    .setText("Also I don't know what to put here.\n"+
        "Everything interesting is on my website.");