@nativescript/template-tab-navigation-ng
Version:
Tabbed interface template
18 lines (14 loc) • 573 B
text/xml
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Application theme -->
<style name="AppThemeBase29" parent="AppThemeBase21">
<!--
Disable forced dark mode on newer devices.
Enabling this will make your app appear in dark-mode,
but the way the app is converted may lead to visual issues
-->
<item name="android:forceDarkAllowed">false</item>
</style>
<style name="AppTheme" parent="AppThemeBase29">
</style>
</resources>