UdacityAndroidDevScholarship / gis-2k18

This application is a collaborative project made by the Google Udacity Android Developer Scholars.
49 stars 88 forks source link

White status bar on newly created Activities #81

Closed YuganshT79 closed 6 years ago

YuganshT79 commented 6 years ago

There is a white statusbar on every newly created Activity which does not look nice

1 2

Also, the FAB in Projects fragment is having weird shadow

3

YuganshT79 commented 6 years ago

I am currently working on this issue

TheRaider commented 6 years ago

@YuganshT79 It was caused due to this attribute in values-v21 name="android:statusBarColor" -> @android:color/transparent Just deleting this item will solve the issue.