Fix video tag and added Eduardo to designers list

This commit is contained in:
Corbin Crutchley
2020-04-16 18:42:49 -07:00
parent b11f5c08cc
commit 404808f045
2 changed files with 3 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ After making the changes and restarting my app, I was greeted with the following
Fantastic! It's not only drawing under the navbar, but it's also registering the correct `inset.bottom` height we wanted to display in the titlebar! That said, I was still hoping for a fully transparent navbar. I knew it was possible. Maybe if I added explicit code to make the navbar transparent, that would work: Fantastic! It's not only drawing under the navbar, but it's also registering the correct `inset.bottom` height we wanted to display in the titlebar! That said, I was still hoping for a fully transparent navbar. I knew it was possible. Maybe if I added explicit code to make the navbar transparent, that would work:
```xaml ```xml
<item name="android:statusBarColor">@android:color/transparent</item> <item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/transparent</item> <item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:windowTranslucentStatus">true</item> <item name="android:windowTranslucentStatus">true</item>
@@ -231,9 +231,7 @@ React.useEffect(() => {
It supports dark mode switching, as many API levels as React Native does, and much more! It supports dark mode switching, as many API levels as React Native does, and much more!
``` `video: title: "A working dark switch with transparent navbar": ./android_10.mp4`
video: title: "A working dark switch with transparent navbar": ./android_10.mp4
```
# Conclusion # Conclusion

View File

@@ -103,7 +103,7 @@
"pronouns": "he", "pronouns": "he",
"profileImg": "./edpratti.jpg", "profileImg": "./edpratti.jpg",
"color": "#FF3300", "color": "#FF3300",
"roles": [] "roles": ["designer"]
}, },
{ {
"id": "sarsamurmu", "id": "sarsamurmu",