forked from KhalisFoundation/sundar-gutka-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.xml
More file actions
21 lines (19 loc) · 1.1 KB
/
Copy pathstyles.xml
File metadata and controls
21 lines (19 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/primary_dark</item>
<item name="colorPrimaryDark">@color/primary_variant</item>
<item name="colorAccent">@color/primary_accent</item>
<item name="android:scrollbarThumbVertical">@drawable/scrollbar_vertical_thumb</item>
<!-- Edge-to-edge: draw content behind display cutouts (notches/punch-holes) -->
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
<!-- Make navigation bar and status bar transparent so app draws underneath -->
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
<style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:statusBarColor">@color/primary_dark</item>
<item name="android:background">@drawable/background_splash</item>
</style>
</resources>