mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Changed collapsingToolbarLayout's contentScrim color
This commit is contained in:
parent
7e772eb6c0
commit
00d68ad7d1
2 changed files with 1 additions and 2 deletions
|
|
@ -71,7 +71,6 @@ public class ArtistPageFragment extends Fragment {
|
|||
return view;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onStart() {
|
||||
super.onStart();
|
||||
|
|
@ -103,7 +102,6 @@ public class ArtistPageFragment extends Fragment {
|
|||
});
|
||||
}
|
||||
|
||||
@SuppressLint("NewApi")
|
||||
private void initAppBar() {
|
||||
activity.setSupportActionBar(bind.animToolbar);
|
||||
if (activity.getSupportActionBar() != null) activity.getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue