UNPKG

react-native-bars

Version:

Components to control your app status and navigation bars.

17 lines (14 loc) 664 B
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme.EdgeToEdge.Common" parent="Theme.AppCompat.DayNight.NoActionBar"> <item name="android:fitsSystemWindows">false</item> <item name="android:windowDrawsSystemBarBackgrounds">true</item> </style> <style name="Theme.EdgeToEdge.DayNight" parent="Theme.EdgeToEdge.Common"> <item name="darkContentBarsStyle">true</item> </style> <style name="Theme.EdgeToEdge" parent="Theme.EdgeToEdge.DayNight"> <item name="android:windowTranslucentStatus">true</item> <item name="android:windowTranslucentNavigation">true</item> </style> </resources>