diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-25 09:55:48 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-25 09:55:48 +0100 |
commit | 6cc2a06cfde63b0d3be3f40e7ace346421de1901 (patch) | |
tree | 1b20f55474381d057a38b6dff398d9941e2a3261 /res/layout | |
parent | d6e51630dcae4b9982a84fcd68b92b5c709d4c52 (diff) |
Add full license details
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/about.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index febdb954..61343517 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -172,6 +172,20 @@ android:layout_height="wrap_content" android:text="@string/copyright_bouncycastle" /> + <Space + android:layout_width="match_parent" + android:layout_height="150dp" /> + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="Full licenses" + android:textAppearance="?android:attr/textAppearanceLarge" /> + + <WebView + android:layout_width="match_parent" + android:layout_height="match_parent" + android:id="@+id/webView" + android:layout_gravity="center_horizontal" /> </LinearLayout> </ScrollView>
\ No newline at end of file |