Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
bbdb78d846
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class SplitSegmentDialogFragment extends DialogFragment {
|
|||
Toolbar toolbar = (Toolbar) view.findViewById(R.id.split_interval_toolbar);
|
||||
TextView titleTextView = (TextView) toolbar.findViewById(R.id.title);
|
||||
if (app.getSettings().isLightContent()) {
|
||||
titleTextView.setTextAppearance(getContext(), R.style.Widget_Styled_LightActionBarHeader);
|
||||
titleTextView.setTextAppearance(getContext(), R.style.Widget_Styled_LightActionBarTitle);
|
||||
} else {
|
||||
titleTextView.setTextAppearance(getContext(), R.style.TextAppearance_AppCompat_Widget_ActionBar_Title);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue