Apply FAB theme in CustomThemeListingActivity (#857)

This commit is contained in:
Sergei Kozelko 2022-08-05 03:52:19 +03:00 committed by GitHub
parent 8db3736dd4
commit 2bc9034c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,7 @@ public class CustomThemeListingActivity extends BaseActivity implements
@Override
protected void applyCustomTheme() {
applyAppBarLayoutAndCollapsingToolbarLayoutAndToolbarTheme(appBarLayout, collapsingToolbarLayout, toolbar);
applyFABTheme(fab);
}
@Override