configure action bar font
This commit is contained in:
parent
3ddf40cc20
commit
a38e0cf4d4
|
|
@ -378,4 +378,9 @@ public abstract class AbstractBaseActivity extends AppCompatActivity
|
|||
inputManager.showSoftInput(view, InputMethodManager.SHOW_IMPLICIT);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public String getActionBarFont() {
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue