blob: 6bd02692ff9a58b14c2806fa3138623d30a442c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:id="@+id/feed_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/greeting" />
</ScrollView>
|