Fix build
This commit is contained in:
parent
27e2c1140c
commit
93ad0dba87
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