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"> | ||||
11 | shortEdges | ||||
12 | </item> | ||||
13 | </style> | ||||
14 | </resources> |