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

Commit

Permalink
Poster Text - Roboto font (DEV) (#2819)
Browse files Browse the repository at this point in the history
* Use robot fontFamily

* license update

Co-authored-by: Luka Harambasic <luka.harambasic@sap.com>
  • Loading branch information
mtwalli and harambasicluka authored Apr 13, 2021
1 parent f36e577 commit 69ea7e0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
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>

0 comments on commit 69ea7e0

Please sign in to comment.