Jeongik Cha | 08f01ce | 2024-11-22 13:14:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2024 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
Seungjae Yoo | d37f138 | 2024-11-28 15:55:55 +0900 | [diff] [blame] | 17 | <resources xmlns:tools="http://schemas.android.com/tools"> |
Jeongik Cha | 08f01ce | 2024-11-22 13:14:27 +0000 | [diff] [blame] | 18 | <style name="ModifierKeyStyle" parent="@style/Widget.Material3.Button.TextButton"> |
| 19 | <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> |
| 20 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 21 | <item name="android:layout_weight">1</item> |
| 22 | <item name="android:layout_width">0dp</item> |
| 23 | <item name="android:layout_height">wrap_content</item> |
| 24 | <item name="android:paddingHorizontal">0dp</item> |
| 25 | <item name="android:hapticFeedbackEnabled">true</item> |
| 26 | </style> |
Seungjae Yoo | d37f138 | 2024-11-28 15:55:55 +0900 | [diff] [blame] | 27 | <style name="VmTerminalAppTheme" parent="@style/Theme.Material3.DayNight.NoActionBar"> |
| 28 | <item name="android:windowLightStatusBar" tools:targetApi="m">?android:attr/isLightTheme</item> |
| 29 | </style> |
Jeongik Cha | 2233af3 | 2025-01-13 11:28:18 +0900 | [diff] [blame] | 30 | <style name="FullscreenTheme" parent="@style/Theme.Material3.DayNight.NoActionBar"> |
| 31 | <item name="android:navigationBarColor"> |
| 32 | @android:color/transparent |
| 33 | </item> |
| 34 | <item name="android:statusBarColor"> |
| 35 | @android:color/transparent |
| 36 | </item> |
| 37 | <item name="android:windowLayoutInDisplayCutoutMode"> |
| 38 | always |
| 39 | </item> |
| 40 | </style> |
Seungjae Yoo | d37f138 | 2024-11-28 15:55:55 +0900 | [diff] [blame] | 41 | </resources> |