diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-05 17:55:46 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-05 17:55:46 +0200 |
commit | 4a7488e0b5dc2a0069d2a4c9b461631016a95d45 (patch) | |
tree | 4b3ea85dc5d6ef8c2f583238533b4ce20def5936 /res/layout | |
parent | 93a5fd15a90fe88308003547d55e32123b6999e4 (diff) |
First time a fd was successfully transfered over a socket :)
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index ba166277..f8f10a2a 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -8,6 +8,12 @@ android:layout_height="wrap_content" android:orientation="vertical" > + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:id="@+id/version" /> + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" |