use of net.iGap.helper.HelperToolbar in project iGap-Android by KianIranian-STDG.
the class FragmentCPay method initToolbar.
private void initToolbar() {
HelperToolbar toolbar = HelperToolbar.create().setContext(getContext()).setLifecycleOwner(getViewLifecycleOwner()).setLogoShown(true).setDefaultTitle(getString(R.string.c_pay_title)).setLeftIcon(R.string.icon_back).setRightIcons(R.string.icon_time).setListener(this);
binding.fspToolbar.addView(toolbar.getView());
}
use of net.iGap.helper.HelperToolbar in project iGap-Android by KianIranian-STDG.
the class FragmentCPayCharge method initToolbar.
private void initToolbar() {
HelperToolbar toolbar = HelperToolbar.create().setContext(getContext()).setLifecycleOwner(getViewLifecycleOwner()).setLogoShown(true).setDefaultTitle(getString(R.string.charge)).setLeftIcon(R.string.icon_back).setListener(this);
binding.toolbar.addView(toolbar.getView());
}
Aggregations