Skip to content

Commit d6e1bb0

Browse files
feat: change AppTheme parent to Material3 (#538)
* feat: change AppTheme parent to Material3 * changeset --------- Co-authored-by: Michał Pierzchała <[email protected]>
1 parent 54839a2 commit d6e1bb0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/bitter-aliens-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rock-js/platform-android': patch
3+
---
4+
5+
feat: change AppTheme parent to Material3

packages/platform-android/template/android/app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<resources>
22

33
<!-- Base application theme. -->
4-
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
4+
<style name="AppTheme" parent="Theme.Material3.DayNight.NoActionBar">
55
<!-- Customize your theme here. -->
66
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
77
</style>

0 commit comments

Comments
 (0)