Skip to content

Commit 9f2316b

Browse files
committed
feat(app/main): add NoActionBar theme
1 parent 53e2df3 commit 9f2316b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/values-night/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--suppress XmlUnusedNamespaceDeclaration -->
22
<resources xmlns:tools="http://schemas.android.com/tools">
33
<!-- Base application theme. -->
4-
<style name="Theme.OraclePLSQL" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
4+
<style name="Theme.OraclePLSQL" parent="Theme.MaterialComponents.DayNight.NoActionBar">
55
<!-- Primary brand color. -->
66
<item name="colorPrimary">@color/purple_200</item>
77
<item name="colorPrimaryVariant">@color/purple_700</item>

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--suppress XmlUnusedNamespaceDeclaration -->
22
<resources xmlns:tools="http://schemas.android.com/tools">
33
<!-- Base application theme. -->
4-
<style name="Theme.OraclePLSQL" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
4+
<style name="Theme.OraclePLSQL" parent="Theme.MaterialComponents.DayNight.NoActionBar">
55
<!-- Primary brand color. -->
66
<item name="colorPrimary">@color/purple_500</item>
77
<item name="colorPrimaryVariant">@color/purple_700</item>

0 commit comments

Comments
 (0)