Skip to content

Commit

Permalink
Add thunderbird team to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Jun 26, 2024
1 parent d6c9711 commit 16fa5c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/ui/legacy/src/main/res/layout/fragment_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
android:layout_height="wrap_content"
android:text="@string/about_app_authors_k9"
android:textAppearance="?attr/textAppearanceBodyMedium" />

<com.google.android.material.textview.MaterialTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/about_app_authors_thunderbird"
android:textAppearance="?attr/textAppearanceBodyMedium" />
</LinearLayout>
</LinearLayout>

Expand Down
1 change: 1 addition & 0 deletions app/ui/legacy/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<!-- Used in the about dialog -->
<string name="about_app_authors_k9">The K-9 Dog Walkers</string>
<string name="about_app_authors_thunderbird">Thunderbird Mobile Team</string>
<string name="source_code">Source code</string>
<string name="app_license">Apache License, Version 2.0</string>
<string name="about_project_title">Open Source Project</string>
Expand Down

0 comments on commit 16fa5c4

Please sign in to comment.