Fix non-scrollable toolbar in AboutActivity

This commit is contained in:
serso
2016-04-30 10:07:07 +02:00
parent 545caebc32
commit 0f7e5ee3ee
5 changed files with 76 additions and 83 deletions

View File

@@ -50,7 +50,7 @@ public class AboutFragment extends BaseFragment {
TextView translatorsView;
public AboutFragment() {
super(R.layout.about_fragment);
super(R.layout.fragment_about);
}
@Override

View File

@@ -41,7 +41,7 @@ public class ReleaseNotesFragment extends BaseFragment {
TextView text;
public ReleaseNotesFragment() {
super(R.layout.release_notes_fragment);
super(R.layout.fragment_release_notes);
}
@Override