add necessary font copyright notice in about screen

This commit is contained in:
Jonathan Fisher 2020-11-16 15:08:24 +00:00
parent 229ae37cad
commit 9687d73dfb
2 changed files with 16 additions and 0 deletions

View File

@ -105,6 +105,21 @@
android:text="@string/gnu_link"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginBottom="@dimen/default_margin"
android:layout_marginTop="@dimen/default_margin"
android:alpha="0.5"
android:background="?attr/colorOnSurface" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/default_margin"
android:textColor="@color/stroke"
android:text="@string/about_deja_vu_sans"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"

View File

@ -18,6 +18,7 @@
\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.\n
\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n
\nYou should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses</string>
<string name="about_deja_vu_sans">Code blocks are rendered using DejaVu Sans Mono:\n\nCopyright © 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc.\n\nSome included glyphs, imported from Arev Fonts:\n\nCopyright © 2006 by Tavmjong Bah. All Rights Reserved.</string>
<string name="clear_cache">Clear runtime cache</string>
<string name="history">History</string>
<string name="clear_history">Clear history</string>