mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-10 04:22:06 +00:00
Fix video tag and added Eduardo to designers list
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user