diff options
Diffstat (limited to 'res/layout')
-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 |