diff options
author | fupduck <fupduck@riseup.net> | 2018-02-27 10:29:31 -0800 |
---|---|---|
committer | fupduck <fupduck@riseup.net> | 2018-02-27 10:29:31 -0800 |
commit | 25f20f0a5b028e60e5a4658fb30b929709939408 (patch) | |
tree | be29efacc1e841db0ccdc7d88019747b7b10688f /app/src/main/res/layout-xlarge | |
parent | be24e1bbc336f870d6c9a9eda6a0201e9f79d90f (diff) | |
parent | 51944da747bc883eeef09bb5ffc9b395416ec253 (diff) |
Merge branch '#8875_libraries_licences' into '0.9.8'
#8875 update licenses
See merge request leap/bitmask_android!60
Diffstat (limited to 'app/src/main/res/layout-xlarge')
-rw-r--r-- | app/src/main/res/layout-xlarge/about.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/app/src/main/res/layout-xlarge/about.xml b/app/src/main/res/layout-xlarge/about.xml index ea2251cf..c7896917 100644 --- a/app/src/main/res/layout-xlarge/about.xml +++ b/app/src/main/res/layout-xlarge/about.xml @@ -152,6 +152,58 @@ android:layout_height="wrap_content" android:textSize="18sp" android:text="@string/copyright_okhttp" /> + + <Space + android:layout_width="match_parent" + android:layout_height="20sp" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/mbetTLS" + android:textSize="24sp" + android:textAppearance="?android:attr/textAppearanceMedium" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textSize="18sp" + android:autoLink="web" + android:text="@string/copyright_mbetTLS" /> + + <Space + android:layout_width="match_parent" + android:layout_height="20sp" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/asio" + android:textSize="24sp" + android:textAppearance="?android:attr/textAppearanceMedium" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textSize="18sp" + android:text="@string/copyright_asio" /> + + <Space + android:layout_width="match_parent" + android:layout_height="20sp" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/openvpn3" + android:textSize="24sp" + android:textAppearance="?android:attr/textAppearanceMedium" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textSize="18sp" + android:text="@string/copyright_openvpn3" /> </LinearLayout> </ScrollView> |