mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Set title for launcher activity appropriately
This commit is contained in:
parent
822f4eff50
commit
d8c6c304fd
2 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
<activity
|
||||
android:name=".contributions.ContributionsActivity"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/title_activity_contributions"
|
||||
android:label="@string/app_name"
|
||||
>
|
||||
<intent-filter>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue