Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Poster Text - Roboto font (DEV) #2819

Merged
merged 2 commits into from
Apr 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file added Corona-Warn-App/src/main/res/font/roboto.ttf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions Corona-Warn-App/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>