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 | |
parent | 93a5fd15a90fe88308003547d55e32123b6999e4 (diff) |
First time a fd was successfully transfered over a socket :)
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/about.xml | 6 | ||||
-rw-r--r-- | res/values/strings.xml | 3 |
2 files changed, 8 insertions, 1 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" diff --git a/res/values/strings.xml b/res/values/strings.xml index e3d54a8d..5b635ff9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -166,5 +166,6 @@ <string name="ip_not_cidr">Cannot make sense of %1$s and %2$s as local IP with CIDR netmask, assuming second address is peer address of remote. Using /32 netmask for local IP.</string> <string name="route_not_cidr">Cannot make sense of %1$s and %2$s as IP route with CIDR netmask, using /32 as netmask.</string> <string name="route_not_netip">Corrected route %1$s/%2$s to %3$s/%2$s</string> - <string name="keychain_access">Cannot accces the Android Keychain Certificates. If you restored a backup of the app reselect the certificate</string> + <string name="keychain_access">Cannot accces the Android Keychain Certificates. If you restored a backup of the app reselect the certificate</string> + <string name="version_info">Version: %s</string> </resources> |