Skip to content

Commit

Permalink
Subtitle in Main Page removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonjuni committed Nov 4, 2016
1 parent 5df02f1 commit 4570943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa
View view = inflater.inflate(R.layout.fragment_main, container, false);
ActionBar actionBar = ((AppCompatActivity) getActivity()).getSupportActionBar();
if (actionBar != null) {
actionBar.setSubtitle(R.string.action_main);
//actionBar.setSubtitle(R.string.action_main);
actionBar.setDisplayHomeAsUpEnabled(true);
}
container.removeAllViews();
Expand Down

0 comments on commit 4570943

Please sign in to comment.