diff options
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> |