File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/src/main/java/de/davis/passwordmanager/ui/dashboard Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2828import androidx .slidingpanelayout .widget .SlidingPaneLayout ;
2929
3030import com .google .android .material .appbar .AppBarLayout ;
31- import com .google .android .material .color .MaterialColors ;
3231
3332import de .davis .passwordmanager .R ;
3433import de .davis .passwordmanager .dashboard .DashboardAdapter ;
@@ -272,7 +271,7 @@ public boolean onDependentViewChanged(
272271 }
273272
274273 private void setAppBarLayoutColor (AppBarLayout appBarLayout ) {
275- appBarLayout .setBackgroundColor (MaterialColors . getColor ( appBarLayout , com . google . android .material . R . attr . colorSurface ));
274+ appBarLayout .setBackgroundColor (appBarLayout . getContext (). getColor ( android .R . color . transparent ));
276275
277276 // Remove AppBarLayout elevation shadow
278277 appBarLayout .setElevation (0 );
You can’t perform that action at this time.
0 commit comments