mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-27 09:46:50 +03:00
Fix build
This commit is contained in:
parent
5e04817640
commit
14c8d04ece
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ public class NotesListViewActivity extends LockedActivity implements ItemAdapter
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void applyBrand(int mainColor, int textColor) {
|
public void applyBrand(int mainColor, int textColor) {
|
||||||
applyBrandToPrimaryToolbar(mainColor, textColor, activityBinding.notesListActivityActionBar);
|
applyBrandToPrimaryToolbar(mainColor, textColor, activityBinding.toolbar);
|
||||||
applyBrandToFAB(mainColor, textColor, activityBinding.fabCreate);
|
applyBrandToFAB(mainColor, textColor, activityBinding.fabCreate);
|
||||||
binding.headerViewBackground.setBackgroundColor(mainColor);
|
binding.headerViewBackground.setBackgroundColor(mainColor);
|
||||||
binding.appName.setTextColor(textColor);
|
binding.appName.setTextColor(textColor);
|
||||||
|
|
Loading…
Reference in a new issue