diff --git a/.reuse/dep5 b/.reuse/dep5 index b1088ff6d57f1f228fdbe25522ebe3b70c80941e..ae4ac319fb88ee2f0c1dc565ae79e4385f673f2d 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -50,4 +50,8 @@ License: Apache-2.0 Files: Corona-Warn-App/libs/play-services-nearby-exposurenotification-18.0.3.aar Copyright: Copyright 2020 Google LLC +License: Apache-2.0 + +Files: Corona-Warn-App/src/main/res/font/roboto.ttf +Copyright: 2011 Google Inc. License: Apache-2.0 \ No newline at end of file diff --git a/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_qr_code_poster.xml b/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_qr_code_poster.xml index 590b0a48c28bc6f1771a2a1063778e0c93b67f41..f6b5098993b199f056ddc6741d156a879e71a93d 100644 --- a/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_qr_code_poster.xml +++ b/Corona-Warn-App/src/deviceForTesters/res/layout/fragment_test_qr_code_poster.xml @@ -97,6 +97,7 @@ <TextView android:id="@+id/info_text_view" + style="@style/PosterTextStyle" android:layout_width="0dp" android:layout_height="wrap_content" android:maxLines="2" diff --git a/Corona-Warn-App/src/main/res/font/roboto.ttf b/Corona-Warn-App/src/main/res/font/roboto.ttf new file mode 100644 index 0000000000000000000000000000000000000000..2c97eeadffe1a34bd67d3ff1c3887fd53e22c2ca Binary files /dev/null and b/Corona-Warn-App/src/main/res/font/roboto.ttf differ diff --git a/Corona-Warn-App/src/main/res/layout/qr_code_poster_fragment.xml b/Corona-Warn-App/src/main/res/layout/qr_code_poster_fragment.xml index f2b6d1d139a858278c8c7abcbd497482a39e5a76..903ac942915ebfe2fdb1d7142222ef0b8db30926 100644 --- a/Corona-Warn-App/src/main/res/layout/qr_code_poster_fragment.xml +++ b/Corona-Warn-App/src/main/res/layout/qr_code_poster_fragment.xml @@ -93,6 +93,7 @@ <TextView android:id="@+id/info_text_view" + style="@style/PosterTextStyle" android:layout_width="0dp" android:layout_height="wrap_content" android:maxLines="2" diff --git a/Corona-Warn-App/src/main/res/values/styles.xml b/Corona-Warn-App/src/main/res/values/styles.xml index 0c94671196cdb387ebe89320c1e148377757b725..ecacc05a638093304b440e6405031fdf834af0ea 100644 --- a/Corona-Warn-App/src/main/res/values/styles.xml +++ b/Corona-Warn-App/src/main/res/values/styles.xml @@ -525,4 +525,8 @@ <item name="android:background">@drawable/circle_ripple</item> <item name="android:src">@drawable/ic_baseline_more_vert_24</item> </style> + + <style name="PosterTextStyle"> + <item name="android:fontFamily">@font/roboto</item> + </style> </resources>