Browse Source

color toolbar, part 3

tobiasKaminsky 8 years ago
parent
commit
bc476e3189

+ 2 - 0
src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.java

@@ -63,6 +63,8 @@ public abstract class ToolbarActivity extends BaseActivity {
         if (toolbar.getOverflowIcon() != null) {
             DisplayUtils.tintDrawable(toolbar.getOverflowIcon(), DisplayUtils.fontColor());
         }
+
+        toolbar.setBackgroundColor(DisplayUtils.primaryColor());
     }
 
     /**