mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #498 from veyndan/about-actionbar
Add ActionBar to About screen
This commit is contained in:
commit
0fbd3a9cf6
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"/>
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ public class AboutActivity extends BaseActivity {
|
|||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_about);
|
||||
|
||||
getSupportActionBar().hide();
|
||||
|
||||
ButterKnife.bind(this);
|
||||
|
||||
uploadsToText.setText(CommonsApplication.EVENTLOG_WIKI);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue