diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-05 21:29:06 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-05 21:29:06 +0100 |
commit | f75143f11bc8fce95baa659f5a87179611e74e65 (patch) | |
tree | 2d5c6e0b561f5216d9f395137a8e06e3b0f9e3ad /res/layout/about.xml | |
parent | 6aaa11be141b1e2eb9803f4d7713461dca9f342c (diff) |
Add copyright for bouncy castles
--HG--
extra : rebase_source : b8f7314dccb41686ec58a189e111935fdc8d4619
Diffstat (limited to 'res/layout/about.xml')
-rw-r--r-- | res/layout/about.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 41a75344..6766f687 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -127,6 +127,18 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/copyright_openssl" /> + + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/bouncy_castle" + android:textAppearance="?android:attr/textAppearanceMedium" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/copyright_bouncycastle" /> </LinearLayout> </ScrollView>
\ No newline at end of file |