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 | dba28ea4eacf852a245fc36fb5171d7702f78cc1 (patch) | |
tree | 4b3ea85dc5d6ef8c2f583238533b4ce20def5936 /res/layout | |
parent | 21f0e327e0f23b0e76c420d73298dc911408ef96 (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" |