mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add ActionBar to About screen
This commit is contained in:
parent
eb99350caf
commit
b9eafa66b9
2 changed files with 2 additions and 3 deletions
|
|
@ -77,7 +77,8 @@
|
|||
/>
|
||||
<activity
|
||||
android:name=".AboutActivity"
|
||||
android:label="@string/title_activity_about"/>
|
||||
android:label="@string/title_activity_about"
|
||||
android:parentActivityName=".contributions.ContributionsActivity" />
|
||||
<activity
|
||||
android:name=".auth.SignupActivity"
|
||||
android:label="@string/title_activity_signup"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue