Как я могу вызвать переменные в цикле Jade / Pug?

для меня было решением использовать ContextThemeWrapper:

private FloatingActionButton getFAB() {
Context context = new android.support.v7.view.ContextThemeWrapper(getContext(), R.style.AppTheme);
FloatingActionButton fab = new FloatingActionButton(context);
return fab;}

из Android - Как программно создать FAB?

0
задан karzol73 30 December 2018 в 08:39
поделиться