Jeongik Cha | 39605c3 | 2024-04-02 14:54:57 +0900 | [diff] [blame] | 1 | |
| 2 | <resources xmlns:tools="http://schemas.android.com/tools"> |
| 3 | <style name="MyTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar"> |
| 4 | <item name="android:navigationBarColor"> |
| 5 | @android:color/transparent |
| 6 | </item> |
| 7 | <item name="android:statusBarColor"> |
| 8 | @android:color/transparent |
| 9 | </item> |
| 10 | <item name="android:windowLayoutInDisplayCutoutMode"> |
Jaewan Kim | 6ec66e9 | 2024-04-15 16:34:11 +0900 | [diff] [blame] | 11 | always |
Jeongik Cha | 39605c3 | 2024-04-02 14:54:57 +0900 | [diff] [blame] | 12 | </item> |
| 13 | </style> |
| 14 | </resources> |