summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/about.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/about.xml')
-rw-r--r--app/src/main/res/layout/about.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/layout/about.xml b/app/src/main/res/layout/about.xml
index 2669caa3..3188d16f 100644
--- a/app/src/main/res/layout/about.xml
+++ b/app/src/main/res/layout/about.xml
@@ -134,6 +134,21 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/copyright_openssl" />
+
+ <Space
+ android:layout_width="match_parent"
+ android:layout_height="20sp" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/okhttp"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/copyright_okhttp" />
</LinearLayout>
</ScrollView>