summaryrefslogtreecommitdiff
path: root/main/src/ui/res/layout/about.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/res/layout/about.xml')
-rw-r--r--main/src/ui/res/layout/about.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/src/ui/res/layout/about.xml b/main/src/ui/res/layout/about.xml
index fb2497ff..cd482996 100644
--- a/main/src/ui/res/layout/about.xml
+++ b/main/src/ui/res/layout/about.xml
@@ -45,9 +45,13 @@
android:id="@+id/version_ovpn3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="12sp"
tools:text="OpenVPN3 core version 8df8718283" />
-
+ <TextView
+ android:id="@+id/openssl_version"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="12sp"
+ tools:text="OpenSSL version 8df8718283" />
<TextView
android:layout_width="match_parent"