| Index: res/layout/about.xml |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/res/layout/about.xml |
| @@ -0,0 +1,18 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
| + android:layout_width="fill_parent" |
| + android:layout_height="fill_parent" > |
| + |
| + <LinearLayout |
| + android:layout_width="wrap_content" |
| + android:layout_height="wrap_content" |
| + android:orientation="vertical" |
| + android:padding="8dip" > |
| + |
| + <TextView |
| + android:id="@+id/about_text" |
| + android:layout_width="fill_parent" |
| + android:layout_height="wrap_content" /> |
| + </LinearLayout> |
| + |
| +</ScrollView> |